jiangfuzhuang
This commit is contained in:
@@ -17,6 +17,20 @@ export function initApproval(pageCurrent, pageSize, haha) {
|
||||
}
|
||||
})
|
||||
}
|
||||
// 查询审核/审批/付款
|
||||
export function initApproval_noPage(haha) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '采购管理_采购合同_审批付款_查询数据',
|
||||
param: `审批_付款状态=${haha}`
|
||||
}
|
||||
})
|
||||
}
|
||||
// 执行审核/审批/付款
|
||||
export function execApproval(num1, num2, reason, person, haha) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user