This commit is contained in:
liushuai
2018-12-28 12:29:43 +08:00
parent b12546fb64
commit 75981dca52
11 changed files with 251 additions and 64 deletions

View File

@@ -105,14 +105,14 @@ export function updateMachineData(No, number, remark) {
})
}
export function getGroupData(project, machine) {
export function getGroupData(machine) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: 'PDM_装箱单_机床所属部件_查询数据',
param: `项目=${project}&机床=${machine}`
param: `机床流水号=${machine}`
}
})
}