Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
c41bde8b
Commit
c41bde8b
authored
Jun 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑日志
parent
41de65be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
officeBuildingList.html
application/index/view/office_room/officeBuildingList.html
+3
-2
officeBuildingList.js
public/resource/js/officeBuildingList.js
+5
-5
No files found.
application/index/view/office_room/officeBuildingList.html
View file @
c41bde8b
...
...
@@ -650,7 +650,7 @@
</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">
<thead>
<tr>
...
...
@@ -661,7 +661,7 @@
</thead>
<tbody class="text-center" id="caozuo_table_log">
</table>
</div>
</div>
-->
<!--编辑日志-->
<div
class=
"detail-modal-body-sec iframe-shop-detail-scroll"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
...
...
@@ -675,6 +675,7 @@
<tbody
class=
"text-center"
id=
"caozuo_table_edit"
>
</table>
</div>
<div
class=
"detail-modal-body-sec iframe-shop-detail-scroll"
>
<table>
<tbody
class=
"text-center"
id=
"shop-details-video"
>
...
...
public/resource/js/officeBuildingList.js
View file @
c41bde8b
...
...
@@ -498,11 +498,11 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
business
.
Caozuo
();
};
// if(business.detailTabIndex == 3){
// business.Caozuolog();
//
// };
if
(
business
.
detailTabIndex
==
3
){
business
.
Caozuolog
();
};
if
(
business
.
detailTabIndex
==
4
){
business
.
Caozuoedit
();
};
if
(
business
.
detailTabIndex
==
5
){
//商铺视频
...
...
@@ -1069,7 +1069,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
var
caozuo_table
=
""
;
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/getEditLog'
,
//获取操作记录
'url'
:
'/
office_
index/getEditLog'
,
//获取操作记录
data
:
{
"house_id"
:
business
.
house_id
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment