|
@@ -85,11 +85,16 @@
|
|
url: '{{ $pre_uri }}' + 'get',
|
|
url: '{{ $pre_uri }}' + 'get',
|
|
cellMinWidth: 80,
|
|
cellMinWidth: 80,
|
|
cols: [[
|
|
cols: [[
|
|
|
|
+ { field: 'order_id', title: '订单id', align: 'center' },
|
|
{ field: 'order_number', title: '订单号', align: 'center' },
|
|
{ field: 'order_number', title: '订单号', align: 'center' },
|
|
- { field: 'project_name', title: '项目', align: 'center' },
|
|
|
|
- { field: 'type_name', title: '类型', align: 'center' },
|
|
|
|
|
|
+ { field: 'project_name', title: '在用项目', align: 'center' },
|
|
|
|
+ { field: 'work_point', title: '所在工点', align: 'center' },
|
|
|
|
+ { field: 'type_name', title: '订单类型', align: 'center' },
|
|
|
|
+ { field: 'order_num', title: '设备数量', align: 'center' },
|
|
|
|
+ { field: 'total_price', title: '订单总金额', align: 'center' },
|
|
{ field: 'user_name', title: '提交人', align: 'center' },
|
|
{ field: 'user_name', title: '提交人', align: 'center' },
|
|
{ field: 'status_name', title: '状态', align: 'center' },
|
|
{ field: 'status_name', title: '状态', align: 'center' },
|
|
|
|
+ { field: 'remark', title: '订单备注', align: 'center' },
|
|
{ field: 'created_at', title: '创建时间', align: 'center' },
|
|
{ field: 'created_at', title: '创建时间', align: 'center' },
|
|
// { title: '操作', align:'center', toolbar: '#sg-table-bar' }
|
|
// { title: '操作', align:'center', toolbar: '#sg-table-bar' }
|
|
]],
|
|
]],
|