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
85fecbe0
Commit
85fecbe0
authored
Apr 17, 2020
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】月结功能去掉部分月结的提示
parent
5df6675f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
hls_monthly_statement.lview
...ain/webapp/modules/hls/HLS801/hls_monthly_statement.lview
+13
-13
No files found.
src/main/webapp/modules/hls/HLS801/hls_monthly_statement.lview
View file @
85fecbe0
...
...
@@ -356,19 +356,19 @@
var record = headers_ds.getAt(0);
//add by wdd 20180514
var income_ds = $('unearned_finance_income_ds');
var income_record = income_ds.getAll();
if (income_record.length) {
for (var i = 0; i
< income_record.length
;
i++)
{
var
line_income_record =
income_record[i];
var
finance_income_recognized =
line_income_record.get('finance_income_recognized');
if
(
finance_income_recognized =
=
'Y')
{
Leaf.showMessage('提示',
'该日收入已确认,请勿重复确认!',
null,
250,
100);
return;
}
}
}
//
var income_ds = $('unearned_finance_income_ds');
//
var income_record = income_ds.getAll();
//
if (income_record.length) {
//
for (var i = 0; i
< income_record.length
;
i++)
{
//
var
line_income_record =
income_record[i];
//
var
finance_income_recognized =
line_income_record.get('finance_income_recognized');
//
if
(
finance_income_recognized =
=
'Y')
{
//
Leaf.showMessage('提示',
'该日收入已确认,请勿重复确认!',
null,
250,
100);
//
return;
//
}
//
//
}
//
}
//end
by
wdd
year =
record.get('period_name').substring(0,
4);
month =
record.get('period_name').substring(5,
7);
...
...
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