This commit is contained in:
liushuai
2020-03-31 17:56:21 +08:00
parent ba7cf068ad
commit 0522ce916e
7 changed files with 107 additions and 46 deletions

View File

@@ -65,7 +65,7 @@ export function submitDelete(...group) {
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
type: '2',
name: '采购管理_发票结算申请单_删除数据',
param: `发票结算申请单流水号=${group[0]}`
}

View File

@@ -39,9 +39,9 @@ export function excuteApprove(...data) {
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
type: '2',
name: '采购管理_发票结算申请单_执行审批',
param: `发票结算申请单流水号=${data[0]}&人员编号=${data[1]}&审批代号=${data[2]}`
param: `发票结算申请单流水号=${data[0]}&人员编号=${data[1]}&审批代号=${data[2]}&审批流水号=${data[3]}&未通过原因=${data[4]}`
}
})
}