|
@@ -8,8 +8,8 @@ table.render({
|
|
|
, { field: 'OrderNo', width: 200, title: '订单号', sort: true }
|
|
, { field: 'OrderNo', width: 200, title: '订单号', sort: true }
|
|
|
, { field: 'MakerCode', width: 200, title: '创客编号', sort: true }
|
|
, { field: 'MakerCode', width: 200, title: '创客编号', sort: true }
|
|
|
, { field: 'RealName', width: 200, title: '创客姓名', sort: true }
|
|
, { field: 'RealName', width: 200, title: '创客姓名', sort: true }
|
|
|
- , { field: 'ComeSn', width: 200, title: '来源机具SN', sort: true, templet: '#MakerCodeTpl' }
|
|
|
|
|
- , { field: 'SendSn', width: 200, title: '发货SN', sort: true, templet: '#MakerCodeTpl' }
|
|
|
|
|
|
|
+ , { field: 'ComeSn', width: 200, title: '来源机具SN', sort: true, templet: '#Loop' }
|
|
|
|
|
+ , { field: 'SendSn', width: 200, title: '发货SN', sort: true, templet: '#Loop' }
|
|
|
, { field: 'CreateDate', width: 200, title: '申请时间', sort: true }
|
|
, { field: 'CreateDate', width: 200, title: '申请时间', sort: true }
|
|
|
, { field: 'Status', width: 200, title: '申请状态', sort: true }
|
|
, { field: 'Status', width: 200, title: '申请状态', sort: true }
|
|
|
, { title: '操作', width: 1500, align: 'left', toolbar: '#table-list-tools' }
|
|
, { title: '操作', width: 1500, align: 'left', toolbar: '#table-list-tools' }
|