Commit 87bf8f58 authored by agping's avatar agping

后台样式优化

parent 3122ed10
...@@ -1344,7 +1344,6 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r ...@@ -1344,7 +1344,6 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
var phone= $.trim($('#agent_phone').val()); var phone= $.trim($('#agent_phone').val());
window.open('/index/getPerformanceInfoExcel?' + 'shop_type=' + shop_type + '&trade_type=' + trade_type + '&create_time_start=' + create_time_start + '&create_time_end=' + create_time_end + '&landmark=' + landmark + '&house_id=' + house_id + '&district_id=' + district_id + '&store_id=' + store_id + '&name=' + name + '&phone=' + phone); window.open('/index/getPerformanceInfoExcel?' + 'shop_type=' + shop_type + '&trade_type=' + trade_type + '&create_time_start=' + create_time_start + '&create_time_end=' + create_time_end + '&landmark=' + landmark + '&house_id=' + house_id + '&district_id=' + district_id + '&store_id=' + store_id + '&name=' + name + '&phone=' + phone);
}, },
//获取一级审核,二级审核,三级审核,结单数据列表共用的方法 //获取一级审核,二级审核,三级审核,结单数据列表共用的方法
getList: function(pageNo){ getList: function(pageNo){
var params = { var params = {
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
[%= it[item]["shop_area_start"] %] [%= it[item]["shop_area_start"] %]
[% } %] [% } %]
</td> </td>
<td>[%= it[item]['industry_type'] %]</td> <td width="15%">[%= it[item]['industry_type'] %]</td>
<td>[%= it[item]['create_time'] %]</td> <td width="10%">[%= it[item]['create_time'] %]</td>
<td> <td>
[% if(it[item]["residue_num"] == 0) { %] [% if(it[item]["residue_num"] == 0) { %]
已租 已租
......
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