来料入库

This commit is contained in:
2025-08-06 10:07:38 +08:00
parent 77bc6c42cf
commit 830e196a4b
2 changed files with 90 additions and 23 deletions

View File

@@ -216,3 +216,8 @@ export const getFormDataList = (fdcode) => request({
url:'api/pda/iosIn/getFormDataList',
data: {form_data_code: fdcode}
})
// 查询组盘明细
export const getPlate = (vcode) => request({
url:'api/pda/iosIn/getPlate',
data: {vehicle_code: vcode}
})