@@ -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,