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
4e5cb2a2
Commit
4e5cb2a2
authored
Jun 11, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成交报告搜索修改
parent
631267e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Finance.php
application/index/controller/Finance.php
+1
-1
account_statement.html
application/index/view/finance/account_statement.html
+1
-1
No files found.
application/index/controller/Finance.php
View file @
4e5cb2a2
...
@@ -101,7 +101,7 @@ class Finance extends Basic
...
@@ -101,7 +101,7 @@ class Finance extends Basic
}
}
//商铺类型(0商场,1街铺)
//商铺类型(0商场,1街铺)
if
(
!
empty
(
$this
->
params
[
'shop_type'
])
)
{
if
(
isset
(
$this
->
params
[
'shop_type'
])
&&
$this
->
params
[
'shop_type'
]
!=
-
1
)
{
$where
[
'd.shop_type'
]
=
$this
->
params
[
'shop_type'
];
$where
[
'd.shop_type'
]
=
$this
->
params
[
'shop_type'
];
}
}
...
...
application/index/view/finance/account_statement.html
View file @
4e5cb2a2
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<form
id=
"maintable_form_search"
>
<form
id=
"maintable_form_search"
>
<span
class=
"fore-span"
>
商铺类型:
</span>
<span
class=
"fore-span"
>
商铺类型:
</span>
<select
class=
"form-control btn2"
name=
"maintable_shop_type"
id=
"maintable_shop_type"
>
<select
class=
"form-control btn2"
name=
"maintable_shop_type"
id=
"maintable_shop_type"
>
<option
value=
""
>
请选择
</option>
<option
value=
"
-1
"
>
请选择
</option>
<option
value=
"0"
>
商场
</option>
<option
value=
"0"
>
商场
</option>
<option
value=
"1"
>
街铺
</option>
<option
value=
"1"
>
街铺
</option>
</select>
</select>
...
...
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