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
14aa98c4
Commit
14aa98c4
authored
Aug 09, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e23309ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
reportListShop.js
public/resource/js/reportListShop.js
+8
-3
No files found.
public/resource/js/reportListShop.js
View file @
14aa98c4
...
@@ -967,13 +967,16 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
...
@@ -967,13 +967,16 @@ 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
();
//是否分红
params
.
is_open
=
$
(
'.shop-is-open'
).
val
();
//是否开业
}
else
{
}
else
{
params
.
is_dividend
=
$
(
'.commission-type-anchang'
).
val
();
//是否分红
params
.
is_dividend
=
$
(
'.commission-type-anchang'
).
val
();
//是否分红
}
//中介费类型
if
(
$
(
'.commission-type'
).
val
()
==
91
){
params
.
is_open
=
$
(
'.shop-is-open'
).
val
();
//是否开业
}
else
{
params
.
is_open
=
$
(
'.shop-is-open-anchang'
).
val
();
//是否开业
params
.
is_open
=
$
(
'.shop-is-open-anchang'
).
val
();
//是否开业
}
}
if
(
!
params
.
income_time
){
if
(
!
params
.
income_time
){
alert
(
'请填写入账日期'
);
alert
(
'请填写入账日期'
);
return
;
return
;
...
@@ -1070,6 +1073,8 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
...
@@ -1070,6 +1073,8 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
$
(
'.commission-price-zhongjie'
).
html
(
bargain
.
price_commission
);
//初始化成交价
$
(
'.commission-price-zhongjie'
).
html
(
bargain
.
price_commission
);
//初始化成交价
$
(
'.fee-money-zhongjie'
).
html
(
0
);
//应收金额
$
(
'.fee-money-zhongjie'
).
html
(
0
);
//应收金额
$
(
'.fee-more-zhongjie'
).
html
(
0
);
//多收金额
$
(
'.fee-more-zhongjie'
).
html
(
0
);
//多收金额
$
(
'.shop-is-open'
).
val
(
3
);
//是否开业
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