From 868cdcb871621e5b9beb96284d0f9c74cb84ee0a Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Wed, 22 Jun 2022 16:01:11 +0800 Subject: [PATCH] feat: There is no way the, bug #55745 #55786 --- .../pages/creatProcess/qbrk-product/step13.vue | 9 ++------- .../processCenter/pages/creatProcess/qbrk/step13.vue | 3 ++- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue index 3563153bd..cb96c2e4f 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -1085,13 +1085,6 @@ } } }, - 'form.standSort': { - handler (val) { - if (val !== '' && val !== null && typeof (val) !== 'undefined') { - this.getStandInfoByReviseStatus("") - } - } - }, filterText(val) { this.$refs.tree.filter(val); }, @@ -2459,6 +2452,7 @@ this.form.commentText = this.formTongGuo.commentText this.form.approvalOpinion = this.formTongGuo.approvalOpinion this.form.topId = this.pId + this.form.reviseStatus = 'buss2_'+this.form.standStatus const json = JSON.stringify(this.form); this.$http.post('lawss/activiti/completeTask', { taskIds: this.taskIds, @@ -2649,6 +2643,7 @@ this.form.standNumber = standSn this.form.standYear = year // 待带入立项标准 this.form.standCode = this.form.standSort + ' ' + standSn + ( this.form.standYear === '' ? '' : '-' + this.form.standYear ) + console.log(this.form) if(type === '1'){ this.isSubmit = false this.saveLoading = false diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue index 018bb827c..809266cee 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue @@ -2486,6 +2486,7 @@ this.form.commentText = this.formTongGuo.commentText this.form.approvalOpinion = this.formTongGuo.approvalOpinion this.form.topId = this.pId + this.form.reviseStatus = 'buss1_'+this.form.reviseStatus const json = JSON.stringify(this.form); this.$http.post('lawss/activiti/completeTask', { taskIds: this.taskIds, @@ -2705,7 +2706,7 @@ _this: this }, res => { const obj = res.data - let standSn = (obj === null || obj.newStandSn === null) ? '001' : obj.newStandSn + let standSn = (obj === null || obj.newStandSn === null) ? '2280' : obj.newStandSn this.form.standSn = standSn this.form.standNumber = standSn this.form.standYear = this.regDate(year) // 待带入立项标准