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
809d9f03
Commit
809d9f03
authored
Sep 16, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收佣金 中介费
parent
b4aee877
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
account_statement_shop.html
...ion/index/view/officeBuilding/account_statement_shop.html
+6
-0
reportListShop.js
public/resource/js/reportListShop.js
+4
-0
No files found.
application/index/view/officeBuilding/account_statement_shop.html
View file @
809d9f03
...
@@ -1470,6 +1470,12 @@
...
@@ -1470,6 +1470,12 @@
<span
class=
"fee-more-zhongjie"
>
66666元
</span>
<span
class=
"fee-more-zhongjie"
>
66666元
</span>
</td>
</td>
<td>
<td>
<span
class=
"span-width-90"
>
被收取方:
</span>
<select
class=
""
id=
"charge_side"
>
<option
class=
""
value=
""
>
请选择
</option>
<option
class=
""
value=
"1"
>
房东
</option>
<option
class=
""
value=
"2"
>
客户
</option>
</select>
</td>
</td>
</tr>
</tr>
<!--中介费-->
<!--中介费-->
...
...
public/resource/js/reportListShop.js
View file @
809d9f03
...
@@ -976,12 +976,15 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
...
@@ -976,12 +976,15 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
if
(
$
(
'.commission-pay-type'
).
val
()
==
91
){
if
(
$
(
'.commission-pay-type'
).
val
()
==
91
){
params
.
type_ext
=
$
(
'.fee-type-zhongjie'
).
val
();
//中介费类型
params
.
type_ext
=
$
(
'.fee-type-zhongjie'
).
val
();
//中介费类型
params
.
is_dividend
=
$
(
'.commission-type-zhongjie'
).
val
();
//是否分红
params
.
is_dividend
=
$
(
'.commission-type-zhongjie'
).
val
();
//是否分红
}
else
{
}
else
{
params
.
is_dividend
=
$
(
'.commission-type-anchang'
).
val
();
//是否分红
params
.
is_dividend
=
$
(
'.commission-type-anchang'
).
val
();
//是否分红
}
}
//中介费类型
//中介费类型
if
(
$
(
'.commission-type'
).
val
()
==
91
){
if
(
$
(
'.commission-type'
).
val
()
==
91
){
params
.
is_open
=
$
(
'.shop-is-open'
).
val
();
//是否开业
params
.
is_open
=
$
(
'.shop-is-open'
).
val
();
//是否开业
params
.
be_charged_party
=
$
(
'#charge_side'
).
val
();
//被收取方
}
else
{
}
else
{
params
.
is_open
=
$
(
'.shop-is-open-anchang'
).
val
();
//是否开业
params
.
is_open
=
$
(
'.shop-is-open-anchang'
).
val
();
//是否开业
}
}
...
@@ -1084,6 +1087,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
...
@@ -1084,6 +1087,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
$
(
'.fee-more-zhongjie'
).
html
(
0
);
//多收金额
$
(
'.fee-more-zhongjie'
).
html
(
0
);
//多收金额
$
(
'.shop-is-open'
).
val
(
3
);
//是否开业
$
(
'.shop-is-open'
).
val
(
3
);
//是否开业
$
(
'.shop-is-open-anchang'
).
val
(
3
);
//是否开业
$
(
'.shop-is-open-anchang'
).
val
(
3
);
//是否开业
$
(
'#charge_side'
).
val
(
""
);
//被收取方
bargain
.
getNum
();
bargain
.
getNum
();
bargain
.
getRole
();
bargain
.
getRole
();
...
...
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