shish 1 year ago
parent
commit
d63ea21f3e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app-ghs/controllers/ConsoleController.php

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

@@ -241,12 +241,15 @@ class ConsoleController extends BaseController
         $lookMoney = ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
 
         $warning = '';
+        $warningUrl = '';
         $warning = '注意开小单位(支)将会扣库存 点击了解';
+        $warningUrl = '/admin/part/list';
 
         util::success([
             'asset' => $this->main,
             'notice' => $notice,
             'warning' => $warning,
+            'warningUrl' => $warningUrl,
             'todayData' => [
                 'income' => $todaySale,
                 'order' => $orderNum,