This commit is contained in:
2025-08-12 16:47:09 +08:00
parent e20be6e6aa
commit 6bdb111230
2 changed files with 23 additions and 10 deletions

View File

@@ -263,3 +263,8 @@ export const zwgroupPlate = (vcode, mid, qty, ecode) => request({
// url:'api/pda/iosIn/getFormDataList',
// data: {form_data_code: fdcode}
// })
// 获取物料详情
export const getFormMaterial = (ecode) => request({
url:'api/pda/iosIn/getFormMaterial',
data: {ext_code: ecode}
})