feat(menu): 账务管理is_fin块加三入口——代客充值/充值错帐处理(accounting新三件套)/供应商充值(supplychain现有台账)(2026-09-08用户定夺:reseller财务角色要有替客户充值+错帐处理+供应商充值能力)
This commit is contained in:
parent
95a8e15364
commit
460b1c0941
@ -29,7 +29,8 @@
|
||||
"label": "☰",
|
||||
"css": "text",
|
||||
"color": "#fff",
|
||||
"cfontsize": 1.4
|
||||
"cfontsize": 1.4,
|
||||
"mobile_hidden": true
|
||||
},
|
||||
"binds": [
|
||||
{
|
||||
@ -51,6 +52,16 @@
|
||||
{
|
||||
"widgettype": "Filler"
|
||||
},
|
||||
{
|
||||
"widgettype": "HBox",
|
||||
"options": {
|
||||
"width": "auto",
|
||||
"height": "100%",
|
||||
"alignItems": "center",
|
||||
"gap": "12px",
|
||||
"mobile_hidden": true
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"widgettype": "Button",
|
||||
"id": "theme_toggle_btn",
|
||||
@ -124,6 +135,8 @@
|
||||
"url": "{{entire_url('/rbac/user/user_panel.ui')}}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -140,7 +153,8 @@
|
||||
"width": "220px",
|
||||
"minWidth": "200px",
|
||||
"height": "100%",
|
||||
"bgcolor": "#f8fafc"
|
||||
"bgcolor": "#f8fafc",
|
||||
"mobile_hidden": true
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
@ -329,6 +343,21 @@
|
||||
}
|
||||
{% if is_fin %}
|
||||
,
|
||||
{
|
||||
"name": "acc_proxy_recharge",
|
||||
"label": "代客充值",
|
||||
"script": "this.open_tab({name:'acc_proxy_recharge',label:'代客充值',url:'/accounting/proxy_recharge.ui',removable:true})"
|
||||
},
|
||||
{
|
||||
"name": "acc_recharge_reverse",
|
||||
"label": "充值错帐处理",
|
||||
"script": "this.open_tab({name:'acc_recharge_reverse',label:'充值错帐处理',url:'/accounting/recharge_reverse.ui',removable:true})"
|
||||
},
|
||||
{
|
||||
"name": "acc_provider_recharge",
|
||||
"label": "供应商充值",
|
||||
"script": "this.open_tab({name:'acc_provider_recharge',label:'供应商充值',url:'/supplychain/provider_recharge.ui',removable:true})"
|
||||
},
|
||||
{
|
||||
"name": "acc_balance",
|
||||
"label": "账户余额",
|
||||
@ -640,6 +669,36 @@
|
||||
"width": "100%",
|
||||
"height": "100%",
|
||||
"tab_pos": "top",
|
||||
"mobile_bar": {
|
||||
"badge_interval": 60,
|
||||
"items": [
|
||||
{
|
||||
"name": "m_pipelines",
|
||||
"label": "产线",
|
||||
"micon": "⚡",
|
||||
"url": "{{entire_url('/pipeline_core/mobile_agent.ui')}}"
|
||||
},
|
||||
{
|
||||
"name": "m_generic",
|
||||
"label": "助手",
|
||||
"micon": "💬",
|
||||
"url": "{{entire_url('/pipeline_core/agent_generic')}}"
|
||||
},
|
||||
{
|
||||
"name": "m_todos",
|
||||
"label": "待办",
|
||||
"micon": "📋",
|
||||
"badge_url": "{{entire_url('/pipeline-sdlc/api/project_human_count.dspy')}}",
|
||||
"url": "{{entire_url('/pipeline-sdlc/api/my_todos_popup.dspy')}}?embed=1"
|
||||
},
|
||||
{
|
||||
"name": "m_mine",
|
||||
"label": "我的",
|
||||
"micon": "👤",
|
||||
"url": "{{entire_url('/mine.ui')}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"name": "home",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user