Commit c41bde8b authored by agping's avatar agping

编辑日志

parent 41de65be
...@@ -650,7 +650,7 @@ ...@@ -650,7 +650,7 @@
</div> </div>
<!--查看日志--> <!--查看日志-->
<div class="detail-modal-body-sec iframe-shop-detail-scroll"> <!--<div class="detail-modal-body-sec iframe-shop-detail-scroll">
<table class="table table-striped table-bordered table-hover table-condensed"> <table class="table table-striped table-bordered table-hover table-condensed">
<thead> <thead>
<tr> <tr>
...@@ -661,7 +661,7 @@ ...@@ -661,7 +661,7 @@
</thead> </thead>
<tbody class="text-center" id="caozuo_table_log"> <tbody class="text-center" id="caozuo_table_log">
</table> </table>
</div> </div>-->
<!--编辑日志--> <!--编辑日志-->
<div class="detail-modal-body-sec iframe-shop-detail-scroll"> <div class="detail-modal-body-sec iframe-shop-detail-scroll">
<table class="table table-striped table-bordered table-hover table-condensed"> <table class="table table-striped table-bordered table-hover table-condensed">
...@@ -675,6 +675,7 @@ ...@@ -675,6 +675,7 @@
<tbody class="text-center" id="caozuo_table_edit"> <tbody class="text-center" id="caozuo_table_edit">
</table> </table>
</div> </div>
<div class="detail-modal-body-sec iframe-shop-detail-scroll"> <div class="detail-modal-body-sec iframe-shop-detail-scroll">
<table> <table>
<tbody class="text-center" id="shop-details-video"> <tbody class="text-center" id="shop-details-video">
......
...@@ -498,11 +498,11 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho ...@@ -498,11 +498,11 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
business.Caozuo(); business.Caozuo();
}; };
// if(business.detailTabIndex == 3){
// business.Caozuolog();
//
// };
if(business.detailTabIndex == 3){ if(business.detailTabIndex == 3){
business.Caozuolog();
};
if(business.detailTabIndex == 4){
business.Caozuoedit(); business.Caozuoedit();
}; };
if(business.detailTabIndex == 5){//商铺视频 if(business.detailTabIndex == 5){//商铺视频
...@@ -1069,7 +1069,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho ...@@ -1069,7 +1069,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
var caozuo_table = ""; var caozuo_table = "";
$.ajax({ $.ajax({
'type': 'GET', 'type': 'GET',
'url': '/index/getEditLog', //获取操作记录 'url': '/office_index/getEditLog', //获取操作记录
data: { data: {
"house_id": business.house_id "house_id": business.house_id
}, },
......
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