From 46d87200d72457f2f58c384048c7d2bd9c8c26f0 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Sat, 16 Nov 2019 21:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=AE=97=E8=B4=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/car/order-add.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/views/car/order-add.php b/frontend/views/car/order-add.php index c3489aa..85d45e7 100644 --- a/frontend/views/car/order-add.php +++ b/frontend/views/car/order-add.php @@ -133,9 +133,9 @@ use common\models\PriceT;
险种
@@ -198,6 +198,7 @@ use common\models\PriceT;
保费信息
+

-
@@ -504,7 +504,7 @@ use common\models\PriceT; $('#total1').val(obj.data.BizTotal); $('#total2').val(obj.data.ForceTotal); $('#total3').val(obj.data.TaxTotal); - $('#total_rate').val(obj.data.TotalRate); + $('#total_rate').html('折扣系数:' + obj.data.TotalRate); } else { parent.layer.msg(obj.data.QuoteResult); }