shish 3 lat temu
rodzic
commit
9e40d14f20
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      biz-ghs/stat/classes/StatKdClass.php

+ 5 - 5
biz-ghs/stat/classes/StatKdClass.php

@@ -74,7 +74,7 @@ class StatKdClass extends BaseClass
             'kfWx' => [
                 'amount' => 0,
                 'num' => 0,
-                'name' => '客服微信',
+                'name' => '员工微信',
                 'class' => $kf,
                 'category' => [
                     'pf' => ['name' => '批发', 'key' => 'pf', 'num' => 0, 'amount' => 0],
@@ -184,7 +184,7 @@ class StatKdClass extends BaseClass
                         //使用非在线支付
                         switch ($payWay) {
                             case dict::getDict('payWay', 'wxPay'):
-                                //客服微信总共收了多少笔多少钱
+                                //员工微信总共收了多少笔多少钱
                                 $incomeList['kfWx']['amount'] = bcadd($incomeList['kfWx']['amount'], $actPrice, 2);
                                 $incomeList['kfWx']['num'] = bcadd($incomeList['kfWx']['num'], 1);
                                 //批发开单、零售开单、批发结账、零售尾款各收了多少现金
@@ -287,7 +287,7 @@ class StatKdClass extends BaseClass
                     //使用非在线支付
                     switch ($payWay) {
                         case dict::getDict('payWay', 'wxPay'):
-                            //客服微信总共收了多少笔多少钱
+                            //员工微信总共收了多少笔多少钱
                             $incomeList['kfWx']['amount'] = bcadd($incomeList['kfWx']['amount'], $currentAmount, 2);
                             $incomeList['kfWx']['num'] = bcadd($incomeList['kfWx']['num'], 1);
                             //批发开单、零售开单、批发结账、零售尾款各收了多少现金
@@ -356,7 +356,7 @@ class StatKdClass extends BaseClass
                         //使用非在线支付
                         switch ($payWay) {
                             case dict::getDict('payWay', 'wxPay'):
-                                //客服微信总共收了多少笔多少钱
+                                //员工微信总共收了多少笔多少钱
                                 $incomeList['kfWx']['amount'] = bcadd($incomeList['kfWx']['amount'], $actPrice, 2);
                                 $incomeList['kfWx']['num'] = bcadd($incomeList['kfWx']['num'], 1);
                                 //批发开单、零售开单、批发结账、零售尾款各收了多少现金
@@ -420,7 +420,7 @@ class StatKdClass extends BaseClass
                         //使用非在线支付
                         switch ($payWay) {
                             case dict::getDict('payWay', 'wxPay'):
-                                //客服微信总共收了多少笔多少钱
+                                //员工微信总共收了多少笔多少钱
                                 $incomeList['kfWx']['amount'] = bcadd($incomeList['kfWx']['amount'], $actPrice, 2);
                                 $incomeList['kfWx']['num'] = bcadd($incomeList['kfWx']['num'], 1);
                                 //批发开单、零售开单、批发结账、零售尾款各收了多少现金