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
9bcdfa30
Commit
9bcdfa30
authored
May 17, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bec0f762
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
22 deletions
+39
-22
daily_achieve_ywy.html
application/app_broker/view/index/daily_achieve_ywy.html
+31
-20
daily_achieve_ywy.js
public/app/js/daily_achieve_ywy.js
+8
-2
No files found.
application/app_broker/view/index/daily_achieve_ywy.html
View file @
9bcdfa30
...
...
@@ -44,39 +44,50 @@
</tr>
</tbody>
</table>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"table-type10"
>
<tbody>
<tr
class=
"table-tr-single"
>
<td
colspan=
"4"
>
业绩与实收的月数据
</td>
</tr>
<tr
class=
"table-tr-single"
><td
colspan=
"7"
>
月数据
</td></tr>
<tr
class=
"table-tr-header"
>
<td></td>
<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>
差额
</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=
"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>
{{chae(yeji_yue_mubiao, 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>
</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>
</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>
</tbody>
</table>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"table-type1"
>
<tbody>
<tr
class=
"table-tr-single"
>
...
...
public/app/js/daily_achieve_ywy.js
View file @
9bcdfa30
...
...
@@ -21,9 +21,15 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
yeji_yue_mubiao
:
''
,
yeji_yue_wancheng
:
0
,
shishou_yue_mubiao
:
''
,
shishou_yue_wancheng
:
''
,
shishou_yue_wancheng
:
0
,
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
,
reportLink
:
'daily_my'
,
canClickFlag
:
true
},
...
...
@@ -102,9 +108,9 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this
.
daikan
=
_data
.
data
.
follow_up_num
;
_this
.
keyuan_day
=
_data
.
data
.
add_user_num_day
;
_this
.
yeji_day
=
_data
.
data
.
performance_day
;
_this
.
yeji_yue_wancheng
=
_data
.
data
.
performance_month
;
_this
.
chengjiao_yue_wancheng
=
_data
.
data
.
bargain_sum
;
}
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