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
9f760b9b
Commit
9f760b9b
authored
Sep 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5ba9dc11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
user_genjing_modal.html
application/index/view/member/user_genjing_modal.html
+2
-1
getCollectionShop.js
public/resource/js/getCollectionShop.js
+14
-2
No files found.
application/index/view/member/user_genjing_modal.html
View file @
9f760b9b
...
@@ -823,7 +823,8 @@
...
@@ -823,7 +823,8 @@
<input
type=
"text"
value=
" "
class=
"form_datetime form-control btn6-yuedaikan ld-Marheight"
id=
"look_shop_date"
readonly=
"readonly"
>
<input
type=
"text"
value=
" "
class=
"form_datetime form-control btn6-yuedaikan ld-Marheight"
id=
"look_shop_date"
readonly=
"readonly"
>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
<div
class=
"ld-Marheight"
style=
"color: #FF8018;font-size: 14px;"
>
<div
class=
"ld-Marheight"
style=
"color: #FF8018;font-size: 14px;"
>
注:从提交时间到预计到场时间,除了提交约带看的经纪人,其他 经纪人都不能联系客户!
<!--注:从提交时间到预计到场时间,除了提交约带看的经纪人,其他 经纪人都不能联系客户!-->
注:预计到场时间当天0点到预计到场时间后的2小时,除了提交约带看的经纪人,其他经纪人都不能联系客户(包括关联客户)!
</div>
</div>
<div
class=
"textarea-con ld-Marheight"
>
<div
class=
"textarea-con ld-Marheight"
>
<span
class=
"fore-span"
>
备注:
</span>
<span
class=
"fore-span"
>
备注:
</span>
...
...
public/resource/js/getCollectionShop.js
View file @
9f760b9b
...
@@ -1264,7 +1264,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -1264,7 +1264,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
};
};
if
(
$
(
'#change_type'
).
val
()
==
91
){
if
(
$
(
'#change_type'
).
val
()
==
91
){
params
.
type_ext
=
$
(
'#agency_fees_type'
).
val
();
params
.
type_ext
=
$
(
'#agency_fees_type'
).
val
();
params
.
be_charged_party
=
$
(
'#charge_side'
).
val
();
if
(
$
(
'#charge_side'
).
val
()){
params
.
be_charged_party
=
$
(
'#charge_side'
).
val
();
}
else
{
alert
(
'收取方必填'
);
return
;
}
}
}
//拼接jsonArray to jsonObject
//拼接jsonArray to jsonObject
...
@@ -1426,7 +1432,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -1426,7 +1432,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
//判断是否是 案场费
//判断是否是 案场费
if
(
$
(
'#intoType'
).
val
()
==
91
){
if
(
$
(
'#intoType'
).
val
()
==
91
){
params
.
type_ext
=
$
(
'#agency_fees_type_text'
).
val
();
params
.
type_ext
=
$
(
'#agency_fees_type_text'
).
val
();
params
.
be_charged_party
=
$
(
'#charge_side_detail'
).
val
();
//收款详情 中介费 新增收取方
if
(
$
(
'#charge_side_detail'
).
val
()){
params
.
be_charged_party
=
$
(
'#charge_side_detail'
).
val
();
//收款详情 中介费 新增收取方
}
else
{
alert
(
'收取方必填'
);
return
;
}
};
};
//判断是否是 案场费 中介费
//判断是否是 案场费 中介费
if
(
$
(
'#intoType'
).
val
()
==
92
||
$
(
'#intoType'
).
val
()
==
91
){
if
(
$
(
'#intoType'
).
val
()
==
92
||
$
(
'#intoType'
).
val
()
==
91
){
...
...
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