Commit e7ccc349 authored by Luochenglong's avatar Luochenglong

电子档案传输取值调整

parent d4b9af01
...@@ -159,6 +159,7 @@ ...@@ -159,6 +159,7 @@
<a:dataSet id="efile_archive_pool_ds" model="efile.EFILE1030.e_archive_pool_query" queryDataSet="for_query_ds" selectable="true"> <a:dataSet id="efile_archive_pool_ds" model="efile.EFILE1030.e_archive_pool_query" queryDataSet="for_query_ds" selectable="true">
<a:fields> <a:fields>
<a:field name="monthly_closed_flag" /> <a:field name="monthly_closed_flag" />
<a:field name="post_message" readOnly="true" />
</a:fields> </a:fields>
</a:dataSet> </a:dataSet>
</a:dataSets> </a:dataSets>
...@@ -189,9 +190,17 @@ ...@@ -189,9 +190,17 @@
<a:column name="att" align="center" prompt="附件" renderer="att_update_renderer"/> <a:column name="att" align="center" prompt="附件" renderer="att_update_renderer"/>
<a:column name="suppl_trans_flag" align="center" width="120" prompt="是否补传"/> <a:column name="suppl_trans_flag" align="center" width="120" prompt="是否补传"/>
<a:column name="post_status" align="center" width="120" prompt="传输状态"/> <a:column name="post_status" align="center" width="120" prompt="传输状态"/>
<a:column name="post_message" align="center" width="180" prompt="传输结果"/> <a:column name="post_message" align="center" editor="textarea_id" width="180" prompt="传输结果"/>
<a:column name="post_batch_num" align="center" width="120" prompt="传输批次号"/> <a:column name="post_batch_num" align="center" width="120" prompt="传输批次号"/>
</a:columns> </a:columns>
<a:editors>
<a:textField id="text_ed"/>
<a:textArea id="textarea_id"/>
<a:textField id="text_ed_up" typeCase="upper"/>
<a:checkBox id="checkbox_ed"/>
<a:lov id="conBasicClauseParaDs_grid_lov"/>
<a:comboBox id="efile_type_comed"/>
</a:editors>
</a:grid> </a:grid>
</a:screenBody> </a:screenBody>
</a:view> </a:view>
......
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