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
a6e14eb2
Commit
a6e14eb2
authored
May 21, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店长日报 业务员日报
parent
bd839ae2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
30 deletions
+60
-30
daily_achieve_dz.html
application/app_broker/view/index/daily_achieve_dz.html
+46
-29
daily_achieve_dz.js
public/app/js/daily_achieve_dz.js
+10
-0
daily_achieve_ywy.js
public/app/js/daily_achieve_ywy.js
+4
-1
No files found.
application/app_broker/view/index/daily_achieve_dz.html
View file @
a6e14eb2
...
...
@@ -48,36 +48,53 @@
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"table-type6"
>
<tbody>
<tr
class=
"table-tr-single"
>
<td
colspan=
"5"
>
业绩与实收的月数据
</td>
</tr>
<tr
class=
"table-tr-header"
>
<td></td>
<td>
月目标
</td>
<td>
月完成
</td>
<td>
差额
</td>
<td>
人均
</td>
</tr>
<tr>
<td>
业绩(元)
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"yeji_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"yeji_yue_wancheng"
/></td>
<td>
{{chae(yeji_yue_mubiao, yeji_yue_wancheng)}}
</td>
<td>
{{renjun(yeji_yue_wancheng)}}
</td>
</tr>
<tr>
<td>
实收(元)
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"shishou_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"shishou_yue_wancheng"
/></td>
<td>
{{chae(shishou_yue_mubiao, shishou_yue_wancheng)}}
</td>
<td>
{{renjun(shishou_yue_wancheng)}}
</td>
</tr>
<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"
/></td>
<td>
{{chae(chengjiao_yue_mubiao, chengjiao_yue_wancheng)}}
</td>
<td>
{{renjun(chengjiao_yue_wancheng)}}
</td>
<td
colspan=
"7"
>
月数据
</td>
</tr>
<tr
class=
"table-tr-header"
>
<td
style=
"width: 11%;"
></td>
<td
style=
"width: 11%;"
>
房源
</td>
<td
style=
"width: 11%;"
>
客源
</td>
<td
style=
"width: 11%;"
>
带看
</td>
<td>
业绩
</td>
<td>
实收
</td>
<td>
成交
<br
/>
单数
</p></td>
</tr>
<tr
class=
"table-tr-benzhoumubiao"
>
<td>
月目标
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"fangyuan_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"keyuan_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"daikan_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"yeji_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"shishou_yue_mubiao"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_mubiao"
/></td>
</tr>
<tr
class=
"table-tr-benzhouwancheng"
>
<td>
月完成
</td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"fangyuan_yue_wancheng"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"keyuan_yue_wancheng"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"daikan_yue_wancheng"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"yeji_yue_wancheng"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"shishou_yue_wancheng"
/></td>
<td><input
type=
"number"
placeholder=
"填写"
v-model
.
number=
"chengjiao_yue_wancheng"
/></td>
</tr>
<tr
class=
"table-tr-chae"
>
<td>
差额
</td>
<td>
{{chae(fangyuan_yue_mubiao, fangyuan_yue_wancheng)}}
</td>
<td>
{{chae(keyuan_yue_mubiao, keyuan_yue_wancheng)}}
</td>
<td>
{{chae(daikan_yue_mubiao, daikan_yue_wancheng)}}
</td>
<td>
{{chae(yeji_yue_mubiao, yeji_yue_wancheng)}}
</td>
<td>
{{chae(shishou_yue_mubiao, shishou_yue_wancheng)}}
</td>
<td>
{{chae(chengjiao_yue_mubiao, chengjiao_yue_wancheng)}}
</td>
</tr>
<tr
class=
"table-tr-chae"
>
<td>
人均/每月
</td>
<td>
{{renjun(fangyuan_yue_wancheng)}}
</td>
<td>
{{renjun(keyuan_yue_wancheng)}}
</td>
<td>
{{renjun(daikan_yue_wancheng)}}
</td>
<td>
{{renjun(yeji_yue_wancheng)}}
</td>
<td>
{{renjun(shishou_yue_wancheng)}}
</td>
<td>
{{renjun(chengjiao_yue_wancheng)}}
</td>
</tr>
</tbody>
</table>
...
...
public/app/js/daily_achieve_dz.js
View file @
a6e14eb2
...
...
@@ -24,6 +24,12 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
shishou_yue_wancheng
:
''
,
chengjiao_yue_mubiao
:
''
,
chengjiao_yue_wancheng
:
0
,
fangyuan_yue_mubiao
:
''
,
fangyuan_yue_wancheng
:
0
,
keyuan_yue_mubiao
:
''
,
keyuan_yue_wancheng
:
0
,
daikan_yue_mubiao
:
''
,
daikan_yue_wancheng
:
0
,
daikan_self
:
''
,
//店长个人带看
kaidan_self
:
''
,
//店长个人开单
reportLink
:
'daily_my'
,
...
...
@@ -119,6 +125,10 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this
.
yeji_yue_wancheng
=
_data
.
data
.
performance_month
;
_this
.
chengjiao_yue_wancheng
=
_data
.
data
.
bargain_sum
;
_this
.
fangyuan_yue_wancheng
=
_data
.
data
.
house_num_month
;
//房源
_this
.
keyuan_yue_wancheng
=
_data
.
data
.
user_num_month
;
//客源
_this
.
daikan_yue_wancheng
=
_data
.
data
.
follow_up_num_month
;
//带看
_this
.
daikan_self
=
_data
.
data
.
look_at_num_day_store
;
//店长个人带看
_this
.
kaidan_self
=
_data
.
data
.
bargain_sum_store
;
//店长个人开单
}
else
{
...
...
public/app/js/daily_achieve_ywy.js
View file @
a6e14eb2
...
...
@@ -110,7 +110,10 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this
.
yeji_day
=
_data
.
data
.
performance_day
;
_this
.
yeji_yue_wancheng
=
_data
.
data
.
performance_month
;
_this
.
chengjiao_yue_wancheng
=
_data
.
data
.
bargain_sum
;
_this
.
fangyuan_yue_wancheng
=
_data
.
data
.
house_num_month
;
_this
.
keyuan_yue_wancheng
=
_data
.
data
.
user_num_month
;
_this
.
daikan_yue_wancheng
=
_data
.
data
.
follow_up_num_month
;
}
else
{
layerTipsX
(
_data
[
'msg'
]);
}
...
...
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