From 6f9e74d2319c1f892e679645195ccf32818151db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 6 Jun 2023 17:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=89=8B=E6=9C=BA=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 + jero-web/src/common/lang/zh-cn.js | 2 + .../src/views/phoneView/documentDetails.vue | 176 ++++++++++++------ jero-web/src/views/phoneView/myCollection.vue | 169 +++++++++++++++-- jero-web/src/views/phoneView/mySubscribe.vue | 24 ++- .../views/phoneView/problemKnowledgeBase.vue | 29 +-- .../src/views/phoneView/processManagement.vue | 165 +++++++++++++--- jero-web/src/views/phoneView/search.vue | 15 +- jero-web/src/views/phoneView/searchList.vue | 8 +- jero-web/src/views/phoneView/taskData.vue | 174 ++++++++++++----- jero-web/src/views/phoneView/toDoCenter.vue | 148 ++++++++++++--- 11 files changed, 725 insertions(+), 187 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 3385d6548..54cfaddf0 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1873,4 +1873,6 @@ module.exports = { loading:'Loading...', howAboutComment:'How about a comment', send:'Send', + pleaseProcessThePC:'Please process it on the PC', + clickAndSelect:'Click and select', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index cd0d1cca7..a1a57afa3 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1974,4 +1974,6 @@ module.exports = { loading:'加载中...', howAboutComment:'说点什么评论一下吧', send:'发送', + pleaseProcessThePC:'请在PC端处理', + clickAndSelect:'点击选择', } \ No newline at end of file diff --git a/jero-web/src/views/phoneView/documentDetails.vue b/jero-web/src/views/phoneView/documentDetails.vue index 18c964193..f3574576d 100644 --- a/jero-web/src/views/phoneView/documentDetails.vue +++ b/jero-web/src/views/phoneView/documentDetails.vue @@ -3,7 +3,7 @@
@@ -17,85 +17,144 @@
- -
- 编号 - GB 7258-2017 -
-
- 标题 - 机动车运行安全技术条件 -
-
- 新车型实施日期 - 机动车运行安全技新车型实施日期新车型实施日期新车型实施日期术条件 -
-
- -
-
- 发布稿(必读) -
-
- 线控底盘技术发展与标准化需求研究报告.pdf -
-
- 线控底盘技术发展与标准化需求研究报告.pdf -
-
- 线控底盘技术发展与标准化需求研究报告.pdf -
-
+
+
+ +
+ {{ol.db_field_txt}} + {{ol.value || '--'}} +
+
-
-
- 发布稿(必读) -
-
- 线控底盘技术发展与标准化需求研究报告dsfdsfsdfdsfdsdsdsfdsfdsfs.pdf -
-
- 线控底盘技术发展与标准化需求研究报告.pdf -
-
- 线控底盘技术发展与标准化需求研究报告.pdf -
-
- - -
-
这里是条款
-
-
- 在产车 + +
+
+ {{ol.db_field_txt}} +
+
+
+ {{valItem.fileName}} +
+
-
- 2023-10-11 + +
+
+ + + +
+
{{item.standNumberOrClause}}
+
+
+ {{item.implementationTypeText}} +
+
+ {{item.implementationDate}} +
+
+
+ {{item.remarks}}
-
- 这里是备注这里是备注这里是备注这里是备注这里是备注这里是备注这里是备注 -
-
+
@@ -157,6 +165,14 @@ color: #595E72; margin-top: 0.13rem; word-break: break-all; + overflow: hidden; + display: -webkit-box; + text-overflow: ellipsis; + /*! autoprefixer: off */ + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + /*! autoprefixer: on;*/ + text-justify: inter-ideograph; } .content-text-right .van-icon { diff --git a/jero-web/src/views/phoneView/problemKnowledgeBase.vue b/jero-web/src/views/phoneView/problemKnowledgeBase.vue index 2df98537d..a734a68d9 100644 --- a/jero-web/src/views/phoneView/problemKnowledgeBase.vue +++ b/jero-web/src/views/phoneView/problemKnowledgeBase.vue @@ -41,20 +41,21 @@ {{queryForm.browsingHistoryCount}}
-
- - - - {{queryForm.collectCount}} - -
+
- - + + {{queryForm.praiseCount}}
+
+ + + + {{queryForm.collectCount}} + +
@@ -191,7 +192,7 @@ }, getQueryBy() { let query = { - id: '1bbe56abe27b410998365f20e6023e38' + id: this.$route.query.id } getAction(this.url.queryById, query).then((res) => { if (res.success) { @@ -225,7 +226,7 @@ this.queryForm.praiseCount = this.queryForm.praiseCount - 1 } let query = { - problemKnowledgeBaseId: this.queryForm.id, + problemKnowledgeBaseId: this.$route.query.id, praiseUserId: this.userInfo().id, praiseStatus: praiseStatus, id: this.queryForm.praiseEO ? this.queryForm.praiseEO.id : undefined @@ -251,7 +252,7 @@ this.queryForm.collectCount = this.queryForm.collectCount - 1 } let query = { - problemKnowledgeBaseId: this.queryForm.id, + problemKnowledgeBaseId: this.$route.query.id, collectUserId: this.userInfo().id, collectStatus: collectStatus, id: this.queryForm.collectEO ? this.queryForm.collectEO.id : undefined @@ -264,7 +265,7 @@ }, releaseData() { let query = { - problemKnowledgeBaseId: '1bbe56abe27b410998365f20e6023e38' + problemKnowledgeBaseId: this.$route.query.id } getAction('/problemKnowledgeBase/problemKnowledgeBaseCommentEO/list', query).then((res) => { if (res.success) { @@ -328,7 +329,7 @@ sendClick() { if (this.num == 1) { let query = { - problemKnowledgeBaseId: this.queryForm.id, + problemKnowledgeBaseId: this.$route.query.id, commentContent: this.sendValue, commentUserId: this.userInfo().id } diff --git a/jero-web/src/views/phoneView/processManagement.vue b/jero-web/src/views/phoneView/processManagement.vue index e15e82a9b..dd4156822 100644 --- a/jero-web/src/views/phoneView/processManagement.vue +++ b/jero-web/src/views/phoneView/processManagement.vue @@ -10,50 +10,55 @@
- 项目名称 - Aries-G1.1-中国台湾-00 + {{$t('entryName')}} + {{queryForm.projectName+'-'+queryForm.projectVersion}}
- 法规编号 - ISO 16750-4-2003 + {{$t('regulationNo')}} + {{queryForm.serialNumber || '--'}}
- 标题 - 机动车运行安全技术条件 + {{$t('title')}} + {{queryForm.title || '--'}}
- 子标题 - 机动车运行安全技新车型实施日期新车型实施日期新车型实施日期术条件 + {{$t('subtitle')}} + {{queryForm.subtitle || '--'}}
- 适用增补件 - 机动车运行安全技新 + {{$t('applicableSupplement')}} + {{queryForm.applicableSupplement || '--'}}
+
- 发起人 - -- + {{$t('Sponsor')}} + {{queryProject[queryData.Sponsor] || '--'}}
- 责任人 - -- + {{$t('personLiable')}} + {{queryProject[queryData.personLiable] || '--'}}
- 交付日期 - 2023-10-20 + {{$t('deliveryDate')}} + {{queryProject[queryData.DueDate] || '--'}} +
+
+ {{$t('typeOfDeliverables')}} + {{queryProject[queryData.typeOfDeliverables] || '--'}}
- 交付物模板 + {{$t('deliverableTemplate')}}
线控底盘技术发展与标准化需求研究报告.pdf
- 交付物说明 + {{$t('descriptionDeliverables')}}
- 这里是交付物说明这里是交付物说明这里是交付物说明这里是交付物说明这里是交付物说明 + {{queryProject[queryData.remarks] || '--'}}
@@ -179,27 +184,124 @@
+ + {{$t('loading')}} +