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
840ae7b2
authored
Nov 20, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_product_tracking_20201117'
parents
bd63db89
4a4a37ec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
public/js/list.js
resources/views/orderlist/content.blade.php
public/js/list.js
View file @
840ae7b2
...
...
@@ -568,14 +568,14 @@ console.log(listUrl)
layer
.
open
({
area
:
[
'300px'
],
title
:
'编辑
ERP单号
'
,
title
:
'编辑
内部编码
'
,
content
:
content
,
btn
:[
'确认'
,
'取消'
],
btn1
:
function
(
index
)
{
var
new_erp_sn
=
$
(
'.new_erp_sn'
).
val
();
if
(
!
new_erp_sn
)
{
layer
.
tips
(
'请输入
ERP单号
'
,
$
(
'.new_erp_sn'
));
layer
.
tips
(
'请输入
内部编码
'
,
$
(
'.new_erp_sn'
));
return
false
;
}
...
...
resources/views/orderlist/content.blade.php
View file @
840ae7b2
...
...
@@ -275,7 +275,11 @@
<th
class=
"pl30"
>
会员账号
</th>
<th
class=
"pl30"
>
公司
</th>
<th
class=
"pl30"
>
订单编号
</th>
@if ($username != 'vpadmin@ichunt.com')
<th
class=
"pl30"
>
ERP单号
</th>
@else
<th
class=
"pl30"
>
内部编码
</th>
@endif
<th
class=
"pl30"
>
应付金额
</th>
<th
class=
"pl30"
>
订单状态
</th>
<th
class=
"pl30"
>
主管审核
</th>
...
...
@@ -426,7 +430,7 @@
@endif
@if ($username == 'vpadmin@ichunt.com')
<a
class=
"btn btn-info edit_erp_sn"
data-oid=
"{{$v['order_id']}}"
data-erp_sn=
"{{ $order_extend ? $order_extend->erp_sn : '' }}"
>
编辑
ERP单号
</a>
<a
class=
"btn btn-info edit_erp_sn"
data-oid=
"{{$v['order_id']}}"
data-erp_sn=
"{{ $order_extend ? $order_extend->erp_sn : '' }}"
>
编辑
内部编码
</a>
@endif
@if ($username == 'admin@ichunt.com'
&&
empty($order_extend->erp_sn)
&&
$order_extend->is_manager_audit == 3)
...
...
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