jiangfuzhuang

This commit is contained in:
Vergil
2020-05-12 17:14:01 +08:00
parent d77511942c
commit 84d3a2140b
7 changed files with 148 additions and 41 deletions

View File

@@ -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({