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
f369aea0
Commit
f369aea0
authored
Aug 07, 2023
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
农行回单二次调整
parent
aee24f62
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
76 additions
and
48 deletions
+76
-48
csh_import_abc_bank.lwm
...ebapp/WEB-INF/classes/csh/CSH1400/csh_import_abc_bank.lwm
+5
-3
csh_ocr_abc_bank.lwm
...n/webapp/WEB-INF/classes/csh/CSH1400/csh_ocr_abc_bank.lwm
+3
-3
csh_abc_excel_import.lview
...ain/webapp/modules/csh/CSH1400/csh_abc_excel_import.lview
+1
-1
csh_agricultural_bank_check.lview
...app/modules/csh/CSH1400/csh_agricultural_bank_check.lview
+67
-41
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH1400/csh_import_abc_bank.lwm
View file @
f369aea0
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
hc.last_updated_by,
hc.last_updated_by,
hc.bp_id,
hc.bp_id,
hc.bank_account_id,
hc.bank_account_id,
hc.bp_category,
'N' re_flag,
'N' re_flag,
NULL AS bank_num_r,
NULL AS bank_num_r,
NULL AS bank_receipt_date_r,
NULL AS bank_receipt_date_r,
...
@@ -80,6 +81,7 @@
...
@@ -80,6 +81,7 @@
hc.last_updated_by,
hc.last_updated_by,
hc.bp_id,
hc.bp_id,
hc.bank_account_id,
hc.bank_account_id,
hc.bp_category,
'Y' re_flag,
'Y' re_flag,
a.bank_num bank_num_r,
a.bank_num bank_num_r,
to_char(a.bank_receipt_date, 'yyyy-MM-dd') bank_receipt_date_r,
to_char(a.bank_receipt_date, 'yyyy-MM-dd') bank_receipt_date_r,
...
@@ -100,11 +102,11 @@
...
@@ -100,11 +102,11 @@
</bm:operations>
</bm:operations>
<bm:query-fields>
<bm:query-fields>
<!-- <bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date >= to_date(${@exchange_hour_from},'yyyy-mm-dd')"/>-->
<!-- <bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date <= to_date(${@exchange_hour_to},'yyyy-mm-dd')"/>-->
<bm:query-field
name=
"exchange_hour_from"
queryExpression=
"t1.bank_receipt_date >= ${@exchange_hour_from} "
/>
<bm:query-field
name=
"exchange_hour_from"
queryExpression=
"t1.bank_receipt_date >= ${@exchange_hour_from} "
/>
<bm:query-field
name=
"exchange_hour_to"
queryExpression=
"t1.bank_receipt_date <= ${@exchange_hour_to} "
/>
<bm:query-field
name=
"exchange_hour_to"
queryExpression=
"t1.bank_receipt_date <= ${@exchange_hour_to} "
/>
<bm:query-field
name=
"money_from"
queryExpression=
"t1.total_amount >= ${@money_from} "
/>
<bm:query-field
name=
"money_to"
queryExpression=
"t1.total_amount <= ${@money_to} "
/>
</bm:query-fields>
</bm:query-fields>
</bm:model>
</bm:model>
src/main/webapp/WEB-INF/classes/csh/CSH1400/csh_ocr_abc_bank.lwm
View file @
f369aea0
...
@@ -148,11 +148,11 @@
...
@@ -148,11 +148,11 @@
</bm:operations>
</bm:operations>
<bm:query-fields>
<bm:query-fields>
<!-- <bm:query-field name="exchange_hour_from" queryExpression="t1.bank_receipt_date >= to_date(${@exchange_hour_from},'yyyy-mm-dd')"/>-->
<!-- <bm:query-field name="exchange_hour_to" queryExpression="t1.bank_receipt_date <= to_date(${@exchange_hour_to},'yyyy-mm-dd')"/>-->
<bm:query-field
name=
"exchange_hour_from"
queryExpression=
"t1.bank_receipt_date >= ${@exchange_hour_from} "
/>
<bm:query-field
name=
"exchange_hour_from"
queryExpression=
"t1.bank_receipt_date >= ${@exchange_hour_from} "
/>
<bm:query-field
name=
"exchange_hour_to"
queryExpression=
"t1.bank_receipt_date <= ${@exchange_hour_to} "
/>
<bm:query-field
name=
"exchange_hour_to"
queryExpression=
"t1.bank_receipt_date <= ${@exchange_hour_to} "
/>
<bm:query-field
name=
"money_from"
queryExpression=
"t1.total_amount >= ${@money_from} "
/>
<bm:query-field
name=
"money_to"
queryExpression=
"t1.total_amount <= ${@money_to} "
/>
</bm:query-fields>
</bm:query-fields>
...
...
src/main/webapp/modules/csh/CSH1400/csh_abc_excel_import.lview
View file @
f369aea0
...
@@ -456,7 +456,7 @@
...
@@ -456,7 +456,7 @@
</a:dataSet>
</a:dataSet>
</a:dataSets>
</a:dataSets>
<a:screenBody>
<a:screenBody>
<a:form
id=
"success_form"
height=
"400"
title=
"
THE_IMPORTED_DATA
"
width=
"980"
>
<a:form
id=
"success_form"
height=
"400"
title=
"
收款导入
"
width=
"980"
>
<a:screenTopToolbar>
<a:screenTopToolbar>
<a:gridButton
click=
"backBtn"
text=
"退出"
/>
<a:gridButton
click=
"backBtn"
text=
"退出"
/>
<a:gridButton
click=
"import_btn"
text=
"导入"
/>
<a:gridButton
click=
"import_btn"
text=
"导入"
/>
...
...
src/main/webapp/modules/csh/CSH1400/csh_agricultural_bank_check.lview
View file @
f369aea0
This diff is collapsed.
Click to expand it.
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