{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "20px" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "供销链管理", "fontSize": "24px", "fontWeight": "bold", "marginBottom": "20px" } }, { "widgettype": "ResponsableBox", "options": { "gap": "16px", "minWidth": "250px" }, "subwidgets": [ { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "padding": "20px", "borderRadius": "8px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.supplychain_content", "options": { "url": "{{entire_url('suppliers_list')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "text": "供应商管理", "fontSize": "16px", "fontWeight": "bold" } }, { "widgettype": "Text", "options": { "text": "管理供应商信息、联系方式、银行账户等", "fontSize": "12px", "color": "#666666", "marginTop": "8px" } } ] }, { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "padding": "20px", "borderRadius": "8px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.supplychain_content", "options": { "url": "{{entire_url('supply_contracts_list')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "text": "供销合同", "fontSize": "16px", "fontWeight": "bold" } }, { "widgettype": "Text", "options": { "text": "管理与供应商的供销合同及产品折扣", "fontSize": "12px", "color": "#666666", "marginTop": "8px" } } ] }, { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "padding": "20px", "borderRadius": "8px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.supplychain_content", "options": { "url": "{{entire_url('sub_resellers_list')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "text": "二级分销商", "fontSize": "16px", "fontWeight": "bold" } }, { "widgettype": "Text", "options": { "text": "管理二级分销商信息", "fontSize": "12px", "color": "#666666", "marginTop": "8px" } } ] }, { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "padding": "20px", "borderRadius": "8px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.supplychain_content", "options": { "url": "{{entire_url('distribution_agreements_list')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "text": "分销协议", "fontSize": "16px", "fontWeight": "bold" } }, { "widgettype": "Text", "options": { "text": "管理与二级分销商的分销协议及产品折扣", "fontSize": "12px", "color": "#666666", "marginTop": "8px" } } ] }, { "widgettype": "VBox", "options": { "bgcolor": "#FFFFFF", "padding": "20px", "borderRadius": "8px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.supplychain_content", "options": { "url": "{{entire_url('sales_ledger_list')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "text": "销售记账", "fontSize": "16px", "fontWeight": "bold" } }, { "widgettype": "Text", "options": { "text": "查看和管理销售记账记录", "fontSize": "12px", "color": "#666666", "marginTop": "8px" } } ] } ] }, { "widgettype": "VBox", "id": "app.supplychain_content", "options": { "width": "100%", "flex": "1", "marginTop": "20px" } } ] }