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
fcd4d2ca
authored
Dec 05, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/zhujilai/Order
into zjl_batch_goods_20181129
parents
6eaed4b6
c97ed66e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
public/js/self_order.js
resources/views/detail/content.blade.php
public/js/self_order.js
View file @
fcd4d2ca
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
listUrl
+=
'&test_order='
+
1
;
listUrl
+=
'&test_order='
+
1
;
}
}
if
(
!
order_contain
&&
!
time_start
&&
!
time_end
&&
!
order_payment_mode
&&
!
order_status
&&
!
sale_type
&&
!
order_invoice_status
&&
!
order_source_pf
&&
!
order_source_adtag
&&
!
order_source_ptag
&&
(
is_new
===
''
)
&&
!
is_new_order
&&
!
test_order
.
is
(
':checked'
))
{
if
(
!
order_contain
&&
!
time_start
&&
!
time_end
&&
!
order_payment_mode
&&
!
order_status
&&
!
sale_type
&&
!
order_invoice_status
&&
!
order_source_pf
&&
!
order_source_adtag
&&
!
order_source_ptag
&&
(
is_new
===
''
)
&&
!
test_order
.
is
(
':checked'
))
{
listUrl
=
'/self_order'
;
listUrl
=
'/self_order'
;
}
}
...
...
resources/views/detail/content.blade.php
View file @
fcd4d2ca
...
@@ -606,13 +606,13 @@
...
@@ -606,13 +606,13 @@
@elseif (isset($_REQUEST['tags'])
&&
$_REQUEST['tags'] == 'self'
&&
$action_name != 'changeOrder')
@elseif (isset($_REQUEST['tags'])
&&
$_REQUEST['tags'] == 'self'
&&
$action_name != 'changeOrder')
<p
style=
"padding-left: 5px;"
>
操作
</p>
<p
style=
"padding-left: 5px;"
>
操作
</p>
<div
class=
"tabs-box"
>
<div
class=
"tabs-box"
>
<!-- 判断状态和权限 -->
<!-- 判断状态和权限
$extend-自营线下订单
-->
@if ($order_info['status'] == 1
&&
in_array('add_offline_audit', $userPerms))
@if ($order_info['status'] == 1
&&
in_array('add_offline_audit', $userPerms)
&&
$extend
)
<a
class=
"btn btn-success self-check"
data-id=
"{{$order_info['order_id']}}"
>
内部订单审核
</a>
<a
class=
"btn btn-success self-check"
data-id=
"{{$order_info['order_id']}}"
>
内部订单审核
</a>
@endif
@endif
<!-- 订单审单 -->
<!-- 订单审单 -->
@if (in_array($order_info['status'], [1, 2])
&&
in_array('self_check_order', $userPerms))
@if (in_array($order_info['status'], [1, 2])
&&
in_array('self_check_order', $userPerms)
&&
!$extend
)
<a
class=
"btn btn-info"
href=
"/change/{{$order_info['order_id']}}?tags=self"
>
人工审单
</a>
<a
class=
"btn btn-info"
href=
"/change/{{$order_info['order_id']}}?tags=self"
>
人工审单
</a>
@endif
@endif
...
...
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