机床总图上传

This commit is contained in:
caoxinyu
2019-06-03 19:07:52 +08:00
parent 667b14bdda
commit a513a64ab0
4 changed files with 100 additions and 7 deletions

View File

@@ -81,3 +81,14 @@ export function deletePurchaseData(num) {
}
})
}
export function getFileData(MachineDrawValue) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: 'PDM_机床总图_查询数据',
param: `机床流水号=${MachineDrawValue}`
}
})
}