|
@@ -51,6 +51,7 @@ import {
|
|
API_GAT_GETQRCODE,
|
|
API_GAT_GETQRCODE,
|
|
API_GAT_INFO,
|
|
API_GAT_INFO,
|
|
API_POST_WORKFLOW_TASK,
|
|
API_POST_WORKFLOW_TASK,
|
|
|
|
+ API_POST_INSPECT_GETWEIGHTDELETE,
|
|
API_POST_SUSPENDINSTANCE
|
|
API_POST_SUSPENDINSTANCE
|
|
} from '@/api/V2/houseSelfCollect'
|
|
} from '@/api/V2/houseSelfCollect'
|
|
//客户管理列表
|
|
//客户管理列表
|
|
@@ -111,6 +112,8 @@ export const getweighingList = appRx.get(API_GET_WEIGHTCHECK_GETWEIGHINGLIST, er
|
|
export const tare = appRx.post(API_POST_WEIGHTCHECK_TARE, errorCatcher, errorHandle, filter)
|
|
export const tare = appRx.post(API_POST_WEIGHTCHECK_TARE, errorCatcher, errorHandle, filter)
|
|
//毛重检斤保存
|
|
//毛重检斤保存
|
|
export const grossWeight = appRx.post(API_POST_WEIGHTCHECK_GROSSWEIGHT, errorCatcher, errorHandle, filter)
|
|
export const grossWeight = appRx.post(API_POST_WEIGHTCHECK_GROSSWEIGHT, errorCatcher, errorHandle, filter)
|
|
|
|
+//检斤删除
|
|
|
|
+export const getweighingDelete = appRx.post(API_POST_INSPECT_GETWEIGHTDELETE, errorCatcher, errorHandle, filter)
|
|
//付款信息查看
|
|
//付款信息查看
|
|
export const getpaymentexamine = appRx.get(API_GET_PAYMENT, errorCatcher, errorHandle, filter)
|
|
export const getpaymentexamine = appRx.get(API_GET_PAYMENT, errorCatcher, errorHandle, filter)
|
|
//付款信息结算
|
|
//付款信息结算
|