Commit 225187f3 authored by agping's avatar agping

bug

parent 43eff12e
......@@ -101,7 +101,7 @@
<tr>
<td colspan="12">
<form id="form_search">
<span class="fore-span ld-Marheight">收款时间:</span>
<span class="fore-span ld-Marheight">修改时间:</span>
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="create_time" name="" type="date">
<span class="fore-span ld-Marheight">-</span>
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="end_time" name="" type="date">
......
......@@ -470,7 +470,7 @@
<div href="#modal_date_select" data-toggle="modal">打开收佣日期选择框(默认隐藏)</div>
<a class="btn btn-primary maid_ok_btn">确认分佣</a>
<a id="maid_save_btn" class="btn btn-primary" data-toggle="modal">保存</a>
<a class="btn btn-success envelope-list" href="#modal-envelope" data-toggle="modal">红包提现</a>
<!--<a class="btn btn-success envelope-list" href="#modal-envelope" data-toggle="modal">红包提现</a>-->
</div>
<!--分佣提成-->
</div>
......
......@@ -109,7 +109,7 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
let _thisV = this;
$.ajax({
'type': 'GET',
'url': isOfficeUrl,
'url': '/office_index/getTallAge',
data: {
'bargain_id': order_id
},
......
......@@ -228,7 +228,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
receiv.bargain_id_open=$(this).attr("data-bargain_id");
receiv.order_id_open=$(this).attr("data-order_id");
receiv.house_id_open=$(this).attr("data-house_id");
receiv.house_address_open=$(this).attr("data-house_address");
receiv.house_address_open=$(this).attr("data-address");
$('.remark-financial-open').val(''); //置空还有备注
$('.result-du-open').remove(); //置空开业图片
$('.type-financial-open').val(''); //置空开业类型
......
......@@ -945,7 +945,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
"user_id": user.user_id,
"type": type,
"entrust_type": user.entrustType,
// "site_id": $('.user_city_list').val(),
"site_id": $('.user_city_list').val(),
},
dataType: 'json',
......@@ -1496,7 +1496,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
"page_no": user.pageNoUser,
"page_size": 30,
"entrust_type": user.entrustType,
// "site_id": $('.user_city_list').val(),
"site_id": $('.user_city_list').val(),
},
dataType: 'json',
......@@ -1558,7 +1558,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
"page_no": user.pageNoUser,
"page_size": 30,
"entrust_type": user.entrustType,
// "site_id": $('.user_city_list').val(),
"site_id": $('.user_city_list').val(),
},
dataType: 'json',
......
......@@ -17,7 +17,7 @@
[% for(var item in it){ %]
<tr data-id="[%= it[item]['district_id'] %]">
<td class="text-center">[%= it[item]['id'] %]</td>
<td class="text-center">[%= sw3(it[item]['site_id']) %]</td>
<td class="text-center">[%= switchFeeSiteId(it[item]['site_id']) %]</td>
<td class="text-center">[%= sw2(it[item]['level']) %]</td>
<td class="text-center">[%= sw(it[item]['position']) %]</td>
<td class="text-center">[%= it[item]['store_name'] %]</td>
......
......@@ -41,7 +41,7 @@
[% if(it[item]["type_num"] == 92 || it[item]["type_num"] == 91) { %]
[% if(it[item]["is_check"] == 0) { %]
<a class="btn1 btn-success apply-open is-show-open" href="#modal_open" data-pay_log_id="[%= it[item]['id'] %]" data-report_id="[%= it[item]['report_id'] %]" data-bargain_id="[%= it[item]['bargain_id'] %]" data-order_id="[%= it[item]['order_id'] %]" data-house_id="[%= it[item]['house_id'] %]" data-address="[%= it[item]['house_address'] %]" data-toggle="modal">申请开业</a>
<a class="btn1 btn-success apply-open is-show-open" href="#modal_open" data-pay_log_id="[%= it[item]['id'] %]" data-report_id="[%= it[item]['report_id'] %]" data-bargain_id="[%= it[item]['bargain_id'] %]" data-order_id="[%= it[item]['order_id'] %]" data-house_id="[%= it[item]['house_id'] %]" data-address="[%= it[item]['address'] %]" data-toggle="modal">申请开业</a>
[% } %]
[% if(it[item]["is_check"] == 1) { %]
......
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