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
80b7d537
authored
Jan 28, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
订单号添加链接
parent
201205df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/web/orderServiceList.js
resources/views/web/orderServiceDetails.blade.php
public/js/web/orderServiceList.js
View file @
80b7d537
...
...
@@ -22,7 +22,7 @@ layui.use(['form', 'table', 'laydate'], function(){
,
cols
:
[[
//表头
{
title
:
'序号'
,
type
:
'numbers'
,
fixed
:
'left'
,
width
:
80
}
,{
field
:
'service_sn'
,
title
:
'售后单号'
,
width
:
170
}
,{
field
:
'order_sn'
,
title
:
'订单编号'
,
width
:
150
}
,{
field
:
'order_sn'
,
title
:
'订单编号'
,
width
:
150
,
templet
:
'<div><a href="/details/{{ d.order_id }}" class="layui-table-link" target="_blank">{{d.order_sn}}</a></div>'
}
,{
field
:
'user_account'
,
title
:
'用户账号'
,
width
:
150
}
,{
field
:
'apply_name'
,
title
:
'申请人'
,
width
:
120
}
,{
field
:
'auditor_name'
,
title
:
'审核人'
,
width
:
120
}
...
...
resources/views/web/orderServiceDetails.blade.php
View file @
80b7d537
...
...
@@ -44,7 +44,7 @@
</tr>
<tr>
<td
class=
"td-title"
>
关联销售单
</td>
<td
class=
"td-txt"
>
{{ $order_service->order_sn }}
</td>
<td
class=
"td-txt"
>
<a
href=
"/details/{{ $order_service->order_id }}"
target=
"_blank"
>
{{ $order_service->order_sn }}
</a>
</td>
<td
class=
"td-title"
>
关联ERP单号
</td>
<td
class=
"td-txt"
>
{{ $order_service->erp_sn }}
</td>
<td
class=
"td-title"
>
关联退款单
</td>
...
...
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