修改bug

This commit is contained in:
chenjianan
2018-12-11 16:16:23 +08:00
parent 1ec333a0e7
commit 984103c580
7 changed files with 135 additions and 301 deletions

View File

@@ -48,14 +48,14 @@ export function searchTable1(pageCurrent, pageSize, check1, start, end, check2,
}
})
}
// 采购合同明细查询
// 采购合同内容查询
export function searchTable2(num) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '采购管理_采购合同明细_查询数据',
name: '采购管理_采购合同内容_查询数据',
param: '采购合同流水号=' + num
}
})