From 91268248cdaa9497580482f7ce054e412bb18e26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Thu, 1 Jun 2023 15:55:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=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/config/router.config.js | 6 +
.../views/phoneView/problemKnowledgeBase.vue | 403 ++++++++++++++++++
.../src/views/phoneView/processManagement.vue | 279 +++++++++++-
jero-web/src/views/phoneView/search.vue | 7 +-
4 files changed, 683 insertions(+), 12 deletions(-)
create mode 100644 jero-web/src/views/phoneView/problemKnowledgeBase.vue
diff --git a/jero-web/src/config/router.config.js b/jero-web/src/config/router.config.js
index 6c52e9b4b..203703e4f 100644
--- a/jero-web/src/config/router.config.js
+++ b/jero-web/src/config/router.config.js
@@ -522,6 +522,12 @@ export const constantRouterMap = [
name: 'phoneProcessManagement',
component: () => import('@/views/phoneView/processManagement')
},
+ //知识分享
+ {
+ path: '/phoneProblemKnowledgeBase',
+ name: 'phoneProblemKnowledgeBase',
+ component: () => import('@/views/phoneView/problemKnowledgeBase')
+ },
/* 手机端结束 */
// {
// path:'/vehicleinformation',
diff --git a/jero-web/src/views/phoneView/problemKnowledgeBase.vue b/jero-web/src/views/phoneView/problemKnowledgeBase.vue
new file mode 100644
index 000000000..3e56e4632
--- /dev/null
+++ b/jero-web/src/views/phoneView/problemKnowledgeBase.vue
@@ -0,0 +1,403 @@
+
+
+
+
+
+
+

+
linda.zhao
+
+
+

+
2023-03-29 17:25:05
+
+
+
+ 2021年10月,中国汽车技术研究中心有限公司中国汽车标准化研究院联合行业各方力量,
+ 成立了包括各主机厂、零部件制造商、检测机构、高校等单位在内的“线控底盘技术发展与标准化需求”研究组。
+ 从线控转向、线控制动、线控悬架和线控驱动4 个领域,
+ 围绕技术发展历程、技术路线与技术方案、技术需求、应用现状、测试验证、国内外标准分析和标准化需求等方面开展研究撰写并完成了研究报告,
+ 为后续线控底盘相关技术研发、标准制定和行业管理提供支撑和借鉴。NIO作为“线控转向”领域的牵头单位,参与并完成对应内容。
+
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
+
+
+
+

+
+ 123
+
+
+
+

+
+ 123
+
+
+
+

+
+ 123
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/phoneView/processManagement.vue b/jero-web/src/views/phoneView/processManagement.vue
index 5e3175168..07254a91c 100644
--- a/jero-web/src/views/phoneView/processManagement.vue
+++ b/jero-web/src/views/phoneView/processManagement.vue
@@ -57,21 +57,127 @@
-
+
- 【城市】物流状态1
- 2016-07-12 12:40
+
+
+ 发起流程
+
+ 接受
+
+
+
+
+ Yingxi.Sun
+
+ |
+
+ 2016-07-12 12:40
+
+
+
+ 这里是反馈意见这里是反馈意见这里是反馈意见这里是反馈意见
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
- 【城市】物流状态2
- 2016-07-11 10:00
+
+
+ 发起流程
+
+ 接受
+
+
+
+
+ Yingxi.Sun
+
+ |
+
+ 2016-07-12 12:40
+
+
+
+ 这里是反馈意见这里是反馈意见这里是反馈意见这里是反馈意见
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
- 快件已发货
- 2016-07-10 09:30
+
+
+ 发起流程
+
+ 接受
+
+
+
+
+ Yingxi.Sun
+
+ |
+
+ 2016-07-12 12:40
+
+
+
+ 这里是反馈意见这里是反馈意见这里是反馈意见这里是反馈意见
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
+ 线控底盘技术发展与标准化需求研究报告.pdf
+
+
+
+
+
+
+
+ 通过
+ 退回
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+
+
@@ -81,12 +187,16 @@
name: 'phoneProcessManagement',
data() {
return {
- activeNames: ['1', '2', '3']
+ activeNames: ['1', '2', '3', '4'],
+ form: {}
}
},
methods: {
iconClick() {
this.$router.go(-1)
+ },
+ onSubmit() {
+
}
}
}
@@ -144,14 +254,14 @@
border-width: 0;
}
- ::v-deep .van-cell__title span {
+ ::v-deep .van-cell--clickable .van-cell__title span {
font-size: 0.44rem;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 600;
color: #040B29;
}
- ::v-deep .collapse .van-icon {
+ ::v-deep .collapse .van-cell--clickable .van-icon {
font-size: 0.44rem;
color: #040B29;
}
@@ -198,7 +308,8 @@
margin-bottom: 0.4rem;
word-break: break-all;
}
- .content-box-type-text-Two{
+
+ .content-box-type-text-Two {
display: inline-block;
font-size: 0.38rem;
font-family: PingFang SC-Regular, PingFang SC;
@@ -206,6 +317,7 @@
color: #040B29;
word-break: break-all;
}
+
.content-box-text {
text-align: right;
margin-left: 0.3rem;
@@ -219,4 +331,149 @@
padding: 0.5rem 0;
}
+ ::v-deep .van-step__circle-container .van-icon {
+ font-size: 0.55rem;
+ background: #fff;
+ }
+
+ ::v-deep .van-step--finish {
+ color: #00BEBE;
+ }
+
+ ::v-deep .van-step--vertical {
+ padding: 0.26rem 0 0.46rem 0;
+ }
+
+ ::v-deep .van-step--vertical:not(:last-child)::after {
+ border-bottom-width: 0;
+ }
+
+ .vanStepBox {
+ margin-left: 0.2rem;
+ }
+
+ .van-text {
+ font-size: 0.38rem;
+ font-family: PingFang SC-Regular, PingFang SC;
+ font-weight: 500;
+ color: #040B29;
+ }
+
+ .van-text-color {
+ padding: 0.19rem 0.3rem;
+ color: #26BD4B;
+ font-size: 0.34rem;
+ background: rgba(38, 189, 75, 0.12);
+ border-radius: 0.1rem;
+ margin-left: 0.2rem;
+ }
+
+ .van-time {
+ font-size: 0.34rem;
+ font-family: PingFang SC-Regular, PingFang SC;
+ font-weight: 400;
+ color: #868A9A;
+ margin-top: 0.3rem;
+ }
+
+ .van-name {
+ color: #868A9A;
+ margin-right: 0.1rem;
+ font-size: 0.34rem;
+ }
+
+ .van-name-time {
+ color: #868A9A;
+ margin-left: 0.1rem;
+ font-size: 0.34rem;
+ }
+
+ .van-desgin {
+ font-size: 0.38rem;
+ font-family: PingFang SC-Regular, PingFang SC;
+ font-weight: 500;
+ color: #41475E;
+ margin-top: 0.3rem;
+ word-break: break-all;
+ }
+
+ .van-file {
+ font-size: 0.38rem;
+ font-family: PingFang SC-Regular, PingFang SC;
+ font-weight: 400;
+ color: #01A0AC;
+ margin-top: 0.3rem;
+ }
+
+ ::v-deep .van-form .van-cell__title {
+ font-size: 0.38rem;
+ font-family: PingFang SC-Regular, PingFang SC;
+ font-weight: 500;
+ color: #595E72;
+ width: 2rem;
+ }
+
+ ::v-deep .van-form .van-radio__icon .van-icon {
+ width: 0.45rem;
+ height: 0.45rem;
+ line-height: 0.45rem;
+ }
+
+ ::v-deep .van-form .van-radio__icon--checked .van-icon {
+ background-color: #00BEBE;
+ border-color: #00BEBE;
+ }
+
+ ::v-deep .van-form .van-radio__icon {
+ height: 0.45rem;
+ }
+
+ ::v-deep .van-form .van-radio__label {
+ font-size: 0.38rem;
+ font-family: PingFang SC-Regular, PingFang SC;
+ font-weight: 500;
+ color: #040B29;
+ }
+
+ ::v-deep .van-form .van-cell {
+ margin-bottom: 0.3rem;
+ }
+
+ .textarea {
+ display: block;
+ }
+
+ ::v-deep .van-form .textarea .van-field__control {
+ background: #F5F6F7;
+ border-radius: 0.12rem;
+ padding: 0.2rem;
+ margin-top: 0.1rem;
+ }
+
+ .uploader {
+ display: block;
+ }
+
+ .uploader-button {
+ margin-top: 0.2rem;
+ }
+
+ .uploader-button .van-button--primary {
+ background-color: #fff;
+ border: 0.03rem solid #00BEBE;
+ color: #01A0AC;
+ font-size: 0.38rem;
+ font-family: PingFang SC-Medium, PingFang SC;
+ font-weight: 500;
+ }
+
+ .uploader-button .van-button {
+ height: 0.9rem;
+ border-radius: 0.12rem;
+ }
+
+ .uploader-button .van-button .van-icon {
+ font-size: 0.42rem;
+ font-weight: 500;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/phoneView/search.vue b/jero-web/src/views/phoneView/search.vue
index 1c90c71f2..fe4e378d8 100644
--- a/jero-web/src/views/phoneView/search.vue
+++ b/jero-web/src/views/phoneView/search.vue
@@ -27,7 +27,7 @@
知识分享
已存储 568 个知识分享
-
@@ -92,6 +92,11 @@
path: '/phoneProcessManagement'
})
},
+ phoneProblemKnowledgeBaseClick(){
+ this.$router.push({
+ path: '/phoneProblemKnowledgeBase'
+ })
+ },
}
}