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
dbc0536f
Commit
dbc0536f
authored
Aug 03, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文字修改
parent
1ec20015
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
edit.html
application/index/view/houses/edit.html
+2
-2
shop_detail_pc.js
public/app/js/shop_detail_pc.js
+1
-1
shop_edit.js
public/resource/js/shop_edit.js
+2
-2
No files found.
application/index/view/houses/edit.html
View file @
dbc0536f
...
...
@@ -347,8 +347,8 @@
<option
value=
"11"
>
11
</option>
<option
value=
"12"
>
12
</option>
</select>
<span>
压
</span>
<select
class=
"form-control"
name=
"guizeYa"
id=
"guizeYa"
data-alert=
"请选择付款规则
压
多少"
>
<span>
押
</span>
<select
class=
"form-control"
name=
"guizeYa"
id=
"guizeYa"
data-alert=
"请选择付款规则
押
多少"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
1
</option>
<option
value=
"2"
>
2
</option>
...
...
public/app/js/shop_detail_pc.js
View file @
dbc0536f
...
...
@@ -56,7 +56,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
},
signRule
()
{
let
_this
=
this
;
return
'付'
+
_this
.
d
.
payment_month
+
'
压
'
+
_this
.
d
.
deposit_month
+
' '
+
_this
.
d
.
age_limit
+
'年'
;
return
'付'
+
_this
.
d
.
payment_month
+
'
押
'
+
_this
.
d
.
deposit_month
+
' '
+
_this
.
d
.
age_limit
+
'年'
;
},
//点击拨打,调用隐号接口
callHide
(
t
)
{
...
...
public/resource/js/shop_edit.js
View file @
dbc0536f
...
...
@@ -53,7 +53,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_hasGasObj
=
$
(
'#hasGas'
),
//是否有燃气
_yongjinRuleObj
=
$
(
'#yongjinRule'
),
//佣金规则
_guizeFuObj
=
$
(
'#guizeFu'
),
//签约规则,付
_guizeYaObj
=
$
(
'#guizeYa'
),
//签约规则,
压
_guizeYaObj
=
$
(
'#guizeYa'
),
//签约规则,
押
_qianyueNianxianObj
=
$
(
'#qianyueNianxian'
),
//签约年限
_internalYoushiObj
=
$
(
'#internalYoushi'
),
//对内项目优势
_foreignYoushiObj
=
$
(
'#foreignYoushi'
),
//对外项目优势
...
...
@@ -279,7 +279,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_yongjinRuleObj
.
val
(
_data
[
'fee_rule'
]);
//佣金规则
_internalYoushiObj
.
val
(
_data
[
'internal_item_advantage'
]);
//对内项目优势
_guizeFuObj
.
val
(
_data
[
'payment_month'
]);
//签约规则,付
_guizeYaObj
.
val
(
_data
[
'deposit_month'
]);
//签约规则,
压
_guizeYaObj
.
val
(
_data
[
'deposit_month'
]);
//签约规则,
押
_qianyueNianxianObj
.
val
(
_data
[
'age_limit'
]);
//签约年限
_weilouLinkObj
.
val
(
_data
[
'tiny_brochure_url'
]);
//微楼书
...
...
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