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
c8ca56dd
Commit
c8ca56dd
authored
Mar 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款详情修改
parent
e9f84010
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
getCollection.js
public/resource/js/getCollection.js
+6
-5
No files found.
application/index/view/global/footer_tpl.html
View file @
c8ca56dd
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=2019066688'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=2019066688
8
'
charset=
'utf-8'
></script>
public/resource/js/getCollection.js
View file @
c8ca56dd
...
...
@@ -1095,17 +1095,17 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
if
(
$
(
'#chengjiaobaogaoId'
).
html
()){
//收款详情 成交报告id
params
.
bargain_id
=
$
(
'#chengjiaobaogaoId'
).
html
();
};
if
(
$
(
'#intoType'
).
text
()
==
'意向金'
||
$
(
'#intoType'
).
text
()
==
'保管金'
)
{
if
(
$
(
'#intoType'
).
val
()
==
10
||
$
(
'#intoType'
).
val
()
==
30
)
{
if
(
$
(
'#shoutiao'
).
val
()){
params
.
receipt_number
=
$
(
'#shoutiao'
).
val
()
}
}
//判断是否是 案场费
if
(
$
(
'#intoType'
).
text
()
==
'中介费'
){
if
(
$
(
'#intoType'
).
val
()
==
91
){
params
.
type_ext
=
$
(
'#agency_fees_type_text'
).
val
()
};
//判断是否是 案场费 中介费
if
(
$
(
'#intoType'
).
text
()
==
'案场费'
||
$
(
'#intoType'
).
text
()
==
'中介费'
){
if
(
$
(
'#intoType'
).
val
()
==
92
||
$
(
'#intoType'
).
val
()
==
91
){
if
(
$
(
'#before_commission_text'
).
val
()){
params
.
received_money
=
$
(
'#before_commission_text'
).
val
();
}
...
...
@@ -1384,10 +1384,11 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}
else
if
(
data
.
type
==
91
)
{
//中介费
$
(
'.intention-gold-liu'
).
hide
();
$
(
'.agency-fees-liu'
).
show
();
if
(
doc
.
find
(
'#agency_fees_type'
).
val
()
==
1
){
if
(
data
.
type_ext
==
1
){
persent
=
0
;
receiv
.
receivedMoneyLiu
=
receiv
.
receivedMoneyLiu
*
0
;
}
}
;
$
(
'.zhzd'
).
hide
();
}
else
if
(
data
.
type
==
92
)
{
//案场费
$
(
'.intention-gold-liu'
).
hide
();
...
...
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