sys_eq.clmt 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <templet>
  2. <version>1.0</version>
  3. <procedure _name="target">
  4. <parameters>
  5. <ref_parameter>
  6. <name>scopeFilter</name>
  7. <ref>resource/params.scopeFilter</ref>
  8. </ref_parameter>
  9. </parameters>
  10. <elements>
  11. <ref_res>
  12. <name>headers</name>
  13. <ref>resource/headers</ref>
  14. </ref_res>
  15. <http_do>
  16. <name>data</name>
  17. <http_req name="req">
  18. <url>http://47.93.22.124/datacenter/dict/category</url>
  19. <method>POST</method>
  20. <headersVar>headers</headersVar>
  21. <params>
  22. <property>
  23. <key>type</key>
  24. <value>majorSystemEquip</value>
  25. </property>
  26. </params>
  27. </http_req>
  28. </http_do>
  29. <table_query>
  30. <name>scope</name>
  31. <condition>scopeFilter</condition>
  32. <dataSource>poc</dataSource>
  33. <table>main_scope</table>
  34. <fields1>
  35. <bogda_item>
  36. <bogda_item>id</bogda_item>
  37. <bogda_null/>
  38. </bogda_item>
  39. <bogda_item>
  40. <bogda_item>type</bogda_item>
  41. <bogda_null/>
  42. </bogda_item>
  43. <bogda_item>
  44. <bogda_item>code</bogda_item>
  45. <bogda_null/>
  46. </bogda_item>
  47. </fields1>
  48. <fieldsWhere>
  49. <type>=['major','sys','device']</type>
  50. </fieldsWhere>
  51. </table_query>
  52. <variable>
  53. <name>filterData</name>
  54. <assignment>if(
  55. scopeFilter,
  56. Ext.treeFilter(data.content, 'children', scope.get(id, scope.code==this.code)!=null)
  57. )</assignment>
  58. </variable>
  59. <variable>
  60. <name>result</name>
  61. <assignment>if(scopeFilter, filterData, data.content)</assignment>
  62. </variable>
  63. </elements>
  64. <output>
  65. <variable>
  66. <name>rtn</name>
  67. <assignment>result</assignment>
  68. </variable>
  69. </output>
  70. </procedure>
  71. <comments>
  72. <next_id>1</next_id>
  73. <list>
  74. <comment>
  75. <id>0</id>
  76. <items>
  77. <comment_item>
  78. <content>查询专业-系统-设备树</content>
  79. <update_time>2021-6-4 13:48</update_time>
  80. </comment_item>
  81. </items>
  82. </comment>
  83. </list>
  84. </comments>
  85. <comment_id>0</comment_id>
  86. </templet>