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
dc28b420
Commit
dc28b420
authored
Sep 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收取方修改
parent
4c07ac2c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
2 deletions
+16
-2
daily_details.html
application/index/view/finance/daily_details.html
+1
-1
getCollectionShop.html
application/index/view/officeBuilding/getCollectionShop.html
+1
-1
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+10
-0
getCollectionShop.js
public/resource/js/getCollectionShop.js
+4
-0
No files found.
application/index/view/finance/daily_details.html
View file @
dc28b420
...
...
@@ -1900,7 +1900,7 @@
</div>
</div>
<!--新增中介费 类型 之前已收佣-->
<div
class=
"col-xs-6"
id=
"agency_fees_type_div"
>
<div
class=
"col-xs-6"
id=
"agency_fees_type_div
1
"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
中介费类型:
</span></strong>
<div
class=
"col-xs-6"
>
...
...
application/index/view/officeBuilding/getCollectionShop.html
View file @
dc28b420
...
...
@@ -552,7 +552,7 @@
</div>
</div>
<!--中介费类型 显示 被收取方-->
<div
class=
"col-xs-6"
id=
"agency_fees_type_div"
>
<div
class=
"col-xs-6"
id=
"agency_fees_type_div
1
"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
被收取方:
</span></strong>
<div
class=
"col-xs-6"
>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
dc28b420
...
...
@@ -709,6 +709,12 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
});
$
(
'#change_type'
).
change
(
function
(
e
){
//中介费类型显示 隐藏 中介费
// if($('#change_type').val() == 91){
// $('#agency_fees_type_div').show();
// }else{
// $('#agency_fees_type_div').hide();
// };
var
val
=
$
(
'#change_type option:selected'
).
text
();
that
.
change_show_hide
(
val
);
});
...
...
@@ -888,8 +894,12 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
//中介费类型显示 隐藏 中介费
if
(
$
(
'#change_type'
).
val
()
==
91
){
$
(
'#agency_fees_type_div'
).
show
();
$
(
'#agency_fees_type_div1'
).
show
();
}
else
{
$
(
'#agency_fees_type_div'
).
hide
();
$
(
'#agency_fees_type_div1'
).
hide
();
};
//之前收佣 显示隐藏 中介费 案场费
if
(
$
(
'#change_type'
).
val
()
==
91
||
$
(
'#change_type'
).
val
()
==
92
){
...
...
public/resource/js/getCollectionShop.js
View file @
dc28b420
...
...
@@ -308,8 +308,12 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
//中介费类型显示 隐藏 中介费
if
(
$
(
'#change_type'
).
val
()
==
91
){
$
(
'#agency_fees_type_div'
).
show
();
$
(
'#agency_fees_type_div1'
).
show
();
//被收取方
}
else
{
$
(
'#agency_fees_type_div'
).
hide
();
$
(
'#agency_fees_type_div1'
).
hide
();
};
//之前收佣 显示隐藏 中介费 案场费
if
(
$
(
'#change_type'
).
val
()
==
91
||
$
(
'#change_type'
).
val
()
==
92
){
...
...
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