This commit is contained in:
xiaoyu
2024-03-09 10:45:48 +08:00
parent ea79a45713
commit 6c9b14104a
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -16,11 +16,11 @@ class Welcome extends CI_Controller {
//测试地址
//$url = 'https://salespp-sit.hozonauto.com/appservice/app/if/salesclue/createSalesclue';
$name = '龙岩客户'; //客户姓名
$mobile = '13055853631';//客户手机
$name = '是什么'; //客户姓名
$mobile = '17779515292';//客户手机
$comments = '100690'; //门店编码
$samobile = '13600983210';//销售手机
$comments = '101252'; //门店编码
$samobile = '13790011910';//销售手机
$city_id = '350200';
$voId = $city_id . date('mdHis') . sprintf("%06d", rand(1,999999));
+2 -2
View File
@@ -112,8 +112,8 @@ class Stic extends Admin
];
$kgw_total = $this->mdSytActivityKpiData->count($where, "cfUserId");
$h_lists[] = ['title' => '参与门店', 'num' => "{$biz_total}"];
$h_lists[] = ['title' => '参与顾问', 'num' => "{$gw_total}"];
$h_lists[] = ['title' => '开工顾问', 'num' => "{$kgw_total}"];
$h_lists[] = ['title' => '参与顾问', 'num' => "{$gw_total}"];
$h_lists[] = ['title' => '开工顾问', 'num' => "{$kgw_total}"];
$h_lists[] = ['title' => '开工率', 'num' => $gw_total ? round($kgw_total / $gw_total * 100, 2) . "%" : 0];
//我的
$where = [
+1 -1
View File
@@ -137,7 +137,7 @@
codeimg.onload = function () {
ctx.fillStyle=that.fillStyle;
ctx.textAlign="center";
ctx.font="22px Georgia";
ctx.font="24px Georgia";
ctx.fillText(that.posterTip,that.canW/2,that.canH-34,);
ctx.drawImage(codeimg,that.canW-200, that.canH-240, 160, 160)
setTimeout(function () {