Browse Source

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

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

4
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) => { export const getCustomerdock = async (id: number) => {
return await request.get({ url: `/wms/customerdock/get?id=` + id }) return await request.get({ url: `/wms/customerdock/get?id=` + id })

Loading…
Cancel
Save