Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
c01db511
Commit
c01db511
authored
Jul 20, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩周报盈亏计算修改
parent
889a5c38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
weekly_achieve_mdzj.js
public/app/js/weekly_achieve_mdzj.js
+3
-3
No files found.
public/app/js/weekly_achieve_mdzj.js
View file @
c01db511
...
@@ -130,7 +130,7 @@ $(function() {
...
@@ -130,7 +130,7 @@ $(function() {
if
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
]
!=
''
)
{
if
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
]
!=
''
)
{
_tableFirstObj
.
find
(
'.shishou_muqian'
).
val
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
]);
_tableFirstObj
.
find
(
'.shishou_muqian'
).
val
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
]);
_tableFirstObj
.
find
(
'.shishou_renjun'
).
html
(
dealJineNum
(
Number
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
])
/
Number
(
_tableFirstObj
.
find
(
'.renshu_benzhou'
).
html
())
*
30
/
_dayNum
));
_tableFirstObj
.
find
(
'.shishou_renjun'
).
html
(
dealJineNum
(
Number
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
])
/
Number
(
_tableFirstObj
.
find
(
'.renshu_benzhou'
).
html
())
*
30
/
_dayNum
));
_tableFirstObj
.
find
(
'.yingkui'
).
html
(
dealJineNum
(
(
Number
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
])
-
Number
(
_tableFirstObj
.
find
(
'.renshu_benzhou'
).
html
())
*
8000
)
/
30
*
_dayNum
));
_tableFirstObj
.
find
(
'.yingkui'
).
html
(
dealJineNum
(
Number
(
_mdzjZbData
[
'zjyj'
][
'ssmq'
])
-
Number
(
_tableFirstObj
.
find
(
'.renshu_benzhou'
).
html
())
*
8000
));
};
};
if
(
_mdzjZbData
[
'zjyj'
][
'dswcby'
]
!=
''
)
{
if
(
_mdzjZbData
[
'zjyj'
][
'dswcby'
]
!=
''
)
{
if
(
_mdzjZbData
[
'zjyj'
][
'dsmbby'
]
!=
''
)
{
if
(
_mdzjZbData
[
'zjyj'
][
'dsmbby'
]
!=
''
)
{
...
@@ -223,7 +223,7 @@ $(function() {
...
@@ -223,7 +223,7 @@ $(function() {
if
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
]
!=
''
)
{
if
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
]
!=
''
)
{
_tempTable
.
find
(
'.shishou_muqian'
).
val
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
]);
_tempTable
.
find
(
'.shishou_muqian'
).
val
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
]);
_tempTable
.
find
(
'.shishou_renjun'
).
html
(
dealJineNum
(
Number
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
])
/
Number
(
_tempTable
.
find
(
'.renshu_benzhou'
).
html
())
*
30
/
_dayNum
));
_tempTable
.
find
(
'.shishou_renjun'
).
html
(
dealJineNum
(
Number
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
])
/
Number
(
_tempTable
.
find
(
'.renshu_benzhou'
).
html
())
*
30
/
_dayNum
));
_tempTable
.
find
(
'.yingkui'
).
html
(
dealJineNum
(
(
Number
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
])
-
Number
(
_tempTable
.
find
(
'.renshu_benzhou'
).
html
())
*
8000
)
/
30
*
_dayNum
));
_tempTable
.
find
(
'.yingkui'
).
html
(
dealJineNum
(
Number
(
_mdzjZbData
[
'yjData'
][
i
][
'ssmq'
])
-
Number
(
_tempTable
.
find
(
'.renshu_benzhou'
).
html
())
*
8000
));
};
};
if
(
_mdzjZbData
[
'yjData'
][
i
][
'dswcby'
]
!=
''
)
{
if
(
_mdzjZbData
[
'yjData'
][
i
][
'dswcby'
]
!=
''
)
{
if
(
_mdzjZbData
[
'yjData'
][
i
][
'dsmbby'
]
!=
''
)
{
if
(
_mdzjZbData
[
'yjData'
][
i
][
'dsmbby'
]
!=
''
)
{
...
@@ -451,7 +451,7 @@ $(function() {
...
@@ -451,7 +451,7 @@ $(function() {
var
_this
=
$
(
this
);
var
_this
=
$
(
this
);
var
_tableObj
=
_this
.
closest
(
'table'
);
var
_tableObj
=
_this
.
closest
(
'table'
);
_tableObj
.
find
(
'.shishou_renjun'
).
html
(
dealJineNum
(
Number
(
_this
.
val
())
/
Number
(
_tableObj
.
find
(
'.renshu_benzhou'
).
html
())));
_tableObj
.
find
(
'.shishou_renjun'
).
html
(
dealJineNum
(
Number
(
_this
.
val
())
/
Number
(
_tableObj
.
find
(
'.renshu_benzhou'
).
html
())));
_tableObj
.
find
(
'.yingkui'
).
html
(
dealJineNum
(
(
Number
(
_this
.
val
())
-
Number
(
_tableObj
.
find
(
'.renshu_benzhou'
).
html
())
*
8000
)
/
30
*
_dayNum
));
_tableObj
.
find
(
'.yingkui'
).
html
(
dealJineNum
(
Number
(
_this
.
val
())
-
Number
(
_tableObj
.
find
(
'.renshu_benzhou'
).
html
())
*
8000
));
});
});
_doc
.
on
(
'input change'
,
'.yeji_benzhou'
,
function
(
e
)
{
_doc
.
on
(
'input change'
,
'.yeji_benzhou'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
preventDefault
();
...
...
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