shish 1 rok pred
rodič
commit
5259804020
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      app-ghs/controllers/ConsoleController.php

+ 3 - 0
app-ghs/controllers/ConsoleController.php

@@ -165,6 +165,9 @@ class ConsoleController extends BaseController
                 }
                 }
             }
             }
         }
         }
+
+        $notice[] = ['title' => '收银机支持挂单和重复扫码', 'action' => '查看', 'page' => '/admin/notice/warning'];
+
         $mainId = $this->mainId;
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $respond = StatSaleClass::profile($mainId);
         $incomeList = $respond['income'] ?? [];
         $incomeList = $respond['income'] ?? [];