修改bug
This commit is contained in:
@@ -55,7 +55,7 @@ export function searchTable2(num) {
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '采购管理_采购合同明细_查询数据',
|
||||
name: '采购管理_采购合同内容_查询数据',
|
||||
param: '采购合同流水号=' + num
|
||||
}
|
||||
})
|
||||
@@ -67,7 +67,7 @@ export function submitApproval(num, num1, num2) {
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_合同审批_修改数据',
|
||||
name: '采购管理_合同审批_采购部_修改数据',
|
||||
param: '采购合同流水号=' + num + '&审批情况流水号=' + num1 + '&未通过原因=' + num2
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user