【优化】实收退导入界面

【新增】快捷菜单功能入口

【新增】爱库存电子面单获取
This commit is contained in:
chenping
2026-04-21 22:36:45 +08:00
parent 8b4b4cc49f
commit b20d422532
45 changed files with 2367 additions and 191 deletions

View File

@@ -592,6 +592,8 @@ class ome_ctl_admin_shop extends desktop_controller {
$this->pagedata['ent_email'] = $entEmail;
$this->pagedata['is_certified'] = $is_certified;
$this->pagedata['need_enterprise_auth'] = $need_enterprise_auth; // 是否需要系统节点注册步骤openapi 不强制)
// 绑定完成页:订单流量购买入口
$this->pagedata['order_traffic_purchase_url'] = 'https://open-console.shopex.cn/organization/list';
// 渲染模板
$this->display('admin/shop/bind_guide.html');