This commit is contained in:
chenjianan
2019-01-29 15:29:23 +08:00
parent 547be03325
commit f2601e7c4e
2 changed files with 150 additions and 143 deletions

View File

@@ -36,13 +36,14 @@ export function searchTeam(machineNumber) {
})
}
// 初始化物料
export function searchPart() {
export function searchPart(data1) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '库存管理_离线外购件_出库查询'
name: '库存管理_离线外购件_出库查询',
param: '离线合同编号=' + data1
}
})
}