|
@@ -47,7 +47,8 @@ import {
|
|
|
API_POST_TURNAROUND_ADD,
|
|
|
API_GET_TURNAROUND_XIALA,
|
|
|
API_get_goodsName_All,
|
|
|
- API_SEND_BACK
|
|
|
+ API_SEND_BACK,
|
|
|
+ API_DELETE_WAREHOUSE
|
|
|
} from '@/api/V2/warehouse'
|
|
|
// import { app } from 'electron'
|
|
|
// 列表
|
|
@@ -145,5 +146,7 @@ export const turnAroundXiaLa = appRx.get(API_GET_TURNAROUND_XIALA,errorCatcher,
|
|
|
export const turnAroundGoodsNameAll = appRx.get(API_get_goodsName_All,errorCatcher, errorHandle, filter)
|
|
|
//退回
|
|
|
export const sendback = appRx.post(API_SEND_BACK,errorCatcher, errorHandle, filter)
|
|
|
+//删除
|
|
|
+export const postdeletewarehouse = appRx.post(API_DELETE_WAREHOUSE,errorCatcher, errorHandle, filter)
|
|
|
|
|
|
|