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
152f7a7f
Commit
152f7a7f
authored
Jan 29, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
07e3f9ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+12
-4
No files found.
public/resource/js/financial_manager_daily_list.js
View file @
152f7a7f
...
@@ -345,7 +345,15 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -345,7 +345,15 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
success
:
function
(
data
)
{
success
:
function
(
data
)
{
if
(
typeof
data
===
'object'
)
{
if
(
typeof
data
===
'object'
)
{
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
bargain
.
caiwu_site_id
=
data
.
data
.
site_id
;
//判断 店长 财务 站点
if
(
bargain
.
isFinancial
==
1
){
bargain
.
caiwu_site_id
=
data
.
data
.
site_id
;
}
else
{
bargain
.
caiwu_site_id
=
user_info_obj
.
site_id
;
}
//中介费
//中介费
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'a_financial_daily_list_tpl'
).
innerHTML
);
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'a_financial_daily_list_tpl'
).
innerHTML
);
$
(
"#maintable_list_a"
).
html
(
doTtmpl
(
data
.
data
.
list
.
agency_fee
));
$
(
"#maintable_list_a"
).
html
(
doTtmpl
(
data
.
data
.
list
.
agency_fee
));
...
@@ -371,7 +379,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -371,7 +379,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
//总计commit_info
//总计commit_info
bargain
.
daily_id
=
data
.
data
.
commit_info
.
id
;
bargain
.
daily_id
=
data
.
data
.
commit_info
.
id
;
//深圳 和 杭州上海
//深圳 和 杭州上海
if
(
data
.
data
.
site_id
==
10003
){
if
(
bargain
.
caiwu_
site_id
==
10003
){
$
(
'#pay_yun_zhihubao'
).
html
(
data
.
data
.
commit_info
.
alipay
);
$
(
'#pay_yun_zhihubao'
).
html
(
data
.
data
.
commit_info
.
alipay
);
$
(
'#pay_yun_weixin'
).
html
(
data
.
data
.
commit_info
.
tenpay
);
$
(
'#pay_yun_weixin'
).
html
(
data
.
data
.
commit_info
.
tenpay
);
$
(
'#pay_yun_card'
).
html
(
data
.
data
.
commit_info
.
bank_card
);
$
(
'#pay_yun_card'
).
html
(
data
.
data
.
commit_info
.
bank_card
);
...
@@ -414,7 +422,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -414,7 +422,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'.audit-records'
).
hide
();
$
(
'.audit-records'
).
hide
();
$
(
'.tips-dian'
).
html
(
''
);
$
(
'.tips-dian'
).
html
(
''
);
//未提交 店长
//未提交 店长
if
(
data
.
data
.
site_id
==
10003
){
if
(
bargain
.
caiwu_
site_id
==
10003
){
$
(
'#pay_yun_zhihubao'
).
html
(
data
.
data
.
total_info
.
alipay
);
$
(
'#pay_yun_zhihubao'
).
html
(
data
.
data
.
total_info
.
alipay
);
$
(
'#pay_yun_weixin'
).
html
(
data
.
data
.
total_info
.
tenpay
);
$
(
'#pay_yun_weixin'
).
html
(
data
.
data
.
total_info
.
tenpay
);
$
(
'#pay_yun_card'
).
html
(
data
.
data
.
total_info
.
bank_card
);
$
(
'#pay_yun_card'
).
html
(
data
.
data
.
total_info
.
bank_card
);
...
@@ -485,7 +493,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -485,7 +493,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
}
}
//杭州 上海
//杭州 上海
if
(
data
.
data
.
site_id
==
10003
){
if
(
bargain
.
caiwu_
site_id
==
10003
){
$
(
'.shenzhen'
).
show
();
$
(
'.shenzhen'
).
show
();
$
(
'.shanghai'
).
hide
();
$
(
'.shanghai'
).
hide
();
$
(
'#total_yun_zhihubao'
).
html
(
data
.
data
.
total_info
.
alipay
);
$
(
'#total_yun_zhihubao'
).
html
(
data
.
data
.
total_info
.
alipay
);
...
...
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