zhaoyuankai před 3 roky
rodič
revize
1afab4a590

+ 2 - 0
.gitignore

@@ -1,2 +1,4 @@
 /.idea/
 /target/
+/bogda.log
+/bogda/CLMT/test/

+ 3 - 0
bogda/CLMT/dict/sys_eq_list.clmt

@@ -21,6 +21,9 @@
 					<rows>
 						<l_row>
 							<index>0</index>
+							<props>
+								<filter>=!Str.isBlank(H1)</filter>
+							</props>
 						</l_row>
 					</rows>
 					<columns>

+ 5 - 1
bogda/CLMT/query/space_eq.clmt

@@ -64,6 +64,10 @@
 					<rows>
 						<l_row>
 							<index>0</index>
+							<props>
+								<height>98</height>
+								<filter>=a1!=null</filter>
+							</props>
 						</l_row>
 					</rows>
 					<columns>
@@ -110,7 +114,7 @@
 								<rowIndex>0</rowIndex>
 								<colIndex>1</colIndex>
 								<props>
-									<data>=treeNode(eqData, 'code', a1).name</data>
+									<data>=get(treeNode(eqData, 'code', a1), 'name')</data>
 									<data_id>typeName</data_id>
 								</props>
 							</l_cell>

+ 3 - 3
bogda/CLMT/scope/set_major_sys_scope.clmt

@@ -3,7 +3,7 @@
 	<procedure _name="target">
 		<parameters>
 			<parameter>
-				<name>scopes</name>
+				<name>codes</name>
 				<description>范围列表,[{code:'SE',type:'major'},{code:'SELT',type:'sys'}]</description>
 				<type>32</type>
 				<format></format>
@@ -27,11 +27,11 @@
 						<fields>
 							<field_data>
 								<field>type</field>
-								<data>=bind(scopes)</data>
+								<data>=bind(codes)</data>
 							</field_data>
 							<field_data>
 								<field>code</field>
-								<data>=bind(scopes)</data>
+								<data>=bind(codes)</data>
 							</field_data>
 						</fields>
 					</table_operation>