|
@@ -548,10 +548,10 @@ export default {
|
|
|
},
|
|
|
// 同意
|
|
|
agree(vars) {
|
|
|
- vars = {...vars, agree: true}
|
|
|
- if (this.formType === '2') {
|
|
|
- this.commit(vars)
|
|
|
- }
|
|
|
+ vars = {...vars, agree: true}
|
|
|
+ if (this.formType === '2') {
|
|
|
+ this.commit(vars)
|
|
|
+ }
|
|
|
},
|
|
|
// 重新申请
|
|
|
reapply (vars) {
|
|
@@ -657,6 +657,7 @@ export default {
|
|
|
// Process_1669700915383 合同登记纸质归档
|
|
|
// Process_1669271524486 报销审批
|
|
|
// Process_1669275081328 发票申请
|
|
|
+ // Process_1693819615497 发票申请(旧)
|
|
|
// Process_1669275380218 发票作废
|
|
|
// Process_1672738002595 发起通知
|
|
|
// Process_1662628133027 评估-合同登记新建
|
|
@@ -679,6 +680,7 @@ export default {
|
|
|
// Process_1667894339167 会计-合同登记
|
|
|
// Process_1678692643340 会计-项目报告归档-苏州分部
|
|
|
// Process_1683767097901 物资管理-领用退回申请
|
|
|
+
|
|
|
// 驳回
|
|
|
reject(vars) {
|
|
|
if (this.procDefId.includes('Process_1667978088459') ||
|
|
@@ -694,6 +696,7 @@ export default {
|
|
|
this.procDefId.includes('Process_1669700915383') ||
|
|
|
this.procDefId.includes('Process_1669271524486') ||
|
|
|
this.procDefId.includes('Process_1669275081328') ||
|
|
|
+ this.procDefId.includes('Process_1693819615497') ||
|
|
|
this.procDefId.includes('Process_1669275380218') ||
|
|
|
this.procDefId.includes('Process_1672738002595') ||
|
|
|
this.procDefId.includes('Process_1662628133027') ||
|
|
@@ -1281,7 +1284,8 @@ export default {
|
|
|
wareHouseId: '',
|
|
|
returnId: '',
|
|
|
dataListHi: [],
|
|
|
- dataListHiCollect: []
|
|
|
+ dataListHiCollect: [],
|
|
|
+ recordType:''
|
|
|
};
|
|
|
},
|
|
|
};
|