From 31a6fa4e4a4e342345d5320451715a08fa35004a 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, 9 Sep 2021 18:20:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standardWarning.vue | 101 +++++++++--------- .../standardForComments/index.vue | 7 ++ 2 files changed, 60 insertions(+), 48 deletions(-) diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index 8e4f32a12..fbaf6a859 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -8,52 +8,58 @@
-
实施预警
-
- - - - - - - - - - - - - - - - - - - - 查询 - - - 清空 - - - -
+ + +
实施预警
+
+ +
+ + + + + + + + + + + + + + + + + + + + 查询 + + + 清空 + + + +
+
+
新车型实施日期预警 { From d42da3d955ac0c23a1c5ce1d9b689df9383c8c55 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 9 Sep 2021 18:39:19 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E7=9A=84=E6=9F=A5=E7=9C=8B=E9=99=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzzqyj/step1-1.vue | 1461 +++++++++-------- .../pages/creatProcess/bzzqyj/step1.vue | 20 +- .../pags/consultationDetails.vue | 977 +++++------ 3 files changed, 1276 insertions(+), 1182 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue index 311d62d39..a08c60aa6 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue @@ -1,730 +1,757 @@ diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue index bf5ddd7f1..dd9019148 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue @@ -334,6 +334,7 @@ export default { standType: '', standId: '', fjList: [], + fjListName: '', fjListId: '' }, formRules: { @@ -438,7 +439,11 @@ export default { this.fzlistModel = true }, handleSelection2 (data) { - this.addFjList = data + if(data.length > 5) { + this.$message.warning('最多选择5条附件') + } else { + this.addFjList = data + } }, closeDrawer2 () { this.fzlistModel = false @@ -447,11 +452,14 @@ export default { enterDrawer2 () { this.fzlistModel = false this.form.fjList = this.addFjList - let idList - this.addFjList.forEach( item => { - idList += item.id + ',' + let idList = [] + let nameList = [] + this.addFjList.forEach(item => { + idList.push(item.id) + nameList.push(item.fileName) }) - this.form.fjListId = idList + this.form.fjListName = nameList.join(',') + this.form.fjListId = idList.join(',') }, // 点击查看 handlePreview (item) { @@ -633,6 +641,8 @@ export default { if (res.ok) { var json = Object.assign(this.form, this.roleForm) json.commentText = this.commentText + json.filesId = this.addFjList + json.filesName = this.form.fjListName this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: res.data, diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue index 37267af2f..9f421b5d9 100644 --- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue +++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue @@ -1,480 +1,537 @@ From 756406ae30ba15338bc49e19559a07d5b602235a Mon Sep 17 00:00:00 2001 From: "Mr.Z" <709235321@qq.com> Date: Thu, 9 Sep 2021 18:59:59 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=88=86=E8=A7=A3=E5=8D=95=E6=96=B0?= =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E4=B8=8D=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 632631e7c..35a773a73 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -836,7 +836,7 @@ {{ - standShowItemEO.xcxssrq ? $moment(standShowItemEO.xcxssrq).format('YYYY-MM-DD') : '' + standShowItemEO.xcxssrq ? $moment(standShowItemEO.xccssrq).format('YYYY-MM-DD') : '' }}