|
@@ -58,7 +58,8 @@ import {
|
|
|
API_GET_SETTLEACCOUT,
|
|
|
API_POST_RETURN,
|
|
|
API_POST_SUBMIT,
|
|
|
- API_POST_CHANE_NO
|
|
|
+ API_POST_CHANE_NO,
|
|
|
+ API_POST_DELETE
|
|
|
} from '@/api/V2/houseSelfCollect'
|
|
|
//客户管理列表
|
|
|
export const getCustomerManage = appRx.get(API_GET_CUSTOMER_MANAGE, errorCatcher, errorHandle, filter)
|
|
@@ -172,6 +173,8 @@ export const importWord = appRx.post(API_POST_IMPORT, errorCatcher, errorHandle,
|
|
|
export const getsettleaccout = appRx.get(API_GET_SETTLEACCOUT, errorCatcher, errorHandle, filter)
|
|
|
// 退回
|
|
|
export const returnInfo = appRx.post(API_POST_RETURN, errorCatcher, errorHandle, filter)
|
|
|
+// 删除
|
|
|
+export const deleteInfo = appRx.post(API_POST_DELETE, errorCatcher, errorHandle, filter)
|
|
|
// 新检斤保存
|
|
|
export const newSubmit = appRx.post(API_POST_SUBMIT, errorCatcher, errorHandle, filter)
|
|
|
// 换仓
|