From 96081eb6b4cdb61c77dffb088afdc75334650996 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Wed, 19 Jan 2022 19:56:56 +0800 Subject: [PATCH] edit-api-give_time --- api/controllers/wxapp/licheb/Protocol.php | 12 +++++------- api/views/wxapp/licheb/html2pdf/car.php | 2 +- api/views/wxapp/licheb/protocol/car.php | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/api/controllers/wxapp/licheb/Protocol.php b/api/controllers/wxapp/licheb/Protocol.php index 0d27450c..b9ddab8c 100644 --- a/api/controllers/wxapp/licheb/Protocol.php +++ b/api/controllers/wxapp/licheb/Protocol.php @@ -66,14 +66,12 @@ class Protocol extends CI_Controller{ $company = $this->sys_company_model->get(['id'=>$biz['company_id']]); $row['company'] = $company; - //获取选择代办包 - $srv_total = count(explode(',',$row['srv_ids'])); - if($srv_total==4){ - $row['give_time'] = 30; - }elseif($srv_total==3){ - $row['give_time'] = 45; - }else{ + if($row['s_id']==24){ //零跑T03 $row['give_time'] = 60; + }elseif($row['s_id']==25){ //零跑C11 + $row['give_time'] = 120; + }else{ //其它车型 + $row['give_time'] = 45; } //获取精品 $fine_title = '无'; diff --git a/api/views/wxapp/licheb/html2pdf/car.php b/api/views/wxapp/licheb/html2pdf/car.php index 84c98c30..fdf08488 100644 --- a/api/views/wxapp/licheb/html2pdf/car.php +++ b/api/views/wxapp/licheb/html2pdf/car.php @@ -76,7 +76,7 @@
乙方在签订合同时即付定金人民币:元,定金在结算时冲抵车款。
乙方选择
第四条 车辆交付
-
1、交车时间:合同签订之日起 天内。
+
1、交车时间:合同签订之日起 个工作日。