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
a5f71958
Commit
a5f71958
authored
Jun 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
96f635f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
officeReportDetails.vue
...pnew/src/components/reportDetails/officeReportDetails.vue
+2
-2
officeBuildingList.js
public/resource/js/officeBuildingList.js
+4
-4
office_building_list_template_tpl.html
.../resource/template/office_building_list_template_tpl.html
+1
-3
No files found.
public/appnew/src/components/reportDetails/officeReportDetails.vue
View file @
a5f71958
...
...
@@ -377,7 +377,7 @@
let
that
=
this
;
that
.
axios
({
method
:
'get'
,
url
:
'
broker
/collectionListByBargainId'
,
url
:
'
office
/collectionListByBargainId'
,
responseType
:
'json'
,
data
:
{
bargain_id
:
that
.
bargain_id
,
...
...
@@ -398,7 +398,7 @@
let
_this
=
this
;
_this
.
axios
({
method
:
'get'
,
url
:
'
broker
/bargainDetail'
,
url
:
'
office
/bargainDetail'
,
responseType
:
'json'
,
data
:
{
bargain_id
:
_this
.
bargain_id
,
...
...
public/resource/js/officeBuildingList.js
View file @
a5f71958
...
...
@@ -846,7 +846,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
$
(
"#modal-dujia"
).
removeClass
(
"yz"
);
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/getExclusive'
,
'url'
:
'/
office_
index/getExclusive'
,
data
:
{
"houses_id"
:
business
.
house_id
},
...
...
@@ -964,12 +964,12 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
var
url
=
""
;
if
(
business
.
is_exclusive_type
==
0
){
if
(
business
.
auth_edit_exclusive
==
0
)
{
url
=
"/index/editExclusive"
url
=
"/
office_
index/editExclusive"
}
else
{
url
=
"/index/addExclusive"
url
=
"/
office_
index/addExclusive"
}
}
else
if
(
business
.
is_exclusive_type
==
1
){
url
=
"/index/editExclusive"
url
=
"/
office_
index/editExclusive"
}
else
{
// nothing to do ;
}
...
...
public/resource/template/office_building_list_template_tpl.html
View file @
a5f71958
...
...
@@ -115,9 +115,7 @@
[
%
}
%
]
[
%
if
(
it
[
item
][
"is_can_edit_only_contract"
]
==
0
)
{
%
]
<!--<
a
class
=
"btn1 btn-success dujia btn-default-hide-display"
href
=
"#modal-dujia"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
exclusive
=
'[%= it[item]["auth_edit_exclusive"] %]'
>
是否独家
<
/a
>
-->
[
%
}
%
]
<
a
class
=
"btn1 btn-success dujia btn-default-hide-display"
href
=
"#modal-dujia"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
exclusive
=
'[%= it[item]["auth_edit_exclusive"] %]'
>
是否独家
<
/a
>
<!--
[
%
if
(
check_auth
(
'index/houseDel'
))
{
%
]
-->
[
%
if
((
it
[
item
][
"status"
]
!=
3
)){
%
]
...
...
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