Commit 066176be authored by xishifeng's avatar xishifeng

商铺列表修改

parent c45db7df
......@@ -35,6 +35,22 @@
.modal-dialog-one{
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>
<div id="page-content-wrapper">
<div class="container">
......@@ -118,7 +134,7 @@
</form>
</td>
</tr>
<tr>
<tr class="main_table_th_tr">
<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
$.ajax({
type: 'POST',
url: ServerHostTempC + '/broker/dayStatement',
//url: '/broker/dayStatement',
data: {
'AuthToken': _this.token,
'agent_id': _this.userId,
......@@ -102,8 +103,6 @@ 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.daikan_self = _data.data.look_at_num_day_store;//总监个人带看
_this.kaidan_self = _data.data.bargain_sum_store;//总监个人开单
} else {
layerTipsX(_data['msg']);
}
......
......@@ -13,14 +13,7 @@
<td>[%= it[item]['internal_title'] %]</td>
<td>
[% if (it[item]['rent_type'] == 1) { %]
[% if(it[item]["rent_price"] > 3000000) { %]
30000以上
[% } else if(it[item]["rent_price"] >= 1000000) { %]
10000-30000
[% }else{ %]
10000以下
[% } %]
[%= it[item]["rent_price"] / 100 %]
[% } else if (it[item]['rent_type'] == 2) { %]
[%= it[item]["rent_price"] / 100 %] %
[% }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