Browse Source

SCP ——> bug 发货 自制备件发货 退货 到货日期/生产日期

hella_online_20240829
gaojs 2 months ago
parent
commit
b1aee66776
  1. 6
      src/api/wms/customerdock/index.ts

6
src/api/wms/customerdock/index.ts

@ -28,6 +28,10 @@ export const getCustomerdockPage = async (params) => {
}
}
export const getdeliverCustomerdockPage = async (params) => {
return await request.get({ url: `/wms/customerdock/deliverPages`, params })
}
// 查询客户月台详情
export const getCustomerdock = async (id: number) => {
return await request.get({ url: `/wms/customerdock/get?id=` + id })
@ -83,4 +87,4 @@ export const pageCustomerCodeToCustomerDockReceiving = async (params) => {
} else {
return await request.get({ url: `/wms/customerdock/pageCustomerCodeToCustomerDockReceiving`, params })
}
}
}

Loading…
Cancel
Save