Commit 066176be authored by xishifeng's avatar xishifeng

商铺列表修改

parent c45db7df
...@@ -35,6 +35,22 @@ ...@@ -35,6 +35,22 @@
.modal-dialog-one{ .modal-dialog-one{
width: 668px; width: 668px;
} }
.main_table_th_tr>th:nth-of-type(2){
width: 50px;
}
.main_table_th_tr>th:nth-of-type(4){
width: 86px;
}
.main_table_th_tr>th:nth-of-type(5){
width: 86px;
}
.main_table_th_tr>th:nth-of-type(7){
width: 100px;
}
.main_table_th_tr>th:nth-of-type(8){
width: 50px;
}
</style> </style>
<div id="page-content-wrapper"> <div id="page-content-wrapper">
<div class="container"> <div class="container">
...@@ -118,7 +134,7 @@ ...@@ -118,7 +134,7 @@
</form> </form>
</td> </td>
</tr> </tr>
<tr> <tr class="main_table_th_tr">
<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>
......
...@@ -86,6 +86,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -86,6 +86,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/dayStatement', url: ServerHostTempC + '/broker/dayStatement',
//url: '/broker/dayStatement',
data: { data: {
'AuthToken': _this.token, 'AuthToken': _this.token,
'agent_id': _this.userId, 'agent_id': _this.userId,
...@@ -102,8 +103,6 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -102,8 +103,6 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this.yeji_yue_wancheng = _data.data.performance_month; _this.yeji_yue_wancheng = _data.data.performance_month;
_this.chengjiao_yue_wancheng = _data.data.bargain_sum; _this.chengjiao_yue_wancheng = _data.data.bargain_sum;
_this.daikan_self = _data.data.look_at_num_day_store;//总监个人带看
_this.kaidan_self = _data.data.bargain_sum_store;//总监个人开单
} else { } else {
layerTipsX(_data['msg']); layerTipsX(_data['msg']);
} }
......
...@@ -13,14 +13,7 @@ ...@@ -13,14 +13,7 @@
<td>[%= it[item]['internal_title'] %]</td> <td>[%= it[item]['internal_title'] %]</td>
<td> <td>
[% if (it[item]['rent_type'] == 1) { %] [% if (it[item]['rent_type'] == 1) { %]
[% if(it[item]["rent_price"] > 3000000) { %] [%= it[item]["rent_price"] / 100 %]
30000以上
[% } else if(it[item]["rent_price"] >= 1000000) { %]
10000-30000
[% }else{ %]
10000以下
[% } %]
[% } else if (it[item]['rent_type'] == 2) { %] [% } else if (it[item]['rent_type'] == 2) { %]
[%= it[item]["rent_price"] / 100 %] % [%= it[item]["rent_price"] / 100 %] %
[% }else{ %] [% }else{ %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment