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
f7e4fbcc
Commit
f7e4fbcc
authored
Apr 18, 2023
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子档案待清单池逻辑调整
parent
bac965dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
archives_post_list.lwm
...pp/WEB-INF/classes/efile/EFILE1020/archives_post_list.lwm
+1
-1
archives_post_list.lview
...n/webapp/modules/efile/EFILE1020/archives_post_list.lview
+2
-2
No files found.
src/main/webapp/WEB-INF/classes/efile/EFILE1020/archives_post_list.lwm
View file @
f7e4fbcc
...
...
@@ -41,7 +41,7 @@
<bm:query-fields>
<bm:query-field
name=
"archive_type"
queryExpression=
"t.archive_type like ${@archive_type}"
/>
<bm:query-field
name=
"done_flag"
queryExpression=
"t.done_flag=${@done_flag}"
/>
<bm:query-field
name=
"document_i
d"
queryExpression=
"t.document_id=${@document_id
}"
/>
<bm:query-field
name=
"document_i
nfo"
queryExpression=
"t.document_info like ${@document_info
}"
/>
</bm:query-fields>
</bm:model>
src/main/webapp/modules/efile/EFILE1020/archives_post_list.lview
View file @
f7e4fbcc
...
...
@@ -76,13 +76,13 @@
</a:screenTopToolbar>
<a:form
column=
"4"
marginWidth=
"200"
title=
"查询条件"
>
<a:comboBox
name=
"archive_type_desc"
bindTarget=
"archives_post_list_query"
prompt=
"资料类型"
/>
<a:textField
name=
"document_i
d
"
bindTarget=
"archives_post_list_query"
prompt=
"资料来源"
/>
<a:textField
name=
"document_i
nfo
"
bindTarget=
"archives_post_list_query"
prompt=
"资料来源"
/>
<a:comboBox
name=
"done_flag_desc"
bindTarget=
"archives_post_list_query"
prompt=
"生成状态"
/>
</a:form>
<a:grid
id=
"archives_pool_list_ds_id"
bindTarget=
"archives_pool_list_ds"
marginHeight=
"200"
marginWidth=
"200"
navBar=
"true"
>
<a:columns>
<a:column
name=
"archive_type_desc"
prompt=
"资料类型"
width=
"150"
/>
<a:column
name=
"document_i
d"
prompt=
"资料来源"
width=
"15
0"
/>
<a:column
name=
"document_i
nfo"
prompt=
"资料来源"
width=
"50
0"
/>
<a:column
name=
"done_flag_desc"
prompt=
"生成状态"
width=
"100"
/>
<a:column
name=
"error_message"
prompt=
"日志"
width=
"150"
/>
<a:column
name=
"last_update_date"
renderer=
"Leaf.formatDate"
prompt=
"最后更新时间"
width=
"150"
/>
...
...
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