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
2dff001d
Commit
2dff001d
authored
Oct 29, 2019
by
lijingjing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'contract_change_quotation' into develop
parents
425af951
23ff526a
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1602 additions
and
58 deletions
+1602
-58
calc_cashflow.lwm
...webapp/WEB-INF/classes/cont/CON_REPO001/calc_cashflow.lwm
+1
-1
con_change_calc_from_con.lwm
...INF/classes/cont/CON_REPO001/con_change_calc_from_con.lwm
+14
-0
con_change_calc_single_variable_calc.lwm
...cont/CON_REPO001/con_change_calc_single_variable_calc.lwm
+38
-0
save_calc_from_con.lwm
...p/WEB-INF/classes/cont/CON_REPO001/save_calc_from_con.lwm
+15
-0
submit_change_req.lwm
...pp/WEB-INF/classes/cont/CON_REPO001/submit_change_req.lwm
+0
-4
con_buyback_03_g_result_queryfields.js
...cript/layoutconfig/con_buyback_03_g_result_queryfields.js
+1
-1
con_contract_change_repo_detail.lview
...es/cont/CON_REPO001/con_contract_change_repo_detail.lview
+102
-50
hls_fin_calculator_update_n.lview
...odules/cont/CON_REPO001/hls_fin_calculator_update_n.lview
+1428
-0
con_ccr_repo_modify_entrance.lview
...dules/cont/CON_REPO003/con_ccr_repo_modify_entrance.lview
+3
-2
No files found.
src/main/webapp/WEB-INF/classes/cont/CON_REPO001/calc_cashflow.lwm
View file @
2dff001d
...
...
@@ -4,7 +4,7 @@
<bm:operation
name=
"execute"
>
<bm:update-sql>
<![CDATA[
BEGIN
c
us_con_contract_repo
_pkg.calc_repo_cashflows(p_contract_id=>
${@contract_id},
c
on_change_single_calc
_pkg.calc_repo_cashflows(p_contract_id=>
${@contract_id},
p_user_id=>${/session/@user_id});
END;
]]>
...
...
src/main/webapp/WEB-INF/classes/cont/CON_REPO001/con_change_calc_from_con.lwm
0 → 100644
View file @
2dff001d
<?xml version="1.0" encoding="UTF-8"?>
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"execute"
>
<bm:update-sql>
<![CDATA[
BEGIN
con_change_single_calc_pkg.con_single_calc(p_contract_id=>
${@contract_id},
p_user_id=>${/session/@user_id});
END;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/WEB-INF/classes/cont/CON_REPO001/con_change_calc_single_variable_calc.lwm
0 → 100644
View file @
2dff001d
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: gaoyang
$Date: 2013-4-24 上午10:17:59
$Revision: 1.0
$Purpose:
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"update"
>
<bm:update-sql>
<![CDATA[
begin
aux_single_variable_calc_pkg.calc_real_rate(p_calc_session_id =>
${@calc_session_id},
p_user_id => ${/session/@user_id},
p_msg => ${@msg});
end;
]]>
</bm:update-sql>
<bm:parameters>
<bm:parameter
name=
"msg"
dataType=
"java.lang.String"
input=
"false"
output=
"true"
outputPath=
"/parameter/@msg"
/>
</bm:parameters>
</bm:operation>
<bm:operation
name=
"execute"
>
<bm:update-sql>
<![CDATA[
begin
aux_single_variable_calc_pkg.manual_trial_after_calc(p_calc_session_id =>
${@calc_session_id},
p_user_id => ${/session/@user_id},
p_msg => ${@msg}
);
end;
]]>
</bm:update-sql>
<bm:parameters>
<bm:parameter
name=
"msg"
dataType=
"java.lang.String"
input=
"false"
output=
"true"
outputPath=
"/parameter/@msg"
/>
</bm:parameters>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/WEB-INF/classes/cont/CON_REPO001/save_calc_from_con.lwm
0 → 100644
View file @
2dff001d
<?xml version="1.0" encoding="UTF-8"?>
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"execute"
>
<bm:update-sql>
<![CDATA[
BEGIN
con_change_single_calc_pkg.copy_contract_from_calcultor(p_contract_id=>
${@contract_id},
p_user_id=>${/session/@user_id});
END;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/WEB-INF/classes/cont/CON_REPO001/submit_change_req.lwm
View file @
2dff001d
...
...
@@ -2,10 +2,6 @@
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"execute"
>
<bm:parameters>
<bm:parameter
name=
"change_req_id"
dataType=
"java.lang.Long"
input=
"true"
output=
"false"
/>
<bm:parameter
name=
"user_id"
dataType=
"java.lang.Long"
input=
"true"
output=
"false"
/>
</bm:parameters>
<bm:update-sql>
<![CDATA[
begin
cus_con_contract_repo_pkg.submit_change_req_repo(p_change_req_id=>
${@change_req_id},
...
...
src/main/webapp/WEB-INF/server-script/layoutconfig/con_buyback_03_g_result_queryfields.js
View file @
2dff001d
...
...
@@ -68,7 +68,7 @@ var override_queryfields = [
var
add_datafilters
=
[
{
name
:
"req_status"
,
expression
:
"
t1.req_status = 'NEW' and
Not Exists (Select 1 From prj_project p Where p.project_id = t1.project_id And p.division = '09')"
expression
:
" Not Exists (Select 1 From prj_project p Where p.project_id = t1.project_id And p.division = '09')"
}
// {
// name : "ccr_document_type",
...
...
src/main/webapp/modules/cont/CON_REPO001/con_contract_change_repo_detail.lview
View file @
2dff001d
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/cont/CON_REPO001/hls_fin_calculator_update_n.lview
0 → 100644
View file @
2dff001d
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/cont/CON_REPO003/con_ccr_repo_modify_entrance.lview
View file @
2dff001d
...
...
@@ -55,14 +55,15 @@
var req_status = record.get('req_status');
param['change_req_id'] = record.get('contract_id');
param['contract_id'] = record.get('contract_id');
param['function_code'] = 'CON_REPO001D';
param['function_usage'] = 'MODIFY';
param['req_status'] = req_status;
param['url_title'] = '合同回购';
if (req_status == 'APPROVED' || req_status == 'APPROVING' || req_status == 'CANCEL') {
param['maintain_type'] = 'READONLY';
param['function_code'] = 'CON_REPO001D_Q';
} else {
param['maintain_type'] = 'UPDATE';
param['function_code'] = 'CON_REPO001D';
}
param['document_type'] = record.get('ccr_document_type');
hls_doc_get_layout_code('con_contract_get_layout_code_link_id', param, 'con_contract_repo_change_link', ds_id);
...
...
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