Browse Source

排产新增车型名称和样式调整

zhanglei
Zhao Qiqi 3 years ago
parent
commit
1dc20b81ad
  1. 9
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue
  2. 1
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue

9
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue

@ -84,12 +84,12 @@
<el-button size="mini" type="danger">上装选择</el-button>
</template>
</el-table-column>
<el-table-column label="车型" align="left" header-align="center" width="250">
<el-table-column label="车型" align="center" header-align="center" width="250">
<template slot-scope="scope" prop="vehicleName">
<span>{{ scope.row.vehicleName }}</span>
</template>
</el-table-column>
<el-table-column label="常用配置" align="left" header-align="center">
<el-table-column label="常用配置" align="left" header-align="center" width="360">
<template slot-scope="scope" prop="configName">
<span>{{ scope.row.configName }}</span>
</template>
@ -267,19 +267,20 @@ export default {
// --
backData(value) {
this.viewState = 1
console.log('确认返回的车辆数据',value)
if (value.length > 0) {
value.forEach((e) => {
this.formobj.busVehicleApplyDetailDtoList.push({
quantity: '',
applySid: '',
configSid: e.configurationItemsSid,
configSid: e.configSid,
configName: e.configName,
// useDeposit: '',
applyForDeposit: '',
remarks: '',
saleGuPrice: '',
insideCode: e.insideCode, //
vehicleName: e.modelName,
vehicleName: e.vehicleAlias,
vehicleSid: e.modelSid
})
if (e.insideCode) {

1
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/chexingbyconfiguration.vue

@ -172,6 +172,7 @@ export default {
//
AddUpdateReturn() {
if (this.sids.length > 0) {
console.log('勾选的车辆信息',this.sids)
this.$emit('backData', this.sids)
} else {
this.$notify({

Loading…
Cancel
Save