{ "success": true, "data": { "layout": "fit", "items": [ { "xtype": "menubar", "ui": "form-menubar", "items": [ { "text": "过滤" }, { "text": "刷新" }, { "text": "新增", "menu": [ { "text": "新增" }, { "text": "复制" } ] }, { "text": "打开" }, { "text": "退出" } ] }, { "xtype": "fieldcontainer", "fieldLabel": "我的方案", "labelWidth": 88, "padding": "10 0 10 0", "items": [ { "xtype": "segmentedbutton", "ui": "form", "items": [ { "text": "缺省方案", "pressed": true }, { "text": "我负责的供应商" } ] } ] }, { "xtype": "gridpanel", "ui": "form", "height": 584, "selType": "checkboxmodel", "reference": "vendor_list", "store": { "fields": [ "VE_CODE", "VE_NAME", "VE_SHORTNAME", "VE_GROUP", "VE_AUDITOR", "VE_AUDITDATE", "VE_STATUS", "VE_ENABLESTATUS" ] }, "columns": [ { "text": "编码", "dataIndex": "VE_CODE", "filter": { "xtype": "textfield" } }, { "text": "名称", "dataIndex": "VE_NAME", "width": 200 }, { "text": "简称", "dataIndex": "VE_SHORTNAME" }, { "text": "分组", "dataIndex": "VE_GROUP" }, { "text": "审核人", "dataIndex": "VE_AUDITOR" }, { "text": "审核日期", "dataIndex": "VE_AUDITDATE" }, { "text": "单据状态", "dataIndex": "VE_STATUS" }, { "text": "禁用状态", "dataIndex": "VE_ENABLESTATUS" } ], "bbar": { "xtype": "pagingtoolbar" } } ] } }