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
689ad6ca
Commit
689ad6ca
authored
Mar 27, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
来源修改
parent
6a2e9771
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Finance.php
application/index/controller/Finance.php
+4
-0
getCollection.html
application/index/view/finance/getCollection.html
+2
-3
No files found.
application/index/controller/Finance.php
View file @
689ad6ca
...
...
@@ -2926,7 +2926,11 @@ class Finance extends Basic
//来源
if
(
$this
->
params
[
'source'
]
>
-
1
)
{
if
(
$this
->
params
[
'source'
]
==
1
)
{
$where
[
'a.source'
]
=
[
'in'
,
'0,1'
];
}
else
{
$where
[
'a.source'
]
=
$this
->
params
[
'source'
];
}
$is_show
=
1
;
}
...
...
application/index/view/finance/getCollection.html
View file @
689ad6ca
...
...
@@ -388,9 +388,8 @@
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"come_from"
>
<option
value=
"-1"
>
来源
</option>
<option
value=
"0"
>
app
</option>
<option
value=
"1"
>
智能pos机
</option>
<option
value=
"2"
>
调整
</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=
""
>
...
...
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