From 8359350799c6605c696ee34add28c21943ebf26a Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 5 Apr 2023 17:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86=20?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=A0=87=E5=87=86=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qbrk/common/formEditListFb.vue | 2 +- .../pages/creatProcess/qbrk/step13.vue | 28 ++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue index d9dc3d6b3..7d5720683 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue @@ -7,7 +7,7 @@ - + { + const obj = res.data + let standSn = obj.newStandSn + this.form.standSn = standSn + this.form.standNumber = standSn + this.form.standNum = standSn + }, e => { + }) + this.form.standYear = this.regDate(year) + this.standSort = this.form.standSort + this.standCode = this.form.standCode this.formKey++ } else { this.$http.get('lawss/sarBussionessStand/getStandInfoByReviseStatus',{reviseStatus:'buss1_'+this.form.reviseStatus,standSort:this.form.standSort,taskId: this.taskIds}, { @@ -2848,6 +2872,8 @@ }else { this.form.standCode = this.form.standSort + ' ' + standSn + ( this.form.standYear === '' ? '' : '-' + this.form.standYear ) } + this.standSort = this.form.standSort + this.standCode = this.form.standCode this.formKey++ }, e => { })