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
6fc22eb2
Commit
6fc22eb2
authored
Nov 18, 2019
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 合同签约附件超链接修改
parent
37cad212
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
server_layout_doc_cdd_item.lwm
...app/WEB-INF/classes/layout/server_layout_doc_cdd_item.lwm
+2
-0
con_contract_modify.lview
...main/webapp/modules/cont/CON505/con_contract_modify.lview
+1
-1
No files found.
src/main/webapp/WEB-INF/classes/layout/server_layout_doc_cdd_item.lwm
View file @
6fc22eb2
...
...
@@ -101,6 +101,7 @@
and fm.table_name = 'PRJ_CDD_ITEM_CHECK'
and fm.table_pk_value = pp.check_id) as last_file_upload_time,
hls_sys_upload_pkg.get_atm_file_href(p_table_pk_value =>
pp.check_id,p_source_type => 'PRJ_CDD_ITEM_CHECK',p_user_id => ${/session/@user_id}) AS attach_file_name,
hls_sys_upload_pkg.get_atm_file_href(p_table_pk_value => pp.check_id,p_source_type => 'CON_CONTRACT',p_user_id => ${/session/@user_id}) AS attachment_new,
(Select tab_group From prj_cdd_item_tab_group Where tab_group_id = tg.tab_group_id) AS attach_file_type, -- add by zhuxianfei
(Select tab_group_name From prj_cdd_item_tab_group Where tab_group_id = tg.tab_group_id) AS attach_file_type_n
FROM
...
...
@@ -299,6 +300,7 @@
<bm:field
name=
"tab_group_id"
databaseType=
"NUMBER"
datatype=
"java.lang.Long"
/>
<bm:field
name=
"important_flag"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
<bm:field
name=
"attach_file_name"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
<bm:field
name=
"attachment_new"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
<bm:field
name=
"last_file_upload_time"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
<bm:field
name=
"attach_file_type"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
<bm:field
name=
"attach_file_type_n"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
/>
...
...
src/main/webapp/modules/cont/CON505/con_contract_modify.lview
View file @
6fc22eb2
This diff is collapsed.
Click to expand it.
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