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
ba07a3e1
Commit
ba07a3e1
authored
May 06, 2024
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
农行背景颜色及跳转调整
parent
6a1dd5f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
csh_agricultural_bank_check.lview
...app/modules/csh/CSH1400/csh_agricultural_bank_check.lview
+6
-6
No files found.
src/main/webapp/modules/csh/CSH1400/csh_agricultural_bank_check.lview
View file @
ba07a3e1
...
...
@@ -55,7 +55,7 @@
function change_background_color(record) {
if (record.get('re_flag') == 'Y') {
return 'background-color:#
DC143C
;'
return 'background-color:#
99FF99
;'
}
}
// 字段渲染农行回单
...
...
@@ -65,11 +65,11 @@
var value_r = record.get(name_r);//OCR数据
if (value != value_r) {
if (name == 'total_amount') {
return '<font color="
yellow
">
' + Leaf.formatMoney(value) + '
</font>
'
return '<font color="
red
">
' + Leaf.formatMoney(value) + '
</font>
'
} else if (name == 'bank_receipt_date') {
return '
<font
color=
"
yellow
"
>
' + Leaf.formatDate(value) + '
</font>
'
return '
<font
color=
"
red
"
>
' + Leaf.formatDate(value) + '
</font>
'
} else {
return '
<font
color=
"
yellow
"
>
' + value + '
</font>
'
return '
<font
color=
"
red
"
>
' + value + '
</font>
'
}
} else {
if (name == 'total_amount') {
...
...
@@ -185,7 +185,7 @@
});
$('AbcBankDs').query();
$("OcrQueryDs").query();
returnBack();
//
returnBack();
},
scope: this
});
...
...
@@ -203,7 +203,7 @@
});
$('AbcBankDs').query();
$("OcrQueryDs").query();
returnBack();
//
returnBack();
},
scope: this
});
...
...
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