From 91824e0acc0e1e62e3ffd342304ea300023464a3 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 5 Jan 2023 09:53:20 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86-=E5=B8=A6?= =?UTF-8?q?=E5=85=A5=E4=BC=81=E6=A0=87-=E8=BE=93=E5=85=A5=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=9D=A1=E4=BB=B6=E5=90=8E=E5=85=B3=E9=97=AD=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=20=E6=B8=85=E7=A9=BA=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbrk/step1.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index 9ba27d057..402117978 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -2241,6 +2241,13 @@ export default { * @param done */ handleReviseDrawerClose (done) { + this.standardSearchForm.esName = ''; + this.standardSearchForm.unit = ''; + this.standardSearchForm.standCode = ''; + this.standardSearchForm.QCDW = ''; + this.standardSearchForm.standName = '' + this.standardSearchForm.page = 1 + this.standardSearchForm.pageSize = this.$store.getters.userInfo.configContent done() }, getDomesticStandardTable () { From 1738e797407e4efcf18ab6a1e598caaf49627bbe Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 5 Jan 2023 10:14:47 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86-=E8=B5=B7?= =?UTF-8?q?=E8=8D=89=E7=95=8C=E9=9D=A2-=E6=9F=A5=E8=AF=A2-=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=A1=86=E4=B8=AD=E7=9A=84=E6=B8=85=E9=99=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=B7=A6=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbrk/step1.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index 402117978..894f64ccb 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -3325,4 +3325,9 @@ export default { .process-manuscript /deep/ .el-form-item__error{ right:45px !important; } +.standard-table-search /deep/ .el-form-item span.el-input__suffix{ + position: absolute; + right: 10px +} + From ce91bc189842f03e7c8786da232788fd50dcdec6 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 5 Jan 2023 13:58:20 +0800 Subject: [PATCH 3/3] =?UTF-8?q?bug64681=20=E7=9B=91=E5=90=ACform=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=90=8E=E5=B0=86=E5=BC=B9=E6=A1=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E8=AE=BE=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk/common/formEditList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue index 6a97bb9cd..94b5d7db2 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditList.vue @@ -1003,6 +1003,7 @@ export default { form: { handler: function (val) { if(val){ + this.fileMadel = false this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.BZSMBUSSFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadel,this.fileList,'',this.madelSubList); } },