|
@@ -22,7 +22,8 @@ import {
|
|
|
API_POST_COLLECTION_MONEY,
|
|
|
API_GET_INSPECT_CONTRANCLISTWEIGHING,
|
|
|
API_POST_NEW_SUBMIT,
|
|
|
- API_POST_CHANE_NO
|
|
|
+ API_POST_CHANE_NO,
|
|
|
+ API_POST_GO_BACK
|
|
|
} from '@/api/V2/outboundManagement'
|
|
|
|
|
|
//质检列表
|
|
@@ -66,4 +67,6 @@ export const remarksAdd = appRx.post(API_POST_COLLECTION_ADDREMARKS, errorCatche
|
|
|
//新检斤保存
|
|
|
export const newSubmit = appRx.post(API_POST_NEW_SUBMIT, errorCatcher, errorHandle, filter)
|
|
|
// 换仓
|
|
|
-export const changeNo = appRx.post(API_POST_CHANE_NO, errorCatcher, errorHandle, filter)
|
|
|
+export const changeNo = appRx.post(API_POST_CHANE_NO, errorCatcher, errorHandle, filter)
|
|
|
+// 退回
|
|
|
+export const goBack = appRx.post(API_POST_GO_BACK, errorCatcher, errorHandle, filter)
|