Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_admin
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
e0a4bc3a
authored
Nov 14, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
订单列表详情
parent
766f02ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
2 deletions
resources/views/admin/pages/order-page.blade.php
resources/views/admin/pages/order-page.blade.php
View file @
e0a4bc3a
...
...
@@ -116,9 +116,36 @@
url: '/admin/api/orderList',
method: 'GET',
cols: [[
{type: 'checkbox', fixed: true},
{field: 'tax_title', title: '公司名称'}
{type: 'numbers', fixed: true,title:'序号',width: 60},
{field: 'goods_id', title: 'SKUID', width: 120},
{field: 'goods_name', title: '商品型号', width: 120},
{field: 'purchase_name', title: '标准品牌', width: 120},
{field: 'other_amount', title: '供应商', width: 120},
{field: 'other_amount', title: '供应商物料唯一编码', width: 160},
{field: 'other_amount', title: '供应商物料品牌', width: 160},
{field: 'other_amount', title: '采购员', width: 120},
{field: 'other_amount', title: '币种', width: 120},
{field: 'other_amount', title: '单价', width: 120},
{field: 'goods_price', title: '数量', width: 120},
{field: 'goods_price', title: '小计', width: 120},
{field: 'goods_price', title: '折扣', width: 120},
{field: 'goods_price', title: '其他费用', width: 120},
{field: 'other_amount', title: '合计', width: 120},
{field: 'other_amount', title: '货期', width: 120},
{field: 'other_amount', title: '批次', width: 120},
{field: 'other_amount', title: '客户备注', width: 120},
{field: 'other_amount', title: '售后类型', width: 120},
{field: 'other_amount', title: '售后数量', width: 120},
{field: 'other_amount', title: '售后单价', width: 120},
{field: 'other_amount', title: '售后金额', width: 120}
]],
parseData: LayUiTableParseData,
page: true,
size: 'sm',
cellMinWidth: 80,
defaultToolbar: ['filter'],
limit: 15,
limits: [15, 50, 100, 200],
done: function (res, curr, count) {
layui.form.render();
}
...
...
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