homePageInitialize.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "success": true,
  3. "data": {
  4. "actions": [
  5. {
  6. "type": "invokeCmpMethod",
  7. "params": {
  8. "reference": "infoview",
  9. "methodName": "add",
  10. "args": [
  11. [
  12. {
  13. "title": "我的工作",
  14. "xtype": "infolist",
  15. "items": [
  16. {
  17. "title": "常用功能",
  18. "xtype": "infocard",
  19. "formId": "purchaseCount"
  20. },
  21. {
  22. "title": "我的消息",
  23. "xtype": "infocard",
  24. "formId": "purchaseCount"
  25. },
  26. {
  27. "title": "采购订单",
  28. "xtype": "infocard",
  29. "formId": "purchaseCount"
  30. }
  31. ]
  32. },
  33. {
  34. "title": "我的分析",
  35. "xtype": "infolist",
  36. "items": [
  37. {
  38. "title": "采购入库金额趋势分析",
  39. "xtype": "infocard",
  40. "formId": "purchaseCount"
  41. },
  42. {
  43. "title": "本月生产完成情况",
  44. "xtype": "infocard",
  45. "formId": "purchaseCount"
  46. },
  47. {
  48. "title": "本周生产情况",
  49. "xtype": "infocard",
  50. "formId": "purchaseCount"
  51. }
  52. ]
  53. },
  54. {
  55. "title": "我的服务",
  56. "xtype": "infolist",
  57. "items": [
  58. {
  59. "title": "社区圈子",
  60. "xtype": "infocard",
  61. "formId": "purchaseCount"
  62. },
  63. {
  64. "title": "社区精选",
  65. "xtype": "infocard",
  66. "formId": "purchaseCount"
  67. },
  68. {
  69. "title": "更多服务",
  70. "xtype": "infocard",
  71. "formId": "purchaseCount"
  72. }
  73. ]
  74. }
  75. ]
  76. ]
  77. }
  78. }
  79. ]
  80. }
  81. }