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
61fe0279
Commit
61fe0279
authored
Sep 30, 2019
by
Spencer Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 错别字修改;ds调用修改
parent
44a055c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
cus_con_change_req_pkg.pck
src/main/database/Package/cus_con_change_req_pkg.pck
+1
-1
con_early_termination_et_detail.lview
...ules/cont/CON_ET001/con_early_termination_et_detail.lview
+3
-3
con_contract_change_repo_detail.lview
...es/cont/CON_REPO001/con_contract_change_repo_detail.lview
+4
-4
No files found.
src/main/database/Package/cus_con_change_req_pkg.pck
View file @
61fe0279
...
...
@@ -175,7 +175,7 @@ create or replace package body cus_con_change_req_pkg is
if p_req_type = 'LEASE_CHAG' then
cus_con_change_req_pkg.insert_hls_document_use_seal(p_change_req_id => v_change_req_id,
p_document_table => 'CON_CONTRACT_CHANGE_REQ',
p_instruments_types => '权
力
义务转让文本',
p_instruments_types => '权
利
义务转让文本',
p_common_seal => 'Y',
p_corporate_visa_seal => 'Y',
p_legal_seal => 'N',
...
...
src/main/webapp/modules/cont/CON_ET001/con_early_termination_et_detail.lview
View file @
61fe0279
...
...
@@ -222,9 +222,9 @@
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_grid_query'] = function(ds, qpara, bp_seq) {
var ds_us_id = get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],'F_BASE_03', 'hls_document_use_seal');
if (ds == $(ds_us_id)) {debugger
$(ds)
.setQueryParameter('document_table','CON_CONTRACT_CHANGE_REQ');
$(ds)
.setQueryParameter('change_req_id','${/parameter/@change_req_id}');
$(ds)
.query();
ds
.setQueryParameter('document_table','CON_CONTRACT_CHANGE_REQ');
ds
.setQueryParameter('change_req_id','${/parameter/@change_req_id}');
ds
.query();
}
};
]]>
</script>
...
...
src/main/webapp/modules/cont/CON_REPO001/con_contract_change_repo_detail.lview
View file @
61fe0279
...
...
@@ -341,7 +341,7 @@
return '<a href="javascript:open_contract_win(\'' + record.ds.id + '\',\'' + record.id + '\')">
' + value + '
</a>
';
}else if (name == 'description') {
if (record.get('important_flag') == 'Y') {
return '
<
font
color=
"RED"
>
' + value + '
</font
>
';
return '
<
span
style=
"color: RED; "
>
' + value + '
</span
>
';
}
return value;
}
...
...
@@ -366,9 +366,9 @@
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_grid_query'] = function(ds, qpara, bp_seq) {
var ds_us_id = get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'],'F_BASE_03', 'hls_document_use_seal');
if (ds == $(ds_us_id)) {debugger
$(ds)
.setQueryParameter('document_table','CON_CONTRACT_CHANGE_REQ');
$(ds)
.setQueryParameter('change_req_id','${/parameter/@change_req_id}');
$(ds)
.query();
ds
.setQueryParameter('document_table','CON_CONTRACT_CHANGE_REQ');
ds
.setQueryParameter('change_req_id','${/parameter/@change_req_id}');
ds
.query();
}
};
]]>
</script>
...
...
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