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
17599274
Commit
17599274
authored
Sep 03, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改,完成
parent
49e3c496
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
shop_edit.js
public/resource/js/shop_edit.js
+6
-1
No files found.
public/resource/js/shop_edit.js
View file @
17599274
...
@@ -27,7 +27,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -27,7 +27,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_hasGasObj
=
$
(
'#hasGas'
),
//是否有燃气
_hasGasObj
=
$
(
'#hasGas'
),
//是否有燃气
_yanguandaoObj
=
$
(
'#yanguandao'
),
//是否有烟管道
_yanguandaoObj
=
$
(
'#yanguandao'
),
//是否有烟管道
_shangshuiObj
=
$
(
'#shangshui'
),
//是否有上水
_shangshuiObj
=
$
(
'#shangshui'
),
//是否有上水
_xiashuiObj
=
$
(
'#
shang
shui'
),
//是否有下水
_xiashuiObj
=
$
(
'#
xia
shui'
),
//是否有下水
_zuhangxiuObj
=
$
(
'#zuhangxiu'
),
//交付装修状态
_zuhangxiuObj
=
$
(
'#zuhangxiu'
),
//交付装修状态
_idRunRoundObj
=
$
(
'#id_run_round'
),
//目前证照经营范围
_idRunRoundObj
=
$
(
'#id_run_round'
),
//目前证照经营范围
_roomTagObj
,
//商铺标签,初始化
_roomTagObj
,
//商铺标签,初始化
...
@@ -1064,6 +1064,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -1064,6 +1064,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
if
(
_isBreakFlag
)
{
if
(
_isBreakFlag
)
{
return
false
;
return
false
;
};
};
if
(
_idRunRoundObj
.
val
().
length
>
20
){
alert
(
"目前证照经营范围不得超过20个字符"
);
return
false
;
}
//列表页封面图验证是否上传
//列表页封面图验证是否上传
var
_liebiaoPicObj
=
_imgUploadLiebiao
.
find
(
'li>img'
);
var
_liebiaoPicObj
=
_imgUploadLiebiao
.
find
(
'li>img'
);
...
...
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