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
88c67ef1
Commit
88c67ef1
authored
Jun 27, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I-19567 【建机】混合类款项校验注释
parent
433cec83
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
csh_abc_excel_import.lview
...ain/webapp/modules/csh/CSH1400/csh_abc_excel_import.lview
+2
-2
csh_transaction_hand_receipt_update.lview
...ules/csh/CSH510/csh_transaction_hand_receipt_update.lview
+2
-2
csh_transaction_excel_import.lview
...pp/modules/csh/CSH510N/csh_transaction_excel_import.lview
+2
-2
csh_transaction_receipt.lview
...n/webapp/modules/csh/CSH511/csh_transaction_receipt.lview
+2
-2
No files found.
src/main/webapp/modules/csh/CSH1400/csh_abc_excel_import.lview
View file @
88c67ef1
...
@@ -59,12 +59,12 @@
...
@@ -59,12 +59,12 @@
//不将这条数据传递到数组中
//不将这条数据传递到数组中
continue;
continue;
}
}
if (record.get('collection_classes') == 'COMBINED') {
/*
if (record.get('collection_classes') == 'COMBINED') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
return;
return;
}
}
}
}
*/
//否则的话添加必要的字段
//否则的话添加必要的字段
record.set('receipt_type', 'IMPORT');
record.set('receipt_type', 'IMPORT');
record.set('bank_account_num', record.get('bank_num'));
record.set('bank_account_num', record.get('bank_num'));
...
...
src/main/webapp/modules/csh/CSH510/csh_transaction_hand_receipt_update.lview
View file @
88c67ef1
...
@@ -80,12 +80,12 @@
...
@@ -80,12 +80,12 @@
function csh511_receipt_save() {
function csh511_receipt_save() {
var record=$('csh_transaction_receipt_head_ds').getAt(0);
var record=$('csh_transaction_receipt_head_ds').getAt(0);
if (record.get('collection_classes') == 'COMBINED') {
/*
if (record.get('collection_classes') == 'COMBINED') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
return;
return;
}
}
}
}
*/
// Leaf.Masker.mask(Ext.getBody());
// Leaf.Masker.mask(Ext.getBody());
// Leaf.request({
// Leaf.request({
// url: $('csh510_update_bp_info_link').getUrl(),
// url: $('csh510_update_bp_info_link').getUrl(),
...
...
src/main/webapp/modules/csh/CSH510N/csh_transaction_excel_import.lview
View file @
88c67ef1
...
@@ -55,12 +55,12 @@
...
@@ -55,12 +55,12 @@
//不将这条数据传递到数组中
//不将这条数据传递到数组中
continue;
continue;
}
}
if (record.get('collection_classes') == 'COMBINED') {
/*
if (record.get('collection_classes') == 'COMBINED') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
return;
return;
}
}
}
}
*/
//否则的话添加必要的字段
//否则的话添加必要的字段
record.set('receipt_type', 'IMPORT');
record.set('receipt_type', 'IMPORT');
record.set('bank_account_num', record.get('bank_num'));
record.set('bank_account_num', record.get('bank_num'));
...
...
src/main/webapp/modules/csh/CSH511/csh_transaction_receipt.lview
View file @
88c67ef1
...
@@ -95,13 +95,13 @@
...
@@ -95,13 +95,13 @@
$('csh511_receipt_save').disable();
$('csh511_receipt_save').disable();
if ($('csh_transaction_receipt_head_ds').validate()) {
if ($('csh_transaction_receipt_head_ds').validate()) {
var record = $('csh_transaction_receipt_head_ds').getAt(0);
var record = $('csh_transaction_receipt_head_ds').getAt(0);
if (record.get('collection_classes') == 'COMBINED') {
/*
if (record.get('collection_classes') == 'COMBINED') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
if (record.get('paid_byother_flag') != 'T'||record.get('bp_category')!='AGENT') {
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
Leaf.showMessage('${l:PROMPT}', '混合类款项为代理店代付,请检查代付标志和所选商业伙伴!');
$('csh511_receipt_save').enable();
$('csh511_receipt_save').enable();
return;
return;
}
}
}
}
*/
if (flag != 'Y') {
if (flag != 'Y') {
Leaf.Masker.mask(Ext.getBody(), '${l:HLS.SAVING}');
Leaf.Masker.mask(Ext.getBody(), '${l:HLS.SAVING}');
}
}
...
...
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