0309
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user