成组采购

This commit is contained in:
liushuai
2019-11-18 19:51:48 +08:00
parent 7ccc5db920
commit fb950f38bd
25 changed files with 1525 additions and 394 deletions

View File

@@ -115,7 +115,19 @@ export function searchPurchaseDetail(data) {
method: 'post',
data: {
type: '1',
name: '车间采购管理_采购合同明细_查询数据',
name: '车间采购管理_采购合同明细_查询数据NEW',
param: '采购合同流水号=' + data
}
})
}
// 查询采购合同明细
export function searchPurchaseDetail1(data) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间采购管理_采购合同明细_成组采购_查询数据',
param: '采购合同流水号=' + data
}
})