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
73d0c7b0
Commit
73d0c7b0
authored
Mar 06, 2019
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
a7cee1b9
6cda240c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
Broker.php
application/api/controller/Broker.php
+1
-1
DailyPaperService.php
application/api_broker/service/DailyPaperService.php
+1
-1
Basic.php
application/index/extend/Basic.php
+3
-1
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+5
-0
No files found.
application/api/controller/Broker.php
View file @
73d0c7b0
...
...
@@ -172,7 +172,7 @@ class Broker extends Basic
$where
[
'b.houses_id'
]
=
$this
->
params
[
'house_id'
];
$where
[
'b.is_del'
]
=
$where
[
'a.status'
]
=
0
;
$where
[
'b.type'
]
=
3
;
$where
[
'b.type'
]
=
2
;
$house_agent
=
$agents
->
getAgentHouseType
(
$fields
,
$where
);
if
(
!
empty
(
$house_agent
)){
$house_agent
[
'show_content'
]
=
'本铺由我登记,熟悉房源信息'
;
...
...
application/api_broker/service/DailyPaperService.php
View file @
73d0c7b0
...
...
@@ -456,7 +456,7 @@ class DailyPaperService
private
function
getCheckList
(
$daily_id
,
$agent_id
=
0
)
{
$field
=
"id,daily_id,operation_id,operation_name,remark,alipay,tenpay,realty_pay,family_pay,private_bank,
cash,pos,other_bank,create_time,update_time,tenpay_2,alipay_2,bank_card"
;
cash,pos,other_bank,create_time,update_time,tenpay_2,alipay_2,bank_card
,bank_card_yun,bank_card_lin,bank_card_new
"
;
$params
[
"daily_id"
]
=
$daily_id
;
$params
[
"is_del"
]
=
0
;
if
(
$agent_id
>
0
){
...
...
application/index/extend/Basic.php
View file @
73d0c7b0
...
...
@@ -80,7 +80,9 @@ class Basic extends Controller
'index/mainIndex'
,
'index/uploadImg'
,
'index/uploadEditor'
,
'index/downloadFile'
'index/downloadFile'
,
'index/getStoreRandKingListByAgentId'
,
'index/getRandKingListByAgentId'
);
/**
...
...
public/resource/js/financial_manager_daily_list.js
View file @
73d0c7b0
...
...
@@ -768,6 +768,11 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
params
.
bank_card_yun
=
$
(
'#total_yun_bank'
).
html
();
params
.
pos
=
$
(
'#total_yun_pos'
).
html
();
params
.
family_pay
=
$
(
'#total_yun_family'
).
html
();
//深圳店长提交 没有的数据传空 财务审核
params
.
realty_pay
=
''
;
params
.
other_bank
=
''
;
params
.
cash
=
''
;
params
.
private_bank
=
''
;
}
else
if
(
bargain
.
caiwu_site_id
==
10002
){
//杭州
params
.
alipay
=
$
(
'#total_a_hangzhou'
).
html
();
...
...
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