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
fed881b1
Commit
fed881b1
authored
Dec 19, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
source
parent
c86a4d0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Finance.php
application/index/controller/Finance.php
+1
-1
getCollection.html
application/index/view/finance/getCollection.html
+2
-2
getCollection.js
public/resource/js/getCollection.js
+3
-3
No files found.
application/index/controller/Finance.php
View file @
fed881b1
...
...
@@ -2398,7 +2398,7 @@ class Finance extends Basic
}
//来源
if
(
!
empty
(
$this
->
params
[
'source'
])
)
{
if
(
$this
->
params
[
'source'
]
>
-
1
)
{
$where
[
'a.source'
]
=
$this
->
params
[
'source'
];
$is_show
=
1
;
}
...
...
application/index/view/finance/getCollection.html
View file @
fed881b1
...
...
@@ -345,10 +345,10 @@
<option
value=
"60"
>
其他
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"come_from"
>
<option
value=
""
>
来源
</option>
<option
value=
"
-1
"
>
来源
</option>
<option
value=
"0"
>
app
</option>
<option
value=
"1"
>
智能pos机
</option>
<option
value=
"
1
"
>
调整
</option>
<option
value=
"
2
"
>
调整
</option>
</select>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"order_id"
placeholder=
"带看ID"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"get_id"
placeholder=
"收款ID"
type=
"text"
value=
""
>
...
...
public/resource/js/getCollection.js
View file @
fed881b1
...
...
@@ -789,8 +789,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
paramsStr
+=
"pay_type="
+
maintable_pay_type
+
"&"
}
if
(
come_from
)
{
params
.
sou
cr
e
=
come_from
;
paramsStr
+=
"sou
cr
e="
+
come_from
+
"&"
params
.
sou
rc
e
=
come_from
;
paramsStr
+=
"sou
rc
e="
+
come_from
+
"&"
}
if
(
order_id
)
{
params
.
order_id
=
order_id
;
...
...
@@ -949,7 +949,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}
else
{
$
(
"#comes"
).
text
(
'调整'
);
}
doc
.
find
(
"#status"
).
text
(
data
.
sou
cr
e_id
);
doc
.
find
(
"#status"
).
text
(
data
.
sou
rc
e_id
);
doc
.
find
(
"#lastTime"
).
val
(
data
.
last_transfer_time
);
if
(
data
.
type
==
91
||
data
.
type
==
92
)
{
...
...
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