From edd905dcd1eacbfb6e45e0a96071afa8d0f07b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 14 Apr 2022 17:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qbrk-product/common/formEditList.vue | 114 +- .../phone/qbrk-product/common/formList.vue | 132 +- .../phone/qbrk-product/common/formListIn.vue | 92 +- .../pages/phone/qbrk-product/step10.vue | 95 +- .../pages/phone/qbrk-product/step12.vue | 95 +- .../pages/phone/qbrk-product/step13.vue | 309 ++-- .../pages/phone/qbrk-product/step4.vue | 183 ++- .../pages/phone/qbrk-product/step7.vue | 78 +- .../pages/phone/qbrk-product/step8.vue | 90 +- .../pages/phone/qbrk/common/formEditList.vue | 1372 +++++++++-------- .../pages/phone/qbrk/common/formList.vue | 134 +- .../pages/phone/qbrk/common/formListIn.vue | 69 +- .../processCenter/pages/phone/qbrk/step10.vue | 130 +- .../processCenter/pages/phone/qbrk/step11.vue | 135 +- .../processCenter/pages/phone/qbrk/step4.vue | 532 ++++++- .../processCenter/pages/phone/qbrk/step8.vue | 71 +- 16 files changed, 2337 insertions(+), 1294 deletions(-) diff --git a/src/pages/processCenter/pages/phone/qbrk-product/common/formEditList.vue b/src/pages/processCenter/pages/phone/qbrk-product/common/formEditList.vue index af7ede7dd..103c34cd5 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/common/formEditList.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/common/formEditList.vue @@ -9,9 +9,9 @@ @@ -36,12 +36,6 @@ value-format="yyyy-MM-dd" > - - - @@ -86,6 +80,16 @@ + + + + + + + + - - - - - @@ -144,12 +144,12 @@ v-model="form.FBGBUSSName" clearable > -
-
+
+
- {{ item.name }} - - + {{ item.name }} + +
@@ -172,12 +172,12 @@ v-model="form.LSBBBUSSName" clearable > -
-
+
+
- {{ item.name }} - - + {{ item.name }} + +
@@ -202,12 +202,12 @@ v-model="form.XGDName" clearable > -
-
+
+
- {{ item.name }} - - + {{ item.name }} + +
@@ -230,12 +230,12 @@ v-model="form.QTWJBUSSName" clearable > -
-
+
+
- {{ item.name }} - - + {{ item.name }} + +
@@ -361,7 +361,7 @@ class="common-button-primary" size="mini" style="position:absolute;top: 10px;right: 0;" - @click="selectLaws('DTQBBHBUSS'),config.attrName = '代替企标编号'" + @click="selectLaws('DTQBBHBUSS','代替企标编号')" >{{'手动查找'}} @@ -371,12 +371,12 @@ v-model="form.GLWJBUSSName" clearable > -
-
+
+
- {{ item.name }} - - + {{ item.name }} + +
@@ -433,7 +433,7 @@ class="common-button-primary" size="mini" style="position:absolute;top: 10px;right: 0;" - @click="selectLaws('BDTQBBHBUSS'),config.attrName = '被代替企标编号'" + @click="selectLaws('BDTQBBHBUSS','被代替企标编号')" >{{'手动查找'}} @@ -663,6 +663,22 @@ default: false }, }, + filters: { + ellipsis (value) { + if (!value) return '' + if (value.length > 35) { + return value.slice(0,35) + '...' + } + return value + }, + ellipsis2 (value) { + if (!value) return '' + if (value.length > 12) { + return value.slice(0,12) + '...' + } + return value + } + }, data () { return { opinionsStand:[ @@ -797,7 +813,7 @@ }, e => { }) }, - selectLaws (type) { + selectLaws (type,title) { // if (this.standNumFlag === 1) { // this.$refs.selections.selectAll(false) // } @@ -805,7 +821,7 @@ this.replaceLawsNumModel = true this.replaceLawType = '' this.replaceLawType = type - this.$emit('formSelectLawsCancel', this.replaceLawsNumModel,this.replaceLawType); + this.$emit('formSelectLawsCancel', this.replaceLawsNumModel,this.replaceLawType,title); }, fileUpload (type) { // this.fileMadel = true;//此句应在最后执行,否则会有先显示没变换的的文件列表,在显示变换了的文件列表 @@ -963,5 +979,7 @@ diff --git a/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue b/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue index 171e328b5..b3f630612 100644 --- a/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue +++ b/src/pages/processCenter/pages/phone/qbrk-product/common/formList.vue @@ -5,7 +5,7 @@
- + + + + - - - @@ -56,7 +55,34 @@ clearable> - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + @@ -107,12 +125,12 @@
- + -
- {{ item.name | ellipsis22 }} - - +
+ {{ item.name }} + +
@@ -121,10 +139,10 @@ -
- {{ item.name | ellipsis22 }} - - +
+ {{ item.name }} + +
@@ -133,12 +151,12 @@ - + -
- {{ item.name | ellipsis22 }} - - +
+ {{ item.name }} + +
@@ -147,10 +165,10 @@ -
- {{ item.name | ellipsis22 }} - - +
+ {{ item.name }} + +
@@ -166,7 +184,7 @@
- + @@ -200,7 +218,7 @@ - + @@ -241,7 +259,7 @@
- + -
- {{ item.name | ellipsis22 }} - - +
+ {{ item.name }} + +
@@ -273,7 +291,7 @@ - +