mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-28 19:55:30 +08:00
【优化】实收退导入界面
【新增】快捷菜单功能入口 【新增】爱库存电子面单获取
This commit is contained in:
@@ -28,6 +28,10 @@ class ome_autotask_timer_autoconfirmorderstockinc
|
||||
|
||||
public function process($params, &$error_msg = '')
|
||||
{
|
||||
|
||||
// 标品Saas线不开启此项功能
|
||||
return true;
|
||||
|
||||
set_time_limit(0);
|
||||
ignore_user_abort(1);
|
||||
@ini_set('memory_limit', '512M');
|
||||
|
||||
@@ -60,8 +60,8 @@ class ome_autotask_timer_hour
|
||||
//kernel::single('erpapi_misc_task')->hour();
|
||||
|
||||
// 每小时触发:库存增加自动审核订单
|
||||
kernel::single('ome_autotask_timer_autoconfirmorderstockinc')->process($params, $error_msg);
|
||||
//kernel::single('ome_autotask_timer_autoconfirmorderstockinc')->process($params, $error_msg);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user