Commit 843d517a authored by Luochenglong's avatar Luochenglong

电子档案子页面优化

parent c36b7a64
...@@ -131,10 +131,10 @@ ...@@ -131,10 +131,10 @@
<a:gridButton click="cloumn_code_delete" text="删除"/>- <a:gridButton click="cloumn_code_delete" text="删除"/>-
<a:gridButton click="cloumn_code_save" text="HLS.SAVE"/> <a:gridButton click="cloumn_code_save" text="HLS.SAVE"/>
</a:screenTopToolbar> </a:screenTopToolbar>
<a:grid id="cloumn_para_ds_id" bindTarget="cloumn_para_ds" marginHeight="200" marginWidth="200" navBar="true"> <a:grid id="cloumn_para_ds_id" bindTarget="cloumn_para_ds" height="300" width="380" navBar="true">
<a:columns> <a:columns>
<a:column name="cloumn_code" editor="elec_text_ed" prompt="结构化字段code" width="150"/> <a:column name="cloumn_code" editor="elec_text_ed" prompt="结构化字段code" width="170"/>
<a:column name="cloumn_name" editor="elec_text_ed" prompt="结构化字段描述" width="150"/> <a:column name="cloumn_name" editor="elec_text_ed" prompt="结构化字段描述" width="170"/>
</a:columns> </a:columns>
<a:editors> <a:editors>
<a:textField id="elec_text_ed"/> <a:textField id="elec_text_ed"/>
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
record_id: record_id record_id: record_id
}, },
height: 350, height: 350,
width: 700 width: 420
}); });
} }
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
record_id: record_id record_id: record_id
}, },
height: 350, height: 350,
width: 700 width: 420
}); });
} }
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<a:gridButton click="efile_type_query" text="HLS.QUERY"/> <a:gridButton click="efile_type_query" text="HLS.QUERY"/>
<a:gridButton click="efile_type_save" text="HLS.SAVE"/> <a:gridButton click="efile_type_save" text="HLS.SAVE"/>
</a:screenTopToolbar> </a:screenTopToolbar>
<a:form column="4" marginWidth="30" title="查询条件"> <a:form column="4" marginWidth="30" labelWidth="150" title="查询条件">
<a:comboBox name="archive_type_desc" bindTarget="for_query_ds" prompt="资料分类"/> <a:comboBox name="archive_type_desc" bindTarget="for_query_ds" prompt="资料分类"/>
<a:comboBox name="is_workflow_desc" bindTarget="for_query_ds" prompt="是否关联工作流"/> <a:comboBox name="is_workflow_desc" bindTarget="for_query_ds" prompt="是否关联工作流"/>
<a:comboBox name="post_atm_flag_desc" bindTarget="for_query_ds" prompt="是否传递附件"/> <a:comboBox name="post_atm_flag_desc" bindTarget="for_query_ds" prompt="是否传递附件"/>
......
...@@ -130,10 +130,10 @@ ...@@ -130,10 +130,10 @@
<a:gridButton click="je_template_delete" text="删除"/> <a:gridButton click="je_template_delete" text="删除"/>
<a:gridButton click="je_template_save" text="HLS.SAVE"/> <a:gridButton click="je_template_save" text="HLS.SAVE"/>
</a:screenTopToolbar> </a:screenTopToolbar>
<a:grid id="je_template_ds_id" bindTarget="je_template_ds" marginHeight="200" marginWidth="200" navBar="true"> <a:grid id="je_template_ds_id" bindTarget="je_template_ds" height="300" width="380" navBar="true">
<a:columns> <a:columns>
<a:column name="je_template_code" editor="voucherconBasicClauseParaDs_grid_lov" prompt="凭证模板代码" width="150"/> <a:column name="je_template_code" editor="voucherconBasicClauseParaDs_grid_lov" prompt="凭证模板代码" width="170"/>
<a:column name="je_template_name" editor="voucher_text_ed" prompt="凭证模板描述" width="150"/> <a:column name="je_template_name" editor="voucher_text_ed" prompt="凭证模板描述" width="170"/>
</a:columns> </a:columns>
<a:editors> <a:editors>
<a:textField id="voucher_text_ed"/> <a:textField id="voucher_text_ed"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment