This commit is contained in:
liushuai
2020-02-05 08:41:15 +08:00
parent 0358e5e0bb
commit 717620066b
5 changed files with 137 additions and 13 deletions

View File

@@ -91,3 +91,14 @@ export function getFileData(MachineDrawValue) {
}
})
}
export function addUrgentItem(groupValue, partValue, partName, partMumber, basic, ID) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: 'PDM_零件明细表_加急件_增加',
param: `图号或者型号=${partValue}&零件名称=${partName}&零件数量=${partMumber}&零件备注=${basic}&组件流水号=${groupValue}&加件人流水号=${ID}`
}
})
}