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
b039e29b
Commit
b039e29b
authored
Mar 29, 2024
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
农行回单跳转调整
parent
f9e556f0
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 @
b039e29b
...
@@ -85,6 +85,8 @@
...
@@ -85,6 +85,8 @@
record.set('guarantor_name_duty',record.get('guarantor_name_duty_desc'));
record.set('guarantor_name_duty',record.get('guarantor_name_duty_desc'));
record.set('collection_classes_desc',record.get('collection_classes_desc'));
record.set('collection_classes_desc',record.get('collection_classes_desc'));
record.set('extra_nam',record.get('extra_nam'));
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') {
if (record.get('collection_classes') == 'DEPOSIT') {
...
@@ -120,7 +122,7 @@
...
@@ -120,7 +122,7 @@
});
});
//关闭该导入的界面
//关闭该导入的界面
backBtn();
backBtn();
returnBack();
//
returnBack();
// location.href = "${/request/@context_path}/modules/csh/CSH1400/csh_agricultural_bank_check.lview";
// 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 @
b039e29b
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
$("OcrQueryDs").query();
$("OcrQueryDs").query();
$("AbcBankDs").query();
$("AbcBankDs").query();
}
}
function returnBack() {
function returnBack() {
// 刷新页面
// 刷新页面
top.refreshFrame();
top.refreshFrame();
...
@@ -182,7 +181,7 @@
...
@@ -182,7 +181,7 @@
});
});
$('AbcBankDs').query();
$('AbcBankDs').query();
$("OcrQueryDs").query();
$("OcrQueryDs").query();
//
returnBack();
returnBack();
},
},
scope: this
scope: this
});
});
...
@@ -200,7 +199,7 @@
...
@@ -200,7 +199,7 @@
});
});
$('AbcBankDs').query();
$('AbcBankDs').query();
$("OcrQueryDs").query();
$("OcrQueryDs").query();
//
returnBack();
returnBack();
},
},
scope: this
scope: this
});
});
...
@@ -345,7 +344,6 @@
...
@@ -345,7 +344,6 @@
renderer=
"checkOcrRender"
/>
renderer=
"checkOcrRender"
/>
<a:column
name=
"bank_name"
prompt=
"对方银行名称"
width=
"100"
align=
"left"
/>
<a:column
name=
"bank_name"
prompt=
"对方银行名称"
width=
"100"
align=
"left"
/>
<a:column
name=
"beneficiary_name"
prompt=
"收款对象"
width=
"100"
editor=
"grid_lov"
align=
"left"
required=
"true"
/>
<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"
<a:column
name=
"paid_byother_flag_desc"
prompt=
"是否代付"
width=
"70"
editor=
"grid_cb"
required=
"true"
required=
"true"
align=
"center"
/>
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