From 98f4bbd8bc0418dc40eeb4a6a83b7d6e9da65dbe Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Fri, 1 Jul 2022 09:07:17 +0800 Subject: [PATCH] edit-plan-biz_settle --- admin/controllers/auto/Business.php | 4 ++++ admin/views/auto/business/get.php | 11 +++++++++-- admin/views/biz/store/lists.php | 8 +++++--- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/admin/controllers/auto/Business.php b/admin/controllers/auto/Business.php index b2f08bd9..289e71ff 100644 --- a/admin/controllers/auto/Business.php +++ b/admin/controllers/auto/Business.php @@ -165,6 +165,7 @@ class Business extends HD_Controller{ 'price_floor' => $row['price_floor'], 'price_color' => $row['price_color'], 'price_coplus' => $row['price_coplus'], + 'proxy_profix_car' => $row['proxy_profix_car'], 'profix_car' => $row['profix_car'], 'profix_carno' => $row['profix_carno'], 'profix_insure' => $row['profix_insure'], @@ -192,6 +193,7 @@ class Business extends HD_Controller{ 'price_floor' => 0.00, 'price_color' => 0.00, 'price_coplus' => 0.00, + 'proxy_profix_car' => 0.00, 'profix_car' => 0.00, 'profix_carno' => 0.00, 'profix_insure' => 0.00, @@ -248,6 +250,7 @@ class Business extends HD_Controller{ $info['price_floor'] && $data['price_floor'] = $info['price_floor']; $info['price_coplus'] && $data['price_coplus'] = $info['price_coplus']; $info['price_color'] && $data['price_color'] = $info['price_color']; + $info['proxy_profix_car'] && $data['proxy_profix_car'] = $info['proxy_profix_car']; $info['profix_car'] && $data['profix_car'] = $info['profix_car']; $info['profix_carno'] && $data['profix_carno'] = $info['profix_carno']; $info['profix_insure'] && $data['profix_insure'] = $info['profix_insure']; @@ -299,6 +302,7 @@ class Business extends HD_Controller{ $info['price_floor'] && $data['price_floor'] = $info['price_floor']; $info['price_coplus'] && $data['price_coplus'] = $info['price_coplus']; $info['price_color'] && $data['price_color'] = $info['price_color']; + $info['proxy_profix_car'] && $data['proxy_profix_car'] = $info['proxy_profix_car']; $info['profix_car'] && $data['profix_car'] = $info['profix_car']; $info['profix_carno'] && $data['profix_carno'] = $info['profix_carno']; $info['profix_insure'] && $data['profix_insure'] = $info['profix_insure']; diff --git a/admin/views/auto/business/get.php b/admin/views/auto/business/get.php index 1925492d..09aec468 100644 --- a/admin/views/auto/business/get.php +++ b/admin/views/auto/business/get.php @@ -103,9 +103,16 @@