123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <templet>
- <version>1.0</version>
- <procedure _name="target">
- <parameters>
- <ref_parameter>
- <name>scopeFilter</name>
- <ref>resource/params.scopeFilter</ref>
- </ref_parameter>
- </parameters>
- <elements>
- <variable>
- <name>result</name>
- <assignment>clmt('dict/sys_eq', {scopeFilter: scopeFilter}, 'rtn')</assignment>
- </variable>
- <logic_grid>
- <name>grid</name>
- <description>处理设备列表</description>
- <l_grid name="grid">
- <rowCount>1</rowCount>
- <colCount>10</colCount>
- <rows>
- <l_row>
- <index>0</index>
- <props>
- <filter>=!Str.isBlank(H1)</filter>
- </props>
- </l_row>
- </rows>
- <columns>
- <l_col>
- <index>0</index>
- </l_col>
- <l_col>
- <index>1</index>
- </l_col>
- <l_col>
- <index>2</index>
- </l_col>
- <l_col>
- <index>3</index>
- </l_col>
- <l_col>
- <index>4</index>
- </l_col>
- <l_col>
- <index>5</index>
- </l_col>
- <l_col>
- <index>6</index>
- </l_col>
- <l_col>
- <index>7</index>
- </l_col>
- <l_col>
- <index>8</index>
- </l_col>
- <l_col>
- <index>9</index>
- </l_col>
- </columns>
- <cells>
- <bogda_item>
- <l_cell>
- <l_replication _name="replication">
- <dataBind>=result</dataBind>
- <dimension>1</dimension>
- </l_replication>
- <rowIndex>0</rowIndex>
- <colIndex>0</colIndex>
- </l_cell>
- <l_cell>
- <l_replication _name="replication">
- <dataBind>=if(a1 != null, a1.children, [])</dataBind>
- <dimension>1</dimension>
- </l_replication>
- <rowIndex>0</rowIndex>
- <colIndex>1</colIndex>
- </l_cell>
- <l_cell>
- <l_replication _name="replication">
- <dataBind>=if(b1 != null, b1.children, [])</dataBind>
- <dimension>1</dimension>
- </l_replication>
- <rowIndex>0</rowIndex>
- <colIndex>2</colIndex>
- </l_cell>
- <l_cell>
- <rowIndex>0</rowIndex>
- <colIndex>3</colIndex>
- <props>
- <data>=get(a1, 'code')</data>
- <data_id>major</data_id>
- </props>
- </l_cell>
- <l_cell>
- <rowIndex>0</rowIndex>
- <colIndex>4</colIndex>
- <props>
- <data>=get(a1, 'name')</data>
- <data_id>majorName</data_id>
- </props>
- </l_cell>
- <l_cell>
- <rowIndex>0</rowIndex>
- <colIndex>5</colIndex>
- <props>
- <data>=get(b1, 'code')</data>
- <data_id>sys</data_id>
- </props>
- </l_cell>
- <l_cell>
- <rowIndex>0</rowIndex>
- <colIndex>6</colIndex>
- <props>
- <data>=get(b1, 'name')</data>
- <data_id>sysName</data_id>
- </props>
- </l_cell>
- <l_cell>
- <rowIndex>0</rowIndex>
- <colIndex>7</colIndex>
- <props>
- <data>=get(c1, 'code')</data>
- <data_id>code</data_id>
- </props>
- </l_cell>
- <l_cell>
- <rowIndex>0</rowIndex>
- <colIndex>8</colIndex>
- <props>
- <data>=get(c1, 'name')</data>
- <data_id>name</data_id>
- </props>
- </l_cell>
- <l_cell>
- <rowIndex>0</rowIndex>
- <colIndex>9</colIndex>
- </l_cell>
- </bogda_item>
- </cells>
- </l_grid>
- <output>
- <grid_out>
- <name>rtn</name>
- <content>region(D1,I1)</content>
- </grid_out>
- </output>
- </logic_grid>
- </elements>
- <output>
- <variable>
- <name>rtn</name>
- <description>设备列表</description>
- <assignment>if(grid != null, grid.rtn, null)</assignment>
- </variable>
- </output>
- </procedure>
- <comments>
- <next_id>1</next_id>
- <list>
- <comment>
- <id>0</id>
- <items>
- <comment_item>
- <content>查询专业-系统-设备列表</content>
- <update_time>2021-6-4 13:48</update_time>
- </comment_item>
- </items>
- </comment>
- </list>
- </comments>
- <comment_id>0</comment_id>
- </templet>
|