Browse Source

完善车型配置管理、车型配置标准页面

master
yunuo970428 2 years ago
parent
commit
c8f76bacee
  1. 44
      anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue
  2. 32
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue
  3. 16
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiInfo.vue

44
anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue

@ -163,6 +163,50 @@
<el-form-item><span class="addinputInfo">{{ formobj.configuringBao }}</span></el-form-item> <el-form-item><span class="addinputInfo">{{ formobj.configuringBao }}</span></el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>门窗</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.doorAndWindowValue }}</span></el-form-item>
</el-col>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>门锁</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.doorLockValue }}</span></el-form-item>
</el-col>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>大灯</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.headlightValue }}</span></el-form-item>
</el-col>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>上车踏板</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.boardPedalValue }}</span></el-form-item>
</el-col>
<el-col :span="4" class="tlineheightb">
<div class="span-sty"><span>方向盘</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.steerWheelValue }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>离合器</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.clutchValue }}</span></el-form-item>
</el-col>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>方向机</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.dirMachineValue }}</span></el-form-item>
</el-col>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>前桥</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.proponsValue }}</span></el-form-item>
</el-col>
<el-col :span="5" class="tlineheightb">
<div class="span-sty"><span>货箱内部长度</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.packingCase }}</span></el-form-item>
</el-col>
<el-col :span="4" class="tlineheightb">
<div class="span-sty"><span>蓄电池</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.storagBatteryValue }}</span></el-form-item>
</el-col>
</el-row>
<div class="title"> <div class="title">
更多配置 更多配置
</div> </div>

32
anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiAdd.vue

@ -304,6 +304,16 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">
<div class="span-sty">
<span>货箱内部长度</span>
</div>
<el-form-item prop="packingCase">
<el-select v-model="temp.packingCase" placeholder="请选择" filterable clearable class="addinputw" @change="changePackingCase">
<el-option v-for="item in packingCase_list" :key="item.dictKey" :label="item.dictValue" :value="item.dictValue"/>
</el-select>
</el-form-item>
</el-col>
<el-col :span="4">
<div class="span-sty"> <div class="span-sty">
<span>蓄电池</span> <span>蓄电池</span>
</div> </div>
@ -313,8 +323,6 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4">
</el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
@ -326,6 +334,11 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row>
<el-col :span="24">
<span style="margin-left: 10px;font-weight: bold" class="icon">因涉及报表数据推送自卸载货的配置请必选货箱内部长度</span>
</el-col>
</el-row>
</el-form> </el-form>
</div> </div>
</div> </div>
@ -412,7 +425,6 @@ export default {
isDel: '', // 10 isDel: '', // 10
multimedia: '', // multimedia: '', //
otherConfig: '', // otherConfig: '', //
packingCase: '', //
rearAxleRatio: '', // rearAxleRatio: '', //
rearAxleRatioKey: '', // key rearAxleRatioKey: '', // key
rearAxleKey: '', // key rearAxleKey: '', // key
@ -456,7 +468,9 @@ export default {
steerWheelKey: '', // key steerWheelKey: '', // key
steerWheelValue: '', // value steerWheelValue: '', // value
storagBatteryKey: '', // key storagBatteryKey: '', // key
storagBatteryValue: '' // value storagBatteryValue: '', // value
packingCaseKey: '', // key
packingCase: '' // value
}, // }, //
textMap: { textMap: {
update: '修改', update: '修改',
@ -1232,14 +1246,16 @@ export default {
.formaddcopy02 .el-row /deep/ .el-col { .formaddcopy02 .el-row /deep/ .el-col {
padding: 0 8px; padding: 0 8px;
} }
.span-sty {
width: 90px !important;
}
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw { .formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw {
margin-left: 65px; margin-left: 85px;
width: calc(100% - 70px); width: calc(100% - 90px);
} }
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputwTwo { .formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputwTwo {
width: calc(100% - 70px); width: calc(100% - 90px);
} }
</style> </style>

16
anrui-scm/anrui-scm-ui/src/views/cheliang/chexingpeizhi/changyongpeizhiInfo.vue

@ -247,16 +247,21 @@
</el-col> </el-col>
<el-col :span="5"> <el-col :span="5">
<div class="span-sty"> <div class="span-sty">
<span>蓄电池</span> <span>货箱内部长度</span>
</div> </div>
<el-form-item class="multimedia_sty"> <el-form-item class="multimedia_sty">
<span>{{ temp.storagBatteryValue }}</span> <span>{{ temp.packingCase }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<div class="span-sty">
<span>蓄电池</span>
</div>
<el-form-item class="multimedia_sty">
<span>{{ temp.storagBatteryValue }}</span>
</el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
<div class="span-sty"> <div class="span-sty">
@ -309,8 +314,11 @@ export default {
} }
</script> </script>
<style scoped> <style scoped>
.span-sty {
width: 90px !important;
}
.formaddcopy02 .el-row .el-col /deep/ .el-form-item { .formaddcopy02 .el-row .el-col /deep/ .el-form-item {
margin-left: 65px; margin-left: 85px;
} }
/*.formaddcopy02 .el-row .el-col .multimedia_sty /deep/ .el-form-item__content {*/ /*.formaddcopy02 .el-row .el-col .multimedia_sty /deep/ .el-form-item__content {*/

Loading…
Cancel
Save