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
abdb91a5
Commit
abdb91a5
authored
Feb 26, 2019
by
clone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0225-v3.1.0' of
https://gitee.com/zwyjjc/tl_estate
into 0225-v3.1.0
parents
66c60ab7
18452de7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
3 deletions
+29
-3
Performance.php
application/api_broker/controller/Performance.php
+4
-3
priceReport.vue
public/appnew/src/components/priceReport/priceReport.vue
+25
-0
No files found.
application/api_broker/controller/Performance.php
View file @
abdb91a5
...
...
@@ -661,14 +661,15 @@ class Performance extends Basic
/**
* 收款信息
* @return \think\Response
* http://showdoc.tonglianjituan.com/index.php?s=/1&page_id=815
*/
public
function
collectionListByBargainId
()
{
header
(
'Access-Control-Allow-Origin:*'
);
$params
=
$this
->
params
;
/*
$params = array(
"bargain_id" => 1,
"agent_id" =>
80
,
/*
$params = array(
"bargain_id" => 1
21
,
"agent_id" =>
5775
,
);*/
$checkResult
=
$this
->
validate
(
$params
,
"PerformanceValidate.verifyCollectionList"
);
...
...
public/appnew/src/components/priceReport/priceReport.vue
View file @
abdb91a5
...
...
@@ -284,6 +284,7 @@
initAgencyList
:
function
(
list
){
let
that
=
this
;
console
.
log
(
list
);
var
listArray
=
[{
"msg"
:
"收款ID"
,
"str1"
:
list
.
length
>
0
?
(
list
[
0
].
id
?
list
[
0
].
id
:
"-"
)
:
"-"
,
...
...
@@ -368,6 +369,12 @@
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
is_dividend
==
1
?
"否"
:
"是"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
is_dividend
==
1
?
"否"
:
"是"
)
:
"-"
,
},
{
"msg"
:
"入账日期"
,
"str1"
:
list
.
length
>
0
?
(
list
[
0
].
income_time
?
list
[
0
].
income_time
:
"-"
)
:
"-"
,
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
income_time
?
list
[
1
].
income_time
:
"-"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
income_time
?
list
[
2
].
income_time
:
"-"
)
:
"-"
,
},
{
"msg"
:
"资料"
,
"id1"
:
list
.
length
>
0
?
(
list
[
0
].
id
?
list
[
0
].
id
:
"-"
)
:
"-"
,
...
...
@@ -465,6 +472,12 @@
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
remark
?
list
[
1
].
remark
:
"-"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
remark
?
list
[
2
].
remark
:
"-"
)
:
"-"
,
},
{
"msg"
:
"入账日期"
,
"str1"
:
list
.
length
>
0
?
(
list
[
0
].
income_time
!=
""
?
list
[
0
].
income_time
:
"-"
)
:
"-"
,
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
income_time
!=
""
?
list
[
1
].
income_time
:
"-"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
income_time
!=
""
?
list
[
2
].
income_time
:
"-"
)
:
"-"
,
},
{
"msg"
:
"资料"
,
"id1"
:
list
.
length
>
0
?
(
list
[
0
].
id
?
list
[
0
].
id
:
"-"
)
:
"-"
,
...
...
@@ -545,6 +558,12 @@
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
receipt_number
?
list
[
1
].
receipt_number
:
"-"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
receipt_number
?
list
[
2
].
receipt_number
:
"-"
)
:
"-"
,
},
{
"msg"
:
"入账日期"
,
"str1"
:
list
.
length
>
0
?
(
list
[
0
].
income_time
!=
""
?
list
[
0
].
income_time
:
"-"
)
:
"-"
,
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
income_time
!=
""
?
list
[
1
].
income_time
:
"-"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
income_time
!=
""
?
list
[
2
].
income_time
:
"-"
)
:
"-"
,
},
{
"msg"
:
"资料"
,
"id1"
:
list
.
length
>
0
?
(
list
[
0
].
id
?
list
[
0
].
id
:
"-"
)
:
"-"
,
...
...
@@ -619,6 +638,12 @@
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
receipt_number
?
list
[
1
].
receipt_number
:
"-"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
receipt_number
?
list
[
2
].
receipt_number
:
"-"
)
:
"-"
,
},
{
"msg"
:
"入账日期"
,
"str1"
:
list
.
length
>
0
?
(
list
[
0
].
income_time
!=
""
?
list
[
0
].
income_time
:
"-"
)
:
"-"
,
"str2"
:
list
.
length
>
1
?
(
list
[
1
].
income_time
!=
""
?
list
[
1
].
income_time
:
"-"
)
:
"-"
,
"str3"
:
list
.
length
>
2
?
(
list
[
2
].
income_time
!=
""
?
list
[
2
].
income_time
:
"-"
)
:
"-"
,
},
{
"msg"
:
"资料"
,
"id1"
:
list
.
length
>
0
?
(
list
[
0
].
id
?
list
[
0
].
id
:
"-"
)
:
"-"
,
...
...
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