Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
55d6d681
authored
Oct 09, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_order_20200923'
parents
600874a7
db15ba4d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
app/Http/Controllers/OrderController.php
config/website.php
resources/views/orderlist/content.blade.php
app/Http/Controllers/OrderController.php
View file @
55d6d681
...
...
@@ -465,6 +465,8 @@ Class OrderController extends Controller
// 非尽调账号显示真实数据
if
(
$request
->
user
->
email
!=
'vpadmin@ichunt.com'
)
{
$map
[
'is_fake'
]
=
0
;
}
else
{
$map
[
'vp_time_set'
]
=
strtotime
(
Config
(
'website.vp_time_set'
));
}
$map
[
'order_goods_type'
]
=
$tid
;
...
...
config/website.php
View file @
55d6d681
...
...
@@ -25,7 +25,7 @@ return [
'check_access_api'
=>
'http://perm.liexin.net/api/perms/access'
,
// 竞调账户配置显示时间
'vp_time_set'
=>
'201
8-05-01
'
,
'vp_time_set'
=>
'201
9-8-30
'
,
// 基石服务地址
'SERVICE_DOMAIN'
=>
'http://192.168.1.100'
,
...
...
resources/views/orderlist/content.blade.php
View file @
55d6d681
...
...
@@ -37,6 +37,8 @@
<input
type=
"text"
name=
"erp_sn"
value=
"{{$condition['erp_sn']}}"
placeholder=
"请输入ERP订单号"
>
</dd>
</dl>
@if ($username != 'vpadmin@ichunt.com')
<dl>
<dd
style=
"width: 110px;"
>
<div
class=
"droplist"
data-default=
"{{$condition['select_time_type']}}"
id=
"select_time_type"
name=
"select_time_type"
>
...
...
@@ -57,6 +59,8 @@
<input
type=
"text"
name=
"time_end"
value=
"{{ !empty($condition['time_end']) ? date('Y/m/d', $condition['time_end']) : '' }}"
class=
"Wdate "
onfocus=
"WdatePicker({dateFmt:'yyyy/MM/dd'})"
placeholder=
"结束时间"
autocomplete=
"off"
/>
</dd>
</dl>
@endif
<dl>
<dt>
型号名称:
</dt>
<dd>
...
...
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