Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
haishi
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
haishi
Commits
9d5a4b6b
Commit
9d5a4b6b
authored
Mar 24, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
1e3a7f0a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
admin/themes/simplebootx/Admin/Charge/index.html
+3
-1
application/Admin/Controller/ChargeController.class.php
+0
-0
No files found.
admin/themes/simplebootx/Admin/Charge/index.html
View file @
9d5a4b6b
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
</ul>
</ul>
<form
class=
"well form-search"
name=
"form1"
method=
"post"
style=
"float:left"
action=
""
>
<form
class=
"well form-search"
name=
"form1"
method=
"post"
style=
"float:left"
action=
""
>
<!--
<if condition="$showlevel eq 0">
<if condition="$showlevel eq 0">
代理商:
代理商:
<select class="select_2" name="proxyid" id="proxyid">
<select class="select_2" name="proxyid" id="proxyid">
...
@@ -19,9 +20,10 @@
...
@@ -19,9 +20,10 @@
<option value="">全部</option>
<option value="">全部</option>
<volist name="promoterlist" id="v">
<volist name="promoterlist" id="v">
<option value="{$v['id']}" <if condition="$formget.promoterid eq $v['id']">selected</if> >{$v['user_nicename']}</option>
<option value="{$v['id']}" <if condition="$formget.promoterid eq $v['id']">selected</if> >{$v['user_nicename']}</option>
</volist>
</volist>
</select>
</select>
</if>
</if>
-->
订单状态:
订单状态:
<select
class=
"select_2"
name=
"status"
>
<select
class=
"select_2"
name=
"status"
>
<option
value=
""
>
全部
</option>
<option
value=
""
>
全部
</option>
...
...
application/Admin/Controller/ChargeController.class.php
View file @
9d5a4b6b
This diff is collapsed.
Click to expand it.
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