Browse Source

车型查询修改

master
Zhao Qiqi 3 years ago
parent
commit
b49cc9ffb2
  1. 6
      anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/vehiclecar.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/vehiclecarInfo.vue

6
anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/vehiclecar.vue

@ -51,7 +51,7 @@
</el-table-column>
<el-table-column label="车架号" align="center">
<template slot-scope="scope">
<span class="bluezi" @click="handlink(scope.row.vinNo)">{{ scope.row.vinNo }}</span>
<span class="bluezi" @click="handlink(scope.row)">{{ scope.row.vinNo }}</span>
</template>
</el-table-column>
<el-table-column label="颜色" align="center">
@ -154,9 +154,9 @@ export default {
},
showInfo(sid, row) {
this.modelSid = sid
this.modelConfigSid = row.sid
this.modelConfigSid = row.configSid
this.listQuery.params.modelSid = sid
this.listQuery.params.modelConfigSid = row.sid
this.listQuery.params.modelConfigSid = row.configSid
this.Dictionary()
this.getList()
},

2
anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/vehiclecarInfo.vue

@ -473,7 +473,7 @@ export default {
})
}
})
getPurchaseDetails(row).then((resp) => {
getPurchaseDetails(row.vinNo).then((resp) => {
if (resp.code === '200') {
this.formtemp = resp.data
this.imageslist = resp.data.vehicleImages

Loading…
Cancel
Save