|
@@ -12,9 +12,6 @@ export const getList = appRx.get(API_GET_WAREHOUSE_BASEINFO, errorCatcher, error
|
|
export const getLook = appRx.get( API_GET_WAREHOUSE_LOOK, errorCatcher, errorHandle, filter)
|
|
export const getLook = appRx.get( API_GET_WAREHOUSE_LOOK, errorCatcher, errorHandle, filter)
|
|
//仓库下拉
|
|
//仓库下拉
|
|
export const xiala = appRx.get( API_GET_WAREHOUSE_CUSTOMDROPDOWN, errorCatcher, errorHandle, filter)
|
|
export const xiala = appRx.get( API_GET_WAREHOUSE_CUSTOMDROPDOWN, errorCatcher, errorHandle, filter)
|
|
-
|
|
|
|
-// 列表
|
|
|
|
-export const getList = appRx.get(API_GET_WAREHOUSE_BASEINFO, errorCatcher, errorHandle, filter)
|
|
|
|
//删除
|
|
//删除
|
|
export const deletewarehouse = appRx.get(API_GET_WAREHOUSE_DELETE, errorCatcher, errorHandle, filter)
|
|
export const deletewarehouse = appRx.get(API_GET_WAREHOUSE_DELETE, errorCatcher, errorHandle, filter)
|
|
|
|
|