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
00a2fb9c
Commit
00a2fb9c
authored
Mar 15, 2023
by
Luochenglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资料模板收集
parent
2f301e09
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
5 deletions
+11
-5
efile_pool_att_para_sql.lwm
...B-INF/classes/efile/EFILE1030/efile_pool_att_para_sql.lwm
+1
-1
efile_pool_para_sql.lwm
...p/WEB-INF/classes/efile/EFILE1030/efile_pool_para_sql.lwm
+1
-1
prj_cdd_item_templet.lwm
...ebapp/WEB-INF/classes/hls/HLS220/prj_cdd_item_templet.lwm
+2
-0
efile_att_json_lov.lview
...n/webapp/modules/efile/EFILE1030/efile_att_json_lov.lview
+3
-2
efile_post_stru_json_lov.lview
...pp/modules/efile/EFILE1030/efile_post_stru_json_lov.lview
+2
-1
prj_cdd_item_templet.lview
...main/webapp/modules/hls/HLS220/prj_cdd_item_templet.lview
+2
-0
No files found.
src/main/webapp/WEB-INF/classes/efile/EFILE1030/efile_pool_att_para_sql.lwm
View file @
00a2fb9c
...
...
@@ -9,7 +9,7 @@
<bm:operations>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
select
'{'||pt.atm_data_json||'}'
sql_content
select
pt.atm_data_json
sql_content
from hl_e_archives_pool_data pt
where pt.pool_id = ${@pool_id}
]]>
</bm:query-sql>
...
...
src/main/webapp/WEB-INF/classes/efile/EFILE1030/efile_pool_para_sql.lwm
View file @
00a2fb9c
...
...
@@ -9,7 +9,7 @@
<bm:operations>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
select
'{'||pt.stru_data_json||'}'
sql_content
select
pt.stru_data_json
sql_content
from hl_e_archives_pool_data pt
where pt.pool_id = ${@pool_id}
]]>
</bm:query-sql>
...
...
src/main/webapp/WEB-INF/classes/hls/HLS220/prj_cdd_item_templet.lwm
View file @
00a2fb9c
...
...
@@ -35,6 +35,8 @@
<bm:field
name=
"cdd_class"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"CDD_CLASS"
/>
<bm:field
name=
"required_flag"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"REQUIRED_FLAG"
/>
<bm:field
name=
"doc_require"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"DOC_REQUIRE"
/>
<bm:field
name=
"archive_type"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"ARCHIVE_TYPE"
/>
<bm:field
name=
"archive_type_desc"
forInsert=
"false"
expression=
"(SELECT c.code_value_name FROM sys_code_values_v c where c.code='ARCHIVE_TYPE' and c.code_value = t1.archive_type)"
forUpdate=
"false"
/>
<bm:field
name=
"amount"
databaseType=
"NUMBER"
datatype=
"java.lang.Long"
physicalName=
"AMOUNT"
/>
<bm:field
name=
"doc_type"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"DOC_TYPE"
/>
<bm:field
name=
"app_code"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"APP_CODE"
/>
...
...
src/main/webapp/modules/efile/EFILE1030/efile_att_json_lov.lview
View file @
00a2fb9c
...
...
@@ -22,9 +22,10 @@
para.sql_content = sql_content;
}
//println(sql_content);
var obj;
var obj;
var dataSet_id='att_json_ds';
if(sql_content.length>
2){
if(typeof(sql_content)!="undefined"){
sql_content = '{'+sql_content+'}';
obj = JSON.parse(sql_content).attachmentList;
}else{
obj='';
...
...
src/main/webapp/modules/efile/EFILE1030/efile_post_stru_json_lov.lview
View file @
00a2fb9c
...
...
@@ -23,7 +23,8 @@
}
//println(sql_content);
var dataSet_id='post_stur_json_ds';
if(sql_content.length>
2){
if(typeof(sql_content)!="undefined"){
sql_content = '{'+sql_content+'}';
obj = JSON.parse(sql_content).fieldValueList;
}else{
obj='';
...
...
src/main/webapp/modules/hls/HLS220/prj_cdd_item_templet.lview
View file @
00a2fb9c
...
...
@@ -140,6 +140,8 @@
<!-- <a:column name="incept_required_flag" editor="hls220_templet_line_grid_ck" width="60"/> -->
<!-- <a:column name="incept_display_flag" editor="hls220_templet_line_grid_ck" width="60"/> -->
<!-- <a:column name="incept_tab_group" editor="hls220_templet_line_grid_tf" width="40"/> -->
<a:column
name=
"is_archive_desc"
editor=
"doc_require_editor"
prompt=
"电子档案传输对象"
width=
"120"
/>
<a:column
name=
"archive_type_desc"
editor=
"doc_require_editor"
prompt=
"附件类型"
width=
"120"
/>
<a:column
name=
"lender_required_flag"
editor=
"hls220_templet_line_grid_ck"
width=
"60"
/>
<a:column
name=
"enabled_flag"
editor=
"hls220_templet_line_grid_ck"
width=
"40"
/>
<!-- <a:column name="lender_display_flag" editor="hls220_templet_line_grid_ck" width="60"/> -->
...
...
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