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
df2a53ef
Commit
df2a53ef
authored
Mar 13, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款详情修改
parent
66d20b97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
12 deletions
+19
-12
getCollection.html
application/index/view/finance/getCollection.html
+7
-1
getCollection.js
public/resource/js/getCollection.js
+12
-11
No files found.
application/index/view/finance/getCollection.html
View file @
df2a53ef
...
@@ -690,7 +690,13 @@
...
@@ -690,7 +690,13 @@
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-3 ld-Marheight"
>
入账类型:
</span></strong>
<strong><span
class=
"col-xs-3 ld-Marheight"
>
入账类型:
</span></strong>
<span
id=
"intoType"
class=
"col-xs-6 ld-Marheight"
>
中介费
</span>
<!--<span id="intoType" class="col-xs-6 ld-Marheight">中介费</span>-->
<select
class=
"form-control"
id=
"payType"
>
<option
value=
"10"
class=
"intention-gold-liu"
>
意向金
</option>
<option
value=
"30"
class=
"intention-gold-liu"
>
保管金
</option>
<option
value=
"91"
class=
"agency-fees-liu"
>
中介费
</option>
<option
value=
"92"
class=
"agency-fees-liu"
>
案场费
</option>
</select>
</div>
</div>
</div>
</div>
<!--收款详情 加中介费类型 之前已收佣-->
<!--收款详情 加中介费类型 之前已收佣-->
...
...
public/resource/js/getCollection.js
View file @
df2a53ef
...
@@ -1322,32 +1322,33 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -1322,32 +1322,33 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}
else
{
}
else
{
$
(
'.before_commission_hide'
).
hide
();
$
(
'.before_commission_hide'
).
hide
();
}
}
doc
.
find
(
"#intoType"
).
val
(
data
.
type
);
//收款详情 收款类型变成下拉框
if
(
data
.
type
==
10
){
if
(
data
.
type
==
10
){
doc
.
find
(
"#intoType"
).
text
(
'意向金'
);
//
doc.find("#intoType").text('意向金');
}
else
if
(
data
.
type
==
20
)
{
}
else
if
(
data
.
type
==
20
)
{
doc
.
find
(
"#intoType"
).
text
(
'定金'
);
//
doc.find("#intoType").text('定金');
}
else
if
(
data
.
type
==
30
)
{
}
else
if
(
data
.
type
==
30
)
{
doc
.
find
(
"#intoType"
).
text
(
'保管金'
);
//
doc.find("#intoType").text('保管金');
}
else
if
(
data
.
type
==
40
)
{
}
else
if
(
data
.
type
==
40
)
{
doc
.
find
(
"#intoType"
).
text
(
'押金'
);
//
doc.find("#intoType").text('押金');
}
else
if
(
data
.
type
==
50
)
{
}
else
if
(
data
.
type
==
50
)
{
doc
.
find
(
"#intoType"
).
text
(
'租金'
);
//
doc.find("#intoType").text('租金');
}
else
if
(
data
.
type
==
60
)
{
}
else
if
(
data
.
type
==
60
)
{
doc
.
find
(
"#intoType"
).
text
(
'进场费 '
);
//
doc.find("#intoType").text('进场费 ');
}
else
if
(
data
.
type
==
70
)
{
}
else
if
(
data
.
type
==
70
)
{
doc
.
find
(
"#intoType"
).
text
(
'转让费'
);
//
doc.find("#intoType").text('转让费');
}
else
if
(
data
.
type
==
80
)
{
}
else
if
(
data
.
type
==
80
)
{
doc
.
find
(
"#intoType"
).
text
(
'其他'
);
//
doc.find("#intoType").text('其他');
}
else
if
(
data
.
type
==
90
)
{
}
else
if
(
data
.
type
==
90
)
{
doc
.
find
(
"#intoType"
).
text
(
'佣金'
);
//
doc.find("#intoType").text('佣金');
}
else
if
(
data
.
type
==
91
)
{
}
else
if
(
data
.
type
==
91
)
{
doc
.
find
(
"#intoType"
).
text
(
'中介费'
);
//
doc.find("#intoType").text('中介费');
if
(
doc
.
find
(
'#agency_fees_type'
).
val
()
==
1
){
if
(
doc
.
find
(
'#agency_fees_type'
).
val
()
==
1
){
persent
=
0
;
persent
=
0
;
}
}
$
(
'.zhzd'
).
hide
();
$
(
'.zhzd'
).
hide
();
}
else
if
(
data
.
type
==
92
)
{
}
else
if
(
data
.
type
==
92
)
{
doc
.
find
(
"#intoType"
).
text
(
'案场费'
);
//
doc.find("#intoType").text('案场费');
$
(
'.zhzd'
).
hide
();
$
(
'.zhzd'
).
hide
();
}
else
{
}
else
{
doc
.
find
(
"#intoType"
).
text
(
'佣金'
);
doc
.
find
(
"#intoType"
).
text
(
'佣金'
);
...
...
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