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
4375c2c9
Commit
4375c2c9
authored
Mar 29, 2024
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
农行回单跳转调整
parent
875f6227
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
csh_abc_excel_import.lview
...ain/webapp/modules/csh/CSH1400/csh_abc_excel_import.lview
+3
-1
csh_agricultural_bank_check.lview
...app/modules/csh/CSH1400/csh_agricultural_bank_check.lview
+2
-4
No files found.
src/main/webapp/modules/csh/CSH1400/csh_abc_excel_import.lview
View file @
4375c2c9
...
...
@@ -85,6 +85,8 @@
record.set('guarantor_name_duty',record.get('guarantor_name_duty_desc'));
record.set('collection_classes_desc',record.get('collection_classes_desc'));
record.set('extra_nam',record.get('extra_nam'));
record.set('bp_id',record.get('bp_id'));
record.set('bp_category',record.get('bp_category'));
if (record.get('collection_classes') == 'DEPOSIT') {
...
...
@@ -120,7 +122,7 @@
});
//关闭该导入的界面
backBtn();
returnBack();
//
returnBack();
// location.href = "${/request/@context_path}/modules/csh/CSH1400/csh_agricultural_bank_check.lview";
},
...
...
src/main/webapp/modules/csh/CSH1400/csh_agricultural_bank_check.lview
View file @
4375c2c9
...
...
@@ -34,7 +34,6 @@
$("OcrQueryDs").query();
$("AbcBankDs").query();
}
function returnBack() {
// 刷新页面
top.refreshFrame();
...
...
@@ -182,7 +181,7 @@
});
$('AbcBankDs').query();
$("OcrQueryDs").query();
//
returnBack();
returnBack();
},
scope: this
});
...
...
@@ -200,7 +199,7 @@
});
$('AbcBankDs').query();
$("OcrQueryDs").query();
//
returnBack();
returnBack();
},
scope: this
});
...
...
@@ -345,7 +344,6 @@
<a:column
name=
"bank_name"
prompt=
"对方银行名称"
width=
"100"
align=
"left"
renderer=
"checkOcrRender"
/>
<a:column
name=
"beneficiary_name"
prompt=
"收款对象"
width=
"100"
editor=
"grid_lov"
align=
"left"
required=
"true"
/>
<a:column
name=
"bp_id"
prompt=
"收款对象"
/>
<a:column
name=
"paid_byother_flag_desc"
prompt=
"是否代付"
width=
"70"
editor=
"grid_cb"
required=
"true"
align=
"center"
/>
...
...
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