Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
5dbe0a28
Commit
5dbe0a28
authored
Feb 09, 2023
by
Luochenglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子档案类型定义新增字段,调整界面大小 add by 35022 luochenglong
parent
3f3fa6ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
elec_type_define.lview
...ain/webapp/modules/efile/EFILE1010/elec_type_define.lview
+4
-3
No files found.
src/main/webapp/modules/efile/EFILE1010/elec_type_define.lview
View file @
5dbe0a28
...
...
@@ -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=
"
20
0"
title=
"查询条件"
>
<a:form
column=
"4"
marginWidth=
"
3
0"
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=
"
20
0"
navBar=
"true"
>
<a:grid
id=
"efile_type_ds_id"
bindTarget=
"efile_type_ds"
marginHeight=
"200"
marginWidth=
"
3
0"
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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment