From cadccc77d267f0b45bb5ee76f9e367af2a6ae9f4 Mon Sep 17 00:00:00 2001 From: Zhao Qiqi <1287235164@qq.com> Date: Tue, 26 Jul 2022 18:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E8=AF=A6=E7=BB=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cheliangtaizhang/relation/vehicleconfiguration.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/vehicleconfiguration.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/vehicleconfiguration.vue index 553efc9dc3..cd13d8667e 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/vehicleconfiguration.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/vehicleconfiguration.vue @@ -13,7 +13,7 @@
{{ formobj.vehicleAlias }} -
销售指导价:{{}}
+
销售指导价:{{guidedPrice}}
展开 @@ -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) {