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); }