采购请款审核
This commit is contained in:
@@ -75,14 +75,14 @@ export function execApprovalOffline(num1, num2, reason, person, state) {
|
||||
})
|
||||
}
|
||||
// 采购合同内容查询
|
||||
export function searchContactDetail(num) {
|
||||
export function searchContactDetail(check, num1, num2) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_采购合同内容_查询数据',
|
||||
param: '采购合同流水号=' + num
|
||||
name: '采购管理_采购合同内容_查询数据_合并后',
|
||||
param: `check=${check}&采购合同流水号=${num1}&离线合同流水号=${num2}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user