|
@@ -26,7 +26,8 @@ import {
|
|
API_POST_IMPORT_SALE,
|
|
API_POST_IMPORT_SALE,
|
|
API_POST_IMPORT_YK,
|
|
API_POST_IMPORT_YK,
|
|
API_POST_GO_BACK,
|
|
API_POST_GO_BACK,
|
|
- API_GAT_INFO
|
|
|
|
|
|
+ API_GAT_INFO,
|
|
|
|
+ API_GET_TRANTASK
|
|
} from '@/api/V2/outboundManagement'
|
|
} from '@/api/V2/outboundManagement'
|
|
|
|
|
|
//质检列表
|
|
//质检列表
|
|
@@ -78,4 +79,6 @@ export const importWordSale = appRx.post(API_POST_IMPORT_SALE, errorCatcher, err
|
|
// 导入移库出库
|
|
// 导入移库出库
|
|
export const importWordYk = appRx.post(API_POST_IMPORT_YK, errorCatcher, errorHandle, filter)
|
|
export const importWordYk = appRx.post(API_POST_IMPORT_YK, errorCatcher, errorHandle, filter)
|
|
// 导入移库出库
|
|
// 导入移库出库
|
|
-export const getInfo = appRx.get(API_GAT_INFO, errorCatcher, errorHandle, filter)
|
|
|
|
|
|
+export const getInfo = appRx.get(API_GAT_INFO, errorCatcher, errorHandle, filter)
|
|
|
|
+// 是否创建运输任务
|
|
|
|
+export const gettask = appRx.get(API_GET_TRANTASK, errorCatcher, errorHandle, filter)
|