|
@@ -34,8 +34,12 @@ const batchSubmit = params => getAction('/spapl/syPreAssembledPackingList/submit
|
|
//批量推送
|
|
//批量推送
|
|
const batchPush = params => getAction('/spapl/syPreAssembledPackingList/pushBatch', params)
|
|
const batchPush = params => getAction('/spapl/syPreAssembledPackingList/pushBatch', params)
|
|
|
|
|
|
|
|
+//批量取消推送
|
|
|
|
+const batchCanelSubmit = params => getAction('/spapl/syPreAssembledPackingList/cancelSubmitBatch', params)
|
|
|
|
+
|
|
|
|
+
|
|
//推送
|
|
//推送
|
|
const push = params => getAction('/spapl/syPreAssembledPackingList/push', params)
|
|
const push = params => getAction('/spapl/syPreAssembledPackingList/push', params)
|
|
|
|
|
|
|
|
|
|
-export { getadPaList, deleteAdPaList, itemByMainId, editById, addAdvPac, shipList, queryShippingDetails, submit, cancelSubmit,batchSubmit ,batchPush,push}
|
|
|
|
|
|
+export { getadPaList, deleteAdPaList, itemByMainId, editById, addAdvPac, shipList, queryShippingDetails, submit, cancelSubmit,batchSubmit ,batchPush,push,batchCanelSubmit}
|