Commit b85d6604 authored by agping's avatar agping

bug修改

parent 5697ae28
...@@ -207,6 +207,8 @@ ...@@ -207,6 +207,8 @@
<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>
<tbody class="text-center" id="maid_new_table_list"> <tbody class="text-center" id="maid_new_table_list">
......
...@@ -207,6 +207,8 @@ ...@@ -207,6 +207,8 @@
<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>
<tbody class="text-center" id="maid_new_table_list"> <tbody class="text-center" id="maid_new_table_list">
......
...@@ -124,11 +124,14 @@ html{ ...@@ -124,11 +124,14 @@ html{
.call-btn-area>div#call_btn_cancel{ .call-btn-area>div#call_btn_cancel{
background-color: white; background-color: white;
color: #FF9419; color: #FF9419;
cursor: pointer;
} }
.call-btn-area>div#call_btn_ok{ .call-btn-area>div#call_btn_ok{
background-color: #FF9419; background-color: #FF9419;
color: white; color: white;
margin-left: .3rem; margin-left: .3rem;
cursor: pointer;
} }
.call-btn-area>div#call_btn_ok_temp{ .call-btn-area>div#call_btn_ok_temp{
background-color: #ccc; background-color: #ccc;
......
...@@ -283,6 +283,9 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c ...@@ -283,6 +283,9 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
console.log(user.user_id); console.log(user.user_id);
if(user.user_id== 'null'){ if(user.user_id== 'null'){
alert('当前用户不存在'); alert('当前用户不存在');
$('.user_call').hide();
}else{
$('.user_call').show();
} }
$('.call-user-five').html(''); $('.call-user-five').html('');
$('.detail-modal-body-sec-2').show(); $('.detail-modal-body-sec-2').show();
......
define(['doT', 'text!temp/commission_template_tpl.html', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', 'css!style/report_list.css', 'ckfinder', 'ckfinderStart', 'pagination', 'bootstrapJs'], function(doT, template, template_tax, template_maid, template_maid_sub1) { define(['doT', 'text!temp/commission_template_tpl.html', 'text!temp/reportList_no_edit_template_tpl.html', 'css!style/home.css', 'css!style/report_list.css', 'ckfinder', 'ckfinderStart', 'pagination', 'bootstrapJs'], function(doT, template, template_tax) {
bargain = { bargain = {
pageNo: 1, pageNo: 1,
/*第几页*/ /*第几页*/
...@@ -13,7 +13,7 @@ define(['doT', 'text!temp/commission_template_tpl.html', 'text!temp/reportList_t ...@@ -13,7 +13,7 @@ define(['doT', 'text!temp/commission_template_tpl.html', 'text!temp/reportList_t
maidTotalCommission: 0,//应收总佣金 maidTotalCommission: 0,//应收总佣金
init: function() { init: function() {
//初始化dot //初始化dot
$(document.body).append(template + template_tax + template_maid + template_maid_sub1); $(document.body).append(template + template_tax);
bargain.getList(1); bargain.getList(1);
bargain.event(); bargain.event();
}, },
......
define(['doT','text!temp/tax_template_tpl.html', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', 'css!style/report_list.css', 'ckfinder', 'ckfinderStart', 'pagination', 'bootstrapJs'], function(doT, template, template_tax, template_maid, template_maid_sub1) { define(['doT','text!temp/tax_template_tpl.html', 'text!temp/reportList_no_edit_template_tpl.html', 'css!style/home.css', 'css!style/report_list.css', 'ckfinder', 'ckfinderStart', 'pagination', 'bootstrapJs'], function(doT, template, template_tax) {
bargain = { bargain = {
pageNo: 1, pageNo: 1,
/*第几页*/ /*第几页*/
...@@ -13,7 +13,7 @@ define(['doT','text!temp/tax_template_tpl.html', 'text!temp/reportList_template_ ...@@ -13,7 +13,7 @@ define(['doT','text!temp/tax_template_tpl.html', 'text!temp/reportList_template_
maidTotalCommission: 0,//应收总佣金 maidTotalCommission: 0,//应收总佣金
init: function() { init: function() {
//初始化dot //初始化dot
$(document.body).append(template + template_tax + template_maid + template_maid_sub1); $(document.body).append(template + template_tax);
bargain.getList(1); bargain.getList(1);
bargain.event(); bargain.event();
}, },
......
<script id="financeUpdateLog_list_tpl" type="text/template"> <script id="financeUpdateLog_list_tpl" type="text/template">
[% if(it) { %] [% if(it[0]) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr> <tr>
<td width="15%">[%= it[item]['create_time'] %]</td> <td width="15%">[%= it[item]['create_time'] %]</td>
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
<td>[%= it[item]['internal_address'] %]</td> <td>[%= it[item]['internal_address'] %]</td>
<td>[%= it[item]['house_number'] %]</td> <td>[%= it[item]['house_number'] %]</td>
<td>[%= it[item]['fee'] %]</td> <td>[%= it[item]['fee'] %]</td>
<td> <td>
<a class="btn1 btn-info details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a> <a class="btn1 btn-info details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
<a class="btn1 btn-info timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["id"] %]'>时间轴</a> <a class="btn1 btn-info timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["id"] %]'>时间轴</a>
......
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