From c8f76bacee556f02a7ca3f3d8acc315514c3549f Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 2 Nov 2023 10:31:48 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=BD=A6=E5=9E=8B=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E7=AE=A1=E7=90=86=E3=80=81=E8=BD=A6=E5=9E=8B=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E6=A0=87=E5=87=86=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../vehicleconfiguration.vue | 44 +++++++++++++++++++
.../chexingpeizhi/changyongpeizhiAdd.vue | 32 ++++++++++----
.../chexingpeizhi/changyongpeizhiInfo.vue | 16 +++++--
3 files changed, 80 insertions(+), 12 deletions(-)
diff --git a/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue b/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue
index db10fad11e..addee4cacd 100644
--- a/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue
+++ b/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue
@@ -163,6 +163,50 @@
{{ formobj.configuringBao }}
+
+
+ 门窗
+ {{ formobj.doorAndWindowValue }}
+
+
+ 门锁
+ {{ formobj.doorLockValue }}
+
+
+ 大灯
+ {{ formobj.headlightValue }}
+
+
+ 上车踏板
+ {{ formobj.boardPedalValue }}
+
+
+ 方向盘
+ {{ formobj.steerWheelValue }}
+
+
+
+
+ 离合器
+ {{ formobj.clutchValue }}
+
+
+ 方向机
+ {{ formobj.dirMachineValue }}
+
+
+ 前桥
+ {{ formobj.proponsValue }}
+
+
+ 货箱内部长度
+ {{ formobj.packingCase }}
+
+
+ 蓄电池
+ {{ formobj.storagBatteryValue }}
+
+
更多配置
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 015565decb..54cca60333 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
@@ -304,6 +304,16 @@
+
+ 货箱内部长度
+
+
+
+
+
+
+
+
蓄电池
@@ -313,8 +323,6 @@
-
-
@@ -326,6 +334,11 @@
+
+
+ 注:因涉及报表数据推送,自卸、载货的配置请必选货箱内部长度。
+
+
@@ -412,7 +425,6 @@ export default {
isDel: '', // 是否可以删除(1是,0否)
multimedia: '', // 多媒体(陕汽)
otherConfig: '', // 其他配置
- packingCase: '', // 货箱(重汽、欧曼)
rearAxleRatio: '', // 后桥速比
rearAxleRatioKey: '', // 后桥速比key
rearAxleKey: '', // 后桥key
@@ -456,7 +468,9 @@ export default {
steerWheelKey: '', // 方向盘key
steerWheelValue: '', // 方向盘value
storagBatteryKey: '', // 蓄电池key
- storagBatteryValue: '' // 蓄电池value
+ storagBatteryValue: '', // 蓄电池value
+ packingCaseKey: '', // 货箱内部长度key
+ packingCase: '' // 货箱内部长度value
}, // 添加和修改
textMap: {
update: '修改',
@@ -1232,14 +1246,16 @@ export default {
.formaddcopy02 .el-row /deep/ .el-col {
padding: 0 8px;
}
-
+.span-sty {
+ width: 90px !important;
+}
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw {
- margin-left: 65px;
- width: calc(100% - 70px);
+ margin-left: 85px;
+ width: calc(100% - 90px);
}
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputwTwo {
- width: calc(100% - 70px);
+ width: calc(100% - 90px);
}
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 76de83b9d2..4f34415b3d 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
@@ -247,16 +247,21 @@
- 蓄电池
+ 货箱内部长度
- {{ temp.storagBatteryValue }}
+ {{ temp.packingCase }}
+
+ 蓄电池
+
+
+ {{ temp.storagBatteryValue }}
+
-
@@ -309,8 +314,11 @@ export default {
}