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
a06cb292
Commit
a06cb292
authored
Aug 02, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化2
parent
e6683747
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
shop_edit.js
public/resource/js/shop_edit.js
+3
-3
No files found.
public/resource/js/shop_edit.js
View file @
a06cb292
...
@@ -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
_zujinTypeObj
=
$
(
'#zujinType'
),
//租金模式
_zujinTypeObj
=
$
(
'#zujinType'
),
//租金模式
_moonPriceObj
=
$
(
'#moonPrice'
),
//月租均价
_moonPriceObj
=
$
(
'#moonPrice'
),
//月租均价
_wuyePriceObj
=
$
(
'#wuyePrice'
),
//物业管理费
_wuyePriceObj
=
$
(
'#wuyePrice'
),
//物业管理费
_jinchangPriceObj
=
$
(
'#jinchangPrice'
),
//进场费,转让费
_jinchangPriceObj
=
$
(
'#jinchangPrice'
),
//进场费,
对内
转让费
_foreignZhuanrangPriceObj
=
$
(
'#foreignZhuanrangPrice'
),
//对商户显示的转让费
_foreignZhuanrangPriceObj
=
$
(
'#foreignZhuanrangPrice'
),
//对商户显示的转让费
_foreignZhuanrangFaceObj
=
$
(
'#foreignZhuanrangFace'
),
//对商户显示的转让费面议
_foreignZhuanrangFaceObj
=
$
(
'#foreignZhuanrangFace'
),
//对商户显示的转让费面议
_roomShengyuNumObj
=
$
(
'#roomShengyuNum'
),
//剩余铺数
_roomShengyuNumObj
=
$
(
'#roomShengyuNum'
),
//剩余铺数
...
@@ -256,7 +256,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -256,7 +256,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_zujinTypeObj
.
change
();
//触发change事件
_zujinTypeObj
.
change
();
//触发change事件
_moonPriceObj
.
val
(
_data
[
'rent_price'
]);
//月租均价
_moonPriceObj
.
val
(
_data
[
'rent_price'
]);
//月租均价
_wuyePriceObj
.
val
(
_data
[
'management_fee'
]);
//物业管理费
_wuyePriceObj
.
val
(
_data
[
'management_fee'
]);
//物业管理费
_jinchangPriceObj
.
val
(
_data
[
'slotting_fee'
]);
//进场费(转让费)
_jinchangPriceObj
.
val
(
_data
[
'slotting_fee'
]);
//进场费(
对内
转让费)
_roomShengyuNumObj
.
val
(
_data
[
'residue_num'
]);
//剩余铺数
_roomShengyuNumObj
.
val
(
_data
[
'residue_num'
]);
//剩余铺数
_roomAllNumObj
.
val
(
_data
[
'total'
]);
//总铺数
_roomAllNumObj
.
val
(
_data
[
'total'
]);
//总铺数
_roomArea1Obj
.
val
(
_data
[
'shop_area_start'
]);
//商铺面积起始值
_roomArea1Obj
.
val
(
_data
[
'shop_area_start'
]);
//商铺面积起始值
...
@@ -800,7 +800,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -800,7 +800,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_shangpuTypeObj
.
change
(
function
()
{
_shangpuTypeObj
.
change
(
function
()
{
if
(
$
(
this
).
val
()
==
'1'
)
{
if
(
$
(
this
).
val
()
==
'1'
)
{
//街铺
//街铺
_jinchangPriceObj
.
attr
(
'data-alert'
,
'请填写
转让费!'
).
parent
().
prev
().
html
(
'
转让费'
);
_jinchangPriceObj
.
attr
(
'data-alert'
,
'请填写
对内转让费!'
).
parent
().
prev
().
html
(
'对内
转让费'
);
_roomArea1Obj
.
attr
(
'data-alert'
,
'请填写使用面积!'
).
parent
().
prev
().
html
(
'使用面积'
);
_roomArea1Obj
.
attr
(
'data-alert'
,
'请填写使用面积!'
).
parent
().
prev
().
html
(
'使用面积'
);
_businessAreaObj
.
attr
(
'data-alert'
,
'请填写建筑面积!'
).
parent
().
prev
().
html
(
'建筑面积'
);
_businessAreaObj
.
attr
(
'data-alert'
,
'请填写建筑面积!'
).
parent
().
prev
().
html
(
'建筑面积'
);
$
(
'.shangchang-show-part'
).
hide
();
$
(
'.shangchang-show-part'
).
hide
();
...
...
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