|
|
@@ -106,10 +106,12 @@ class ConsoleController extends BaseController
|
|
|
];
|
|
|
//查看财务的权限
|
|
|
$lookMoney = \bizGhs\shop\classes\ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
|
|
|
+
|
|
|
+ //请搜索关键词 on_warning
|
|
|
$warning = '';
|
|
|
$warningUrl = '';
|
|
|
- $warning = '挂账和结账重大调整 查看 >';
|
|
|
- $warningUrl = '/admin/notice/warning';
|
|
|
+ //$warning = '挂账和结账重大调整';
|
|
|
+ //$warningUrl = '/admin/notice/warning';
|
|
|
|
|
|
util::success([
|
|
|
'asset' => $this->main,
|