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
1f51cf7d
Commit
1f51cf7d
authored
Jun 13, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3
parent
23fa7543
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
index.html
application/index/view/office/index.html
+1
-0
daily_achieve_dz.js
public/app/js/daily_achieve_dz.js
+5
-5
building_dictionary_list_template_tpl.html
...ource/template/building_dictionary_list_template_tpl.html
+9
-0
No files found.
application/index/view/office/index.html
View file @
1f51cf7d
...
@@ -320,6 +320,7 @@
...
@@ -320,6 +320,7 @@
<th
class=
"text-center"
>
楼盘名称
</th>
<th
class=
"text-center"
>
楼盘名称
</th>
<th
class=
"text-center"
>
总层数
</th>
<th
class=
"text-center"
>
总层数
</th>
<th
class=
"text-center"
>
楼盘简介
</th>
<th
class=
"text-center"
>
楼盘简介
</th>
<th
class=
"text-center"
>
状态
</th>
<th
class=
"text-center"
>
操作
</th>
<th
class=
"text-center"
>
操作
</th>
</tr>
</tr>
</thead>
</thead>
...
...
public/app/js/daily_achieve_dz.js
View file @
1f51cf7d
...
@@ -129,11 +129,11 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
...
@@ -129,11 +129,11 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
dianpingLength
=
_data
.
data
.
store_list
.
length
;
dianpingLength
=
_data
.
data
.
store_list
.
length
;
if
(
_data
.
data
.
store_list
){
if
(
_data
.
data
.
store_list
){
$
.
each
(
_data
.
data
.
store_list
,
function
(
i
,
item
){
$
.
each
(
_data
.
data
.
store_list
,
function
(
i
,
item
){
_this
.
duandui_fangyuan
+=
item
.
house_num
;
_this
.
duandui_fangyuan
+=
item
.
house_num
*
1
;
_this
.
duandui_keyuan
+=
item
.
user_num
;
_this
.
duandui_keyuan
+=
item
.
user_num
*
1
;
_this
.
duandui_daikan
+=
item
.
follow_up_num
;
_this
.
duandui_daikan
+=
item
.
follow_up_num
*
1
;
_this
.
duandui_yeji
+=
item
.
performance_week
;
_this
.
duandui_yeji
+=
item
.
performance_week
*
1
;
_this
.
duandui_shishou
+=
item
.
practical_money
;
_this
.
duandui_shishou
+=
item
.
practical_money
*
1
;
});
});
}
}
...
...
public/resource/template/building_dictionary_list_template_tpl.html
View file @
1f51cf7d
...
@@ -23,6 +23,15 @@
...
@@ -23,6 +23,15 @@
<
td
style
=
"width: 10%;"
>
[
%=
it
[
item
][
'title'
]
%
]
<
/td
>
<
td
style
=
"width: 10%;"
>
[
%=
it
[
item
][
'title'
]
%
]
<
/td
>
<
td
style
=
"width: 10%;"
>
[
%=
it
[
item
][
'floor_total'
]
%
]
<
/td
>
<
td
style
=
"width: 10%;"
>
[
%=
it
[
item
][
'floor_total'
]
%
]
<
/td
>
<
td
style
=
"width: 30%;"
>
[
%=
it
[
item
][
'intro'
]
%
]
<
/td
>
<
td
style
=
"width: 30%;"
>
[
%=
it
[
item
][
'intro'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"status"
]
==
0
)
{
%
]
待审批
[
%
}
else
if
(
it
[
item
][
"status"
]
==
1
){
%
]
有效
[
%
}
else
if
(
it
[
item
][
"status"
]
==
2
){
%
]
无效
[
%
}
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"btn1 btn-success edit"
href
=
"#modal_add_loupan"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
编辑
<
/a
>
<
a
class
=
"btn1 btn-success edit"
href
=
"#modal_add_loupan"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
编辑
<
/a
>
...
...
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