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
d1bd59b9
Commit
d1bd59b9
authored
Sep 16, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整 被收取方
parent
809d9f03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
getCollectionShop.html
application/index/view/officeBuilding/getCollectionShop.html
+13
-0
getCollectionShop.js
public/resource/js/getCollectionShop.js
+3
-1
No files found.
application/index/view/officeBuilding/getCollectionShop.html
View file @
d1bd59b9
...
@@ -551,6 +551,19 @@
...
@@ -551,6 +551,19 @@
</div>
</div>
</div>
</div>
</div>
</div>
<!--中介费类型 显示 被收取方-->
<div
class=
"col-xs-6"
id=
"agency_fees_type_div"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
被收取方:
</span></strong>
<div
class=
"col-xs-6"
>
<select
class=
"form-control"
id=
"charge_side"
>
<option
class=
""
value=
""
>
请选择
</option>
<option
class=
""
value=
"1"
>
房东
</option>
<option
class=
""
value=
"2"
>
客户
</option>
</select>
</div>
</div>
</div>
<div
class=
"col-xs-6"
id=
"before_commission_div"
>
<div
class=
"col-xs-6"
id=
"before_commission_div"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
之前已收佣(元):
</span></strong>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
之前已收佣(元):
</span></strong>
...
...
public/resource/js/getCollectionShop.js
View file @
d1bd59b9
...
@@ -631,7 +631,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -631,7 +631,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$
(
"#modal-back"
).
on
(
"hidden.bs.modal"
,
function
(
event
){
$
(
"#modal-back"
).
on
(
"hidden.bs.modal"
,
function
(
event
){
$
(
'#before_commission'
).
val
(
"0"
);
//调整页面 之前已收佣 0
$
(
'#before_commission'
).
val
(
"0"
);
//调整页面 之前已收佣 0
$
(
'#agency_fees_type'
).
val
(
"0"
);
//调整页面 中介费 0
$
(
'#agency_fees_type'
).
val
(
"0"
);
//调整页面 中介费 0
$
(
'#charge_side'
).
val
(
""
);
//调整页面 中介费 被收取方 空
$
(
'#change_price'
).
val
(
"0"
);
$
(
'#change_price'
).
val
(
"0"
);
$
(
'#report_id_change'
).
val
(
""
);
$
(
'#report_id_change'
).
val
(
""
);
$
(
'#into_id_change'
).
val
(
""
);
$
(
'#into_id_change'
).
val
(
""
);
...
@@ -1264,6 +1264,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -1264,6 +1264,8 @@ 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
();
}
}
//拼接jsonArray to jsonObject
//拼接jsonArray to jsonObject
if
(
$
(
'#change_price'
).
val
()){
//调整金额
if
(
$
(
'#change_price'
).
val
()){
//调整金额
...
...
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