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
432bfd0f
Commit
432bfd0f
authored
Aug 28, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
是否独家
parent
922d90b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
houseList.html
application/index/view/houses/houseList.html
+1
-1
houseList.js
public/resource/js/houseList.js
+3
-3
No files found.
application/index/view/houses/houseList.html
View file @
432bfd0f
...
@@ -322,7 +322,7 @@
...
@@ -322,7 +322,7 @@
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<form
class=
"form-horizontal"
>
<form
class=
"form-horizontal"
>
<div
class=
"form-group is_dujia"
>
<div
class=
"form-group is_dujia
_select
"
>
<label
class=
"col-sm-3 control-label"
>
是否独家:
</label>
<label
class=
"col-sm-3 control-label"
>
是否独家:
</label>
<select
class=
"form-control btn6"
id=
"sel_dujia"
disabled
>
<select
class=
"form-control btn6"
id=
"sel_dujia"
disabled
>
<option
value=
"null"
class=
"successModel"
>
请选择
</option>
<option
value=
"null"
class=
"successModel"
>
请选择
</option>
...
...
public/resource/js/houseList.js
View file @
432bfd0f
...
@@ -506,14 +506,14 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -506,14 +506,14 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
$
(
'.J_preview'
).
preview
();
//放大图片
$
(
'.J_preview'
).
preview
();
//放大图片
if
(
check_auth
(
'index/editExclusive'
))
{
if
(
check_auth
(
'index/editExclusive'
))
{
$
(
'.is_dujia'
).
find
(
'input'
).
removeAttr
(
"readonly"
);
$
(
'.is_dujia'
).
find
(
'input'
).
removeAttr
(
"readonly"
);
$
(
'.is_dujia'
).
find
(
'select'
).
removeAttr
(
"disabled"
);
$
(
'.is_dujia
_select
'
).
find
(
'select'
).
removeAttr
(
"disabled"
);
}
else
if
(
(
business
.
name
+
'-'
+
business
.
phone
)
===
data
.
data
.
name
)
{
}
else
if
(
(
business
.
name
+
'-'
+
business
.
phone
)
===
data
.
data
.
name
)
{
$
(
'.is_dujia'
).
find
(
'input'
).
removeAttr
(
"readonly"
);
$
(
'.is_dujia'
).
find
(
'input'
).
removeAttr
(
"readonly"
);
$
(
'.is_dujia'
).
find
(
'select'
).
removeAttr
(
"disabled"
);
$
(
'.is_dujia
_select
'
).
find
(
'select'
).
removeAttr
(
"disabled"
);
}
else
{
}
else
{
//$('.is_dujia').find('input').removeAttr("readonly");
//$('.is_dujia').find('input').removeAttr("readonly");
$
(
'.is_dujia'
).
find
(
'input'
).
attr
(
"readonly"
,
"readonly"
);
$
(
'.is_dujia'
).
find
(
'input'
).
attr
(
"readonly"
,
"readonly"
);
$
(
'.is_dujia'
).
find
(
'select'
).
attr
(
"disabled"
,
"disabled"
);
$
(
'.is_dujia
_select
'
).
find
(
'select'
).
attr
(
"disabled"
,
"disabled"
);
}
}
}
}
}
else
{
}
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