Browse Source

车型配置--更改车型配置sid和页码

zhanglei
Zhao Qiqi 3 years ago
parent
commit
74d6e54328
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/modelstandardconfiguration.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/vehiclelibraryconfiguration.vue
  3. 6
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/vehiclelibraryconfiguration.vue

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

@ -380,7 +380,7 @@ export default {
showInfo(sid, row) { showInfo(sid, row) {
this.FormLoading = true this.FormLoading = true
this.sid_list.modelSid = sid this.sid_list.modelSid = sid
this.sid_list.configSid = row.sid this.sid_list.configSid = row.configSid
this.guidedPrice = row.guidedPrice this.guidedPrice = row.guidedPrice
this.priceValidity = row.priceValidity this.priceValidity = row.priceValidity
selectExiCarConfig(this.sid_list).then((response) => { selectExiCarConfig(this.sid_list).then((response) => {

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

@ -412,7 +412,7 @@ export default {
configPageList(this.listQuery).then((response) => { configPageList(this.listQuery).then((response) => {
this.listLoading = false this.listLoading = false
if (response.code === '200') { if (response.code === '200') {
this.listQuery.total = response.data.total this.listQuery.total = response.data.pages
this.list = response.data.modelConfigList this.list = response.data.modelConfigList
} }
}) })

6
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/relation/vehiclelibraryconfiguration.vue

@ -128,8 +128,8 @@
<el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%"> <el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%">
<el-table-column width="80px" label="序号" type="index" :index="indexMethod" align="center"/> <el-table-column width="80px" label="序号" type="index" :index="indexMethod" align="center"/>
<el-table-column label="常用配置" align="center"> <el-table-column label="常用配置" align="center">
<template slot-scope="scope"> <template slot-scope="scope"> <!---->
<span class="bluezi" @click="handlink(scope.row)">{{ scope.row.configName }}</span> <span>{{ scope.row.configName }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="颜色" align="center" width="100"> <el-table-column label="颜色" align="center" width="100">
@ -403,7 +403,7 @@ export default {
configPageList(this.listQuery).then((response) => { configPageList(this.listQuery).then((response) => {
this.listLoading = false this.listLoading = false
if (response.code === '200') { if (response.code === '200') {
this.listQuery.total = response.data.total this.listQuery.total = response.data.pages
this.list = response.data.modelConfigList this.list = response.data.modelConfigList
} }
}) })

Loading…
Cancel
Save