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
0dbd49ae
Commit
0dbd49ae
authored
Jun 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cef80fe2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
account_statement_office.html
...n/index/view/officeBuilding/account_statement_office.html
+3
-3
inspectionRecordAllOffice.js
public/resource/js/inspectionRecordAllOffice.js
+1
-1
reportListOffice.js
public/resource/js/reportListOffice.js
+1
-1
No files found.
application/index/view/officeBuilding/account_statement_office.html
View file @
0dbd49ae
...
...
@@ -316,11 +316,11 @@
<span>
成交报告ID:
</span>
<span
id=
"bargaininfo_id_span"
></span>
<br
/>
<span>
商铺类型:
</span>
<
!--<
span>商铺类型:</span>
<span id="bargaininfo_shop_type"></span>
<br
/>
<br />
-->
<span>
商铺
地址:
</span><span
id=
"bargaininfo_internal_address"
></span>
<span>
楼盘
地址:
</span><span
id=
"bargaininfo_internal_address"
></span>
<a
class=
"btn1 bargain-detail-shop btn-info"
href=
"#modal_shop_detail"
data-toggle=
"modal"
>
商铺
</a>
<!--<button type="button" class="bargain-detail-shop btn-info btn btn-sm">商铺</button>-->
<br>
...
...
public/resource/js/inspectionRecordAllOffice.js
View file @
0dbd49ae
...
...
@@ -82,7 +82,7 @@ define(['doT', 'text!temp/inspectionRecordAllOffice_list_template_tpl.html', 'cs
record
.
record_id
=
$
(
this
).
attr
(
"data-id"
);
e
.
preventDefault
();
e
.
stopPropagation
();
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
record
.
record_id
+
'&type=2'
);
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc
_office
?order_id='
+
record
.
record_id
+
'&type=2'
);
});
...
...
public/resource/js/reportListOffice.js
View file @
0dbd49ae
...
...
@@ -2441,7 +2441,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
var
params
=
{
'pay_id'
:
id
};
$
.
pos
t
(
'/office_index/getCollectionDetail'
,
params
,
function
(
data
){
$
.
ge
t
(
'/office_index/getCollectionDetail'
,
params
,
function
(
data
){
if
(
data
.
code
==
200
)
{
that
.
getValueFunction
(
data
.
data
);
}
else
{
...
...
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