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
75580f11
Commit
75580f11
authored
Jul 26, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
周报日报完成单数修改
parent
5cd44844
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
daily_achieve_dz.html
application/app_broker/view/index/daily_achieve_dz.html
+1
-1
daily_achieve_mdzj.html
application/app_broker/view/index/daily_achieve_mdzj.html
+1
-1
daily_achieve_ywy.html
application/app_broker/view/index/daily_achieve_ywy.html
+1
-1
weekly_achieve_dz.html
application/app_broker/view/index/weekly_achieve_dz.html
+1
-1
weekly_achieve_mdzj.html
application/app_broker/view/index/weekly_achieve_mdzj.html
+2
-2
common.js
public/app/js/common.js
+2
-2
No files found.
application/app_broker/view/index/daily_achieve_dz.html
View file @
75580f11
...
...
@@ -74,7 +74,7 @@
<tr>
<td>
成交单数
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_wancheng"
readonly=
""
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_wancheng"
/></td>
<td>
{{chae(chengjiao_yue_mubiao, chengjiao_yue_wancheng)}}
</td>
<td>
{{renjun(chengjiao_yue_wancheng)}}
</td>
</tr>
...
...
application/app_broker/view/index/daily_achieve_mdzj.html
View file @
75580f11
...
...
@@ -49,7 +49,7 @@
<tr>
<td>
成交单数
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_wancheng"
readonly=
""
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_wancheng"
/></td>
<td>
{{chae(chengjiao_yue_mubiao, chengjiao_yue_wancheng)}}
</td>
<td>
{{renjun(chengjiao_yue_wancheng)}}
</td>
</tr>
...
...
application/app_broker/view/index/daily_achieve_ywy.html
View file @
75580f11
...
...
@@ -71,7 +71,7 @@
<tr>
<td>
成交单数
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_wancheng"
readonly=
""
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_wancheng"
/></td>
<td>
{{chae(chengjiao_yue_mubiao, chengjiao_yue_wancheng)}}
</td>
</tr>
</tbody>
...
...
application/app_broker/view/index/weekly_achieve_dz.html
View file @
75580f11
...
...
@@ -42,7 +42,7 @@
<td>
本月目标单数
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"dsmb"
/></td>
<td>
本月完成单数
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"dswc"
readonly
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"dswc"
/></td>
</tr>
<tr>
<td>
单数差额
</td>
...
...
application/app_broker/view/index/weekly_achieve_mdzj.html
View file @
75580f11
...
...
@@ -88,7 +88,7 @@
<td>
本月目标单数
</td>
<td><input
type=
"number"
placeholder=
"填写"
class=
"danshu_mubiao"
/></td>
<td>
本月完成单数
</td>
<td><input
type=
"number"
placeholder=
"填写"
class=
"danshu_wancheng"
readonly
/></td>
<td><input
type=
"number"
placeholder=
"填写"
class=
"danshu_wancheng"
/></td>
</tr>
<tr>
<td>
单数差额
</td>
...
...
@@ -207,7 +207,7 @@
<
td
>
本月目标单数
<
/td
>
<
td
><
input
type
=
"number"
placeholder
=
"填写"
class
=
"danshu_mubiao"
><
/td
>
<
td
>
本月完成单数
<
/td
>
<
td
><
input
type
=
"number"
placeholder
=
"填写"
class
=
"danshu_wancheng"
value
=
"{danshu_benyue}"
readonly
=
""
/><
/td
>
<
td
><
input
type
=
"number"
placeholder
=
"填写"
class
=
"danshu_wancheng"
value
=
"{danshu_benyue}"
/><
/td
>
<
/tr
>
<
tr
>
<
td
>
单数差额
<
/td
>
...
...
public/app/js/common.js
View file @
75580f11
...
...
@@ -244,10 +244,10 @@ function hideTel(str){
//业绩周报日报里用到,处理金额的数字,最多三位小数
function
dealJineNum
(
num
){
if
(
isFinite
(
num
)){
if
(
parseInt
(
num
)
==
num
||
num
.
toString
().
split
(
"."
)[
1
].
length
<
4
){
if
(
parseInt
(
num
)
==
num
||
num
.
toString
().
split
(
"."
)[
1
].
length
<
3
){
return
num
;
}
else
{
return
Number
((
num
).
toFixed
(
3
));
return
Number
((
num
).
toFixed
(
2
));
}
}
else
{
return
0
;
...
...
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