diff --git a/src/components/CustomFormComponents/InputForAllStandards2.vue b/src/components/CustomFormComponents/InputForAllStandards2.vue index a69bd111f..a9f6f123d 100644 --- a/src/components/CustomFormComponents/InputForAllStandards2.vue +++ b/src/components/CustomFormComponents/InputForAllStandards2.vue @@ -335,7 +335,7 @@ page: 1, pageSize: this.$store.getters.userInfo.configContent, total: 0, - standType: 'ALL', + standType: 'INLAND', quoteIdList: '', validFlag: '0' } diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue index 7f1faad02..408e2fc85 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue @@ -421,7 +421,7 @@ - +
- + { this.saveLoading = false @@ -826,6 +828,7 @@ var json = this.json json.commentText = this.commentText3 json.itemList = this.itemList + json.AOLIGEI = this.AOLIGEI this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, @@ -858,6 +861,7 @@ this.acceptShow = false this.submitShow = true } + this.AOLIGEI = data.AOLIGEI this.commentText3 = data.commentText3 || '' this.todoId = res.id this.form.itemsNum = data.itemsNum || data.form.itemsNum diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue index ae7cf116b..1095dfb25 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue @@ -441,7 +441,6 @@ var json = this.json json.resolveFlag = 1 json.commentText = this.commentText4 - json.AOLIGEI = this.AOLIGEI this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue index 893a085af..4807528be 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue @@ -562,6 +562,7 @@ let _formData = new FormData(); let json = this.form json.data = this.data + json.onlyKey = this.onlyKey _formData.append("id", this.bpnId || ""); _formData.append("prcType", "3"); _formData.append("taskIds", this.taskIds); @@ -635,10 +636,11 @@ else { this.isSubmit = true var json = this.json - json.commentText = this.commentText + json.commentText = this.commentText3 json.info = this.data json.form = this.form json.department = this.$store.getters.userInfo.orgName + json.onlyKey = this.onlyKey this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, @@ -662,7 +664,6 @@ }, {}, res => { if (res.ok) { this.options = res.data.list - console.log(res); } }, e => { }) @@ -696,10 +697,9 @@ this.form.endTime = data.endTime || data.form.endTime this.todoId = res.id this.json = data + this.onlyKey = data.form ? data.form.onlyKey : data.onlyKey this.getItemList(data.standId,data.textType) this.data = data.info || data.data || data.form.data || [] - this.onlyKey = data.onlyKey - console.log(data); }).catch(e => { }) })