Commit 5dbe0a28 authored by Luochenglong's avatar Luochenglong

电子档案类型定义新增字段,调整界面大小 add by 35022 luochenglong

parent 3f3fa6ee
......@@ -44,7 +44,6 @@
records[n].set('_status', 'update');
}
records[n].set('base_archive_code', 'xxxx_xxx001');
paras.push(records[n].data);
}
if (ds.validate()) {
......@@ -177,6 +176,7 @@
</a:mapping>
</a:field>
<a:field name="base_archive_id" />
<a:field name="base_archive_code" required="true" />
<a:field name="je_template_code" />
<a:field name="archive_type" />
<a:field name="is_workflow" />
......@@ -198,19 +198,20 @@
<a:gridButton click="efile_type_query" text="HLS.QUERY"/>
<a:gridButton click="efile_type_save" text="HLS.SAVE"/>
</a:screenTopToolbar>
<a:form column="4" marginWidth="200" title="查询条件">
<a:form column="4" marginWidth="30" title="查询条件">
<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="post_atm_flag_desc" bindTarget="for_query_ds" prompt="是否传递附件"/>
<a:comboBox name="je_check_flag_desc" bindTarget="for_query_ds" prompt="是否需要传递凭证号"/>
</a:form>
<a:grid id="efile_type_ds_id" bindTarget="efile_type_ds" marginHeight="200" marginWidth="200" navBar="true">
<a:grid id="efile_type_ds_id" bindTarget="efile_type_ds" marginHeight="200" marginWidth="30" navBar="true">
<a:toolBar>
<a:button type="add"/>
<a:button type="delete"/>
<!-- <a:button type="save"/>-->
</a:toolBar>
<a:columns>
<a:column name="base_archive_code" editor="text_ed" prompt="资料编码" width="120"/>
<a:column name="archive_type_desc" editor="efile_type_comed" prompt="资料分类" width="120"/>
<a:column name="is_workflow_desc" editor="efile_type_comed" prompt="是否关联工作流" width="120"/>
<a:column name="workflow_desc" editor="conBasicClauseParaDs_grid_lov" prompt="工作流描述" width="130"/>
......
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