Browse Source

HL-4862创建采购收货申请时,“到库位代码”默认为待检库

hella_online_20240904
王宇飞 5 months ago
parent
commit
8c553ae27d
  1. 5
      src/api/wms/purchasereceiptRequestMain/index.ts

5
src/api/wms/purchasereceiptRequestMain/index.ts

@ -148,3 +148,8 @@ export const handlePurchasereceiptRequestMain = async (id) => {
export const genLabel = async (data) => {
return await request.post({ url: `/wms/purchasereceipt-request-main/genLabel`, data })
}
// “到库位代码”默认为待检库
export const queryPurchasePlan = async (data) => {
return await request.post({ url: `/wms/purchasereceipt-request-main/queryPurchasePlan`, data })
}

Loading…
Cancel
Save