From 135a4e3f46f580ce6f01294b4a6d96d1749fc88b Mon Sep 17 00:00:00 2001
From: Zhao Qiqi <1287235164@qq.com>
Date: Tue, 14 Jun 2022 15:43:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E9=93=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../relation/chexingguanlianchangyong.vue | 3 +-
.../chexingpeizhi/changyongpeizhiAdd.vue | 5 +-
.../chexingpeizhi/changyongpeizhiInfo.vue | 258 +++++++++++-------
3 files changed, 156 insertions(+), 110 deletions(-)
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue
index 9e8ac4f5dc..d4fdd4f031 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue
@@ -602,7 +602,8 @@ export default {
aa.push(element.sid)
bb.push({
modelSid: element.modelSid,
- configurationItemsSid: element.configurationItemsSid
+ configurationItemsSid: element.configurationItemsSid,
+ userSid:window.sessionStorage.getItem('userSid')
})
})
this.sids = aa
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue
index b797ce2c86..31cd89780e 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue
@@ -17,10 +17,9 @@
颜色
-
-
-
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiInfo.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiInfo.vue
index 35ee587daf..df075072e6 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiInfo.vue
@@ -7,181 +7,225 @@
-
+
常用配置详情
-
- 颜色
-
-
+
+
+ 颜色
+
+
+
- {{ temp.carColor }}
+ {{ temp.carColor }}
-
- 缓速器
-
-
+
+
+ 缓速器
+
+
+
- {{ temp.slowMachine }}
+ {{ temp.slowMachine }}
-
- 后视镜
-
-
+
+
+ 后视镜
+
+
+
- {{ temp.rearViewMirror }}
+ {{ temp.rearViewMirror }}
-
- 轮胎
-
-
+
+
+ 轮胎
+
+
+
- {{ temp.tireSize }}
+ {{ temp.tireSize }}
-
- 驾驶室
-
-
+
+
+ 驾驶室
+
+
+
- {{ temp.specification }}
+ {{ temp.specification }}
-
- 后桥速比
-
-
+
+
+ 后桥速比
+
+
+
- {{ temp.rearAxleRatio }}
+ {{ temp.rearAxleRatio }}
-
- 空调
-
-
+
+
+ 空调
+
+
+
- {{ temp.airConditioner }}
+ {{ temp.airConditioner }}
-
- 轮毂材质
-
-
+
+
+ 轮毂材质
+
+
+
- {{ temp.hubMaterial }}
+ {{ temp.hubMaterial }}
-
- 导流罩
-
-
+
+
+ 导流罩
+
+
+
- {{ temp.baffleModel }}
+ {{ temp.baffleModel }}
-
- 悬架
-
-
+
+
+ 悬架
+
+
+
- {{ temp.suspension }}
+ {{ temp.suspension }}
-
- 座椅
-
-
+
+
+ 座椅
+
+
+
- {{ temp.seat }}
+ {{ temp.seat }}
-
- 护轮罩
-
-
+
+
+ 护轮罩
+
+
+
- {{ temp.tireCover }}
+ {{ temp.tireCover }}
-
- 鞍座
-
-
+
+
+ 鞍座
+
+
+
- {{ temp.saddle }}
+ {{ temp.saddle }}
-
- 轴距
-
-
+
+
+ 轴距
+
+
+
- {{ temp.wheelbase }}
+ {{ temp.wheelbase }}
-
- 保险杠
-
-
+
+
+ 保险杠
+
+
+
- {{ temp.bumper }}
+ {{ temp.bumper }}
-
- 配置包
-
-
+
+
+ 配置包
+
+
+
- {{ temp.configuringBao }}
+ {{ temp.configuringBao }}
-
- 独立热源
-
-
+
+
+ 独立热源
+
+
+
- {{ temp.independentSources }}
+ {{ temp.independentSources }}
-
- 燃料箱
-
-
+
+
+ 燃料箱
+
+
+
- {{ temp.fuelTank }}
+ {{ temp.fuelTank }}
-
- 多媒体
-
-
+
+
+ 多媒体
+
+
+
- {{ temp.multimedia }}
+ {{ temp.multimedia }}
-
- 货箱
-
-
- {{ temp.packingCase }}
+
+
+ 货箱
+
+
+
+
+ {{ temp.packingCase }}
+
-
- 更多配置
-
-
+
+
+ 更多配置
+
+
+
- {{ temp.otherConfig }}
+ {{ temp.otherConfig }}
@@ -192,6 +236,7 @@