项目计划管理

This commit is contained in:
liushuai
2019-04-23 14:47:56 +08:00
parent bf0a2351bc
commit 34f5cb9ca1
6 changed files with 171 additions and 178 deletions

View File

@@ -43,19 +43,7 @@ export function searchTable2(num) {
method: 'post',
data: {
type: '1',
name: '车间采购管理_采购合同_查询数据_外购件',
param: '采购合同流水号=' + num
}
})
}
// 采购合同明细查询
export function searchTable3(num) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间采购管理_采购合同_查询数据_基本件',
name: '车间采购管理_采购合同明细_查询数据NEW',
param: '采购合同流水号=' + num
}
})

View File

@@ -43,7 +43,7 @@ export function searchTable2(num) {
method: 'post',
data: {
type: '1',
name: '车间采购管理_采购合同_查询数据_外购件',
name: '车间采购管理_采购合同明细_查询数据NEW',
param: '采购合同流水号=' + num
}
})