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
75692bd1
Commit
75692bd1
authored
Feb 04, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资管费新增银行账户默认值调整
parent
62be814f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
206 additions
and
161 deletions
+206
-161
req_acp_inf_import.lwm
...webapp/WEB-INF/classes/csh/CSH501C/req_acp_inf_import.lwm
+25
-0
req_acp_inf_import_total.lwm
.../WEB-INF/classes/csh/CSH501C/req_acp_inf_import_total.lwm
+25
-0
csh_payment_asset_create_entrance.lview
...dules/csh/CSH501C/csh_payment_asset_create_entrance.lview
+1
-1
csh_payment_asset_req.lview
...in/webapp/modules/csh/CSH501C/csh_payment_asset_req.lview
+155
-160
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH501C/req_acp_inf_import.lwm
0 → 100644
View file @
75692bd1
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: zhuxianfei
$Date: 2018/7/26 14:11
$Revision: 1.0
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"update"
>
<bm:update-sql>
<![CDATA[
begin
csh_payment_asset_req_pkg.req_acp_import(p_invoice_type =>
${@invoice_type},
p_invoice_code => ${@invoice_code},
p_invoice_number=> ${@invoice_number},
p_net_amount => ${@net_amount},
p_invoice_date => ${@invoice_date},
p_payment_req_id => ${@payment_req_id},
p_user_id => ${/session/@user_id}
);
end;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/WEB-INF/classes/csh/CSH501C/req_acp_inf_import_total.lwm
0 → 100644
View file @
75692bd1
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: trd
$Date: 2024/1/26 14:11
$Revision: 1.0
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"update"
>
<bm:update-sql>
<![CDATA[
begin
csh_payment_asset_req_pkg.req_acp_import_total(
p_invoice_type =>
${@invoice_type},
p_invoice_code => ${@invoice_code},
p_invoice_number => ${@invoice_number},
p_total_amount => ${@total_amount},
p_invoice_date => ${@invoice_date},
p_payment_req_id => ${@payment_req_id},
p_user_id => ${/session/@user_id}
end;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/modules/csh/CSH501C/csh_payment_asset_create_entrance.lview
View file @
75692bd1
...
...
@@ -10,11 +10,11 @@
<script
type=
"text/javascript"
>
<![CDATA[
function detail_link(id, name, query_only) {
var record = window['${/parameter/@layout_code}_hls_link_render_record'][id + '---' + name];
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'csh_payment_req_hd');
var param = {};
param['payment_req_id'] = record.get('payment_req_id');
param['bp_id'] = record.get('bp_id_agent_level1');
param['business_type'] = record.get('business_type');
if (record.get('approval_status') == 'NEW' || record.get('approval_status') == 'RETURN' || record.get('approval_status') == 'REJECT') {
param['function_usage'] = 'UPDATE';
...
...
src/main/webapp/modules/csh/CSH501C/csh_payment_asset_req.lview
View file @
75692bd1
...
...
@@ -29,11 +29,10 @@
<script
src=
"${/request/@context_path}/javascripts/jquery-1.6.4.min.js"
type=
"text/javascript"
/>
<a:link
id=
"csh_uploadFile_id"
url=
"${/request/@context_path}/uploadFile.lview"
/>
<a:link
id=
"csh_downloadFile_id"
url=
"${/request/@context_path}/downloadFile.lview"
/>
<a:link
id=
"
acp_invoice_inf_import_link"
model=
"acp.ACP522.acp_invoice
_inf_import"
modelaction=
"update"
/>
<a:link
id=
"
acp_invoice_inf_import_total_link"
model=
"acp.ACP522.acp_invoice
_inf_import_total"
modelaction=
"update"
/>
<a:link
id=
"
csh_invoice_inf_import_link"
model=
"csh.CSH501C.req_acp
_inf_import"
modelaction=
"update"
/>
<a:link
id=
"
csh_invoice_inf_import_total_link"
model=
"csh.CSH501C.req_acp
_inf_import_total"
modelaction=
"update"
/>
<script
type=
"text/javascript"
>
<![CDATA[
jQuery.noConflict();
//var con_business_type='${/parameter/@con_business_type}'||'${/model/loan_flag_path/record/@business_type}'||'LEASE';
function get_current_amount(amt) {
if (!Ext.isEmpty(amt)) {
return parseFloat(amt).toFixed(2);
...
...
@@ -41,7 +40,7 @@
return 0;
}
}
//如果头id 不为空,就使用自在定义的ds进行查询
Leaf.onReady(function () {
if ('${/parameter/@source_type}' == 'WFL'||'${/parameter/@source_type}' == 'WFL_N'||'${/parameter/@source_type}' == 'WFL_ACCT') {
if(document.getElementById('${/parameter/@layout_code}_save')){
...
...
@@ -65,8 +64,6 @@
record.getField('bp_bank_account_num').setReadOnly(true);
record.getField('bp_bank_account_num_n').setReadOnly(true);
record.getField('req_date').setReadOnly(true);
}
}
}
...
...
@@ -111,12 +108,10 @@
}
}
}
//进项票
var acp_ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hl_req_payment_acp');
if (name == 'invoice' && value && hdrecord.get('contract_id')
) {
var contract_id = hdrecord.get('contract
_id');
if (name == 'invoice' && value
) {
var payment_req_id = hdrecord.get('payment_req
_id');
var strs = value.split(',');
var invoice_type = strs[1];
var invoice_code = strs[2];
...
...
@@ -124,7 +119,6 @@
var net_amount = strs[4];
var invoice_date = strs[5];
var total_amount =strs[4];
//检验设备价格需要大于不含税金额
if (strs.length == 9) {
//校验重复发票号码 add by 26887cz 2021-09-07
var acr_records = $(acp_ds_id).getAll();
...
...
@@ -138,14 +132,15 @@
}
}
Leaf.request({
url: $('acp
_invoice_inf_import_link').getUrl(),
url: $('csh
_invoice_inf_import_link').getUrl(),
para: {
invoice_type: invoice_type,
invoice_code: invoice_code,
invoice_number: invoice_number,
net_amount: net_amount,
invoice_date: invoice_date,
contract_id: contract_id
payment_req_id:payment_req_id
},
success: function () {
...
...
@@ -157,7 +152,6 @@
setTimeout(function () {
record.set('invoice', '');
}, 50);
$(acp_ds_id).setQueryParameter('contract_id', '${/parameter/@contract_id}');
$(acp_ds_id).query();
}, failure: function () {
setTimeout(function () {
...
...
@@ -184,14 +178,14 @@
}
}
Leaf.request({
url: $('acp
_invoice_inf_import_total_link').getUrl(),
url: $('csh
_invoice_inf_import_total_link').getUrl(),
para: {
invoice_type: invoice_type,
invoice_code: invoice_code,
invoice_number: invoice_number,
total_amount: total_amount,
invoice_date: invoice_date,
contract_id: contract
_id
payment_req_id:payment_req
_id
},
success: function () {
Leaf.SideBar.show({
...
...
@@ -202,7 +196,6 @@
setTimeout(function () {
record.set('invoice', '');
}, 50);
$(acp_ds_id).setQueryParameter('contract_id', '${/parameter/@contract_id}');
$(acp_ds_id).query();
}, failure: function () {
setTimeout(function () {
...
...
@@ -229,14 +222,14 @@
}
}
Leaf.request({
url: $('acp
_invoice_inf_import_link').getUrl(),
url: $('csh
_invoice_inf_import_link').getUrl(),
para: {
invoice_type: invoice_type,
invoice_code: invoice_code,
invoice_number: invoice_number,
net_amount: net_amount,
invoice_date: invoice_date,
contract_id: contract
_id
payment_req_id:payment_req
_id
},
success: function () {
Leaf.SideBar.show({
...
...
@@ -247,7 +240,6 @@
setTimeout(function () {
record.set('invoice', '');
}, 50);
$(acp_ds_id).setQueryParameter('contract_id', '${/parameter/@contract_id}');
$(acp_ds_id).query();
}, failure: function () {
setTimeout(function () {
...
...
@@ -268,6 +260,9 @@
}, 50);
}
}
}
};
...
...
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