From 7b929dd2838d7df2daba4622b02370f730071614 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Fri, 15 Nov 2019 19:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E9=99=A9=E7=A7=8D=E6=B7=BB=E5=8A=A0ID?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/car/order-add.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/views/car/order-add.php b/frontend/views/car/order-add.php index 9d6647b..c651e66 100644 --- a/frontend/views/car/order-add.php +++ b/frontend/views/car/order-add.php @@ -155,7 +155,7 @@ use common\models\PriceT; content != '') { $tmp_items = explode(',',$item->content); - echo ''; $tmp_items = explode(',',$item->content); foreach($tmp_items as $tmp_item) { echo ''; } else { - echo ''; @@ -368,6 +368,11 @@ use common\models\PriceT; $('#purchase_price').val(obj.data.VehicleItems[0].PurchasePrice); } } + if(obj.data.SaveQuote) { + if(obj.data.SaveQuote.BoLi) { + if(obj.data.SaveQuote.BoLi == '0') + } + } } }, 'json'); }