|
|
@@ -122,7 +122,8 @@ class ConsoleController extends BaseController
|
|
|
//今日概况 ssh 20220723
|
|
|
public function actionProfile()
|
|
|
{
|
|
|
- $notice = [['title' => '新增:损耗总览,每天花材毛利统计', 'action' => '查看', 'page' => '/admin/book/detail?id=wastage']];
|
|
|
+ $notice = [];
|
|
|
+ //$notice = [['title' => '新增:损耗总览,每天花材毛利统计', 'action' => '查看', 'page' => '/admin/book/detail?id=wastage']];
|
|
|
$mainId = $this->mainId;
|
|
|
$respond = StatSaleClass::profile($mainId);
|
|
|
$incomeList = $respond['income'] ?? [];
|