Browse Source

车辆详细配置页面

zhanglei
Zhao Qiqi 3 years ago
parent
commit
cadccc77d2
  1. 5
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/vehicleconfiguration.vue

5
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/vehicleconfiguration.vue

@ -13,7 +13,7 @@
<div class="headtitle_con">
<div class="headtitle">
{{ formobj.vehicleAlias }}
<div class="headtitle_jia">销售指导价:<span>{{}}</span></div>
<div class="headtitle_jia">销售指导价:<span>{{guidedPrice}}</span></div>
<div class="icon_sty" @click="changeDown(false)" v-show="isDown">
<i class="el-icon-arrow-down"/>
<span>展开</span>
@ -205,8 +205,8 @@ export default {
data() {
return {
FormLoading: false,
guidedPrice: '',
priceValidity: '',
guidedPrice:'',
formobj: {},
isDown: true,
isDownOther: true,
@ -249,6 +249,7 @@ export default {
this.FormLoading = true
this.sid_list.modelSid = row.modelSid
this.sid_list.configSid = row.modelConfigSid
this.guidedPrice = row.guidedPrice
selectExiCarConfig(this.sid_list).then((response) => {
this.FormLoading = false
if (response.success) {

Loading…
Cancel
Save