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
b51d9475
Commit
b51d9475
authored
Apr 23, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店长业绩日报修改
parent
01836d97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
daily_achieve_dz.html
application/app_broker/view/index/daily_achieve_dz.html
+7
-7
daily_achieve_dz.js
public/app/js/daily_achieve_dz.js
+2
-0
No files found.
application/app_broker/view/index/daily_achieve_dz.html
View file @
b51d9475
...
...
@@ -128,13 +128,13 @@
<td>
分数
</td>
<td>
点评
</td>
</tr>
<
!--<tr
>
<td>刘丹丹
</td>
<td><input type="number" placeholder="填写" /></td>
<td>
<div class="div-textarea" contenteditable="true">点击填写</div>
</td>
</tr>--
>
<
tr
v-for=
"(item, index) in peopleList"
data-id=
"item.agent_id"
>
<td>
{{item.agent_name}}
</td>
<td><input
type=
"number"
placeholder=
"填写"
/></td>
<td>
<div
class=
"div-textarea"
contenteditable=
"true"
>
点击填写
</div>
</td>
</tr
>
<tr
class=
"table-tr-textarea tr-padding20"
>
<td>
绩效奖惩的
<br
/>
执行情况
</td>
<td
colspan=
"2"
>
...
...
public/app/js/daily_achieve_dz.js
View file @
b51d9475
...
...
@@ -20,6 +20,7 @@ require(['vue', 'html2canvas', 'css!style/report_achieve.css', 'jquery0325', 'co
'titlename'
:
'成交单数'
}],
peopleNum
:
1
,
peopleList
:
[],
nowDayNum
:
parseInt
(
new
Date
().
getDate
()),
canClickFlag
:
true
},
...
...
@@ -96,6 +97,7 @@ require(['vue', 'html2canvas', 'css!style/report_achieve.css', 'jquery0325', 'co
_this
.
fangyuan
=
_data
.
data
.
house_num
;
_this
.
daikan
=
_data
.
data
.
follow_up_num
;
_this
.
peopleNum
=
Number
(
_data
.
data
.
agent_total
);
_this
.
peopleList
=
_data
.
data
.
store_list
;
}
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