组盘管理
This commit is contained in:
@@ -238,6 +238,11 @@ export const inCheck = (svcode) => request({
|
||||
url:'api/pda/iosIn/inCheck',
|
||||
data: {site_vehicle_code: svcode}
|
||||
})
|
||||
// 查询来料入库清单
|
||||
export const getInBillList = () => request({
|
||||
url:'api/pda/iosIn/getInBillList',
|
||||
data: {}
|
||||
})
|
||||
|
||||
// 空载具出入库
|
||||
// 载具编码下拉框
|
||||
|
||||
Reference in New Issue
Block a user