Commit a4467e9d by guanzhenshan

调整格式

parent c2d6e84f
...@@ -83,11 +83,11 @@ ...@@ -83,11 +83,11 @@
function list() { function list() {
var columns = [ var columns = [
{ field: 'channel_order_id', title: '物流单号', width: '150' }, { field: 'channel_order_id', title: '物流单号', width: '180' },
{ field: 'transfer_order_id', title: '调拨单号', width: '150'}, { field: 'transfer_order_id', title: '调拨单号', width: '150'},
{ field: 'box_id', title: '箱号', width: '80'}, { field: 'box_id', title: '箱号', width: '80'},
{ field: 'cost_first', title: '箱子总头程费', width: '130' }, { field: 'cost_first', title: '箱子总头程费', width: '130' },
{ field: 'warehouse_name', title: '仓库', width: '150'}, { field: 'warehouse_name', title: '仓库', width: '180'},
{ field: 'bailun_sku', title: 'SKU', width: '130' }, { field: 'bailun_sku', title: 'SKU', width: '130' },
{ field: 'quantity', title: 'SKU数量', width: '100' }, { field: 'quantity', title: 'SKU数量', width: '100' },
{ field: 'sku_weight', title: '单个SKU重量', width: '130' }, { field: 'sku_weight', title: '单个SKU重量', width: '130' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment