| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "success": true,
- "data": {
- "actions": [
- {
- "type": "invokeCmpMethod",
- "params": {
- "reference": "infoview",
- "methodName": "add",
- "args": [
- [
- {
- "title": "我的工作",
- "xtype": "infolist",
- "items": [
- {
- "title": "常用功能",
- "xtype": "infocard",
- "formId": "purchaseCount"
- },
- {
- "title": "我的消息",
- "xtype": "infocard",
- "formId": "purchaseCount"
- },
- {
- "title": "采购订单",
- "xtype": "infocard",
- "formId": "purchaseCount"
- }
- ]
- },
- {
- "title": "我的分析",
- "xtype": "infolist",
- "items": [
- {
- "title": "采购入库金额趋势分析",
- "xtype": "infocard",
- "formId": "purchaseCount"
- },
- {
- "title": "本月生产完成情况",
- "xtype": "infocard",
- "formId": "purchaseCount"
- },
- {
- "title": "本周生产情况",
- "xtype": "infocard",
- "formId": "purchaseCount"
- }
- ]
- },
- {
- "title": "我的服务",
- "xtype": "infolist",
- "items": [
- {
- "title": "社区圈子",
- "xtype": "infocard",
- "formId": "purchaseCount"
- },
- {
- "title": "社区精选",
- "xtype": "infocard",
- "formId": "purchaseCount"
- },
- {
- "title": "更多服务",
- "xtype": "infocard",
- "formId": "purchaseCount"
- }
- ]
- }
- ]
- ]
- }
- }
- ]
- }
- }
|