|
|
@@ -92,19 +92,17 @@ $('#CreateDate').val(value);
|
|
|
, cols: [[
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, {field:'Id', fixed: 'left', title:'ID', width:80, sort: true, unresize: true}
|
|
|
- ,{field:'ChangeNo', title:'订单号', sort: true}
|
|
|
-,{field:'CreateDate', title:'创建时间', sort: true}
|
|
|
-,{field:'BackProductType', title:'退回产品类型', sort: true}
|
|
|
-,{field:'BackProductName', title:'退回产品名称', sort: true}
|
|
|
-,{field:'UserId', title:'创客', sort: true}
|
|
|
-,{field:'BackSnNo', title:'设备SN编号', sort: true}
|
|
|
-,{field:'BackDeviceStatus', title:'设备状态', sort: true}
|
|
|
-,{field:'OutProductType ', title:'出库产品类型', sort: true}
|
|
|
-,{field:'OutProductName', title:'出库产品名称', sort: true}
|
|
|
-,{field:'OutSnNo', title:'出库设备SN编号', sort: true}
|
|
|
-,{field:'OutSnType', title:'出库SN机具类型', sort: true}
|
|
|
-,{field:'Remark', title:'备注', sort: true}
|
|
|
-,{field:'BackSnType', title:'退回SN机具类型', sort: true}
|
|
|
+ ,{field:'ChangeNo', width:200, title:'订单号', sort: true}
|
|
|
+ ,{field:'CreateDate', width:200, title:'创建时间', sort: true}
|
|
|
+ ,{field:'BackProductName', width:200, title:'退回产品名称', sort: true}
|
|
|
+ ,{field:'UserId', width:200, title:'创客', sort: true}
|
|
|
+ ,{field:'BackSnNo', width:200, title:'设备SN编号', sort: true}
|
|
|
+ ,{field:'BackDeviceStatus', width:200, title:'设备状态', sort: true}
|
|
|
+ ,{field:'OutProductName', width:200, title:'出库产品名称', sort: true}
|
|
|
+ ,{field:'OutSnNo', width:200, title:'出库设备SN编号', sort: true}
|
|
|
+ ,{field:'OutSnType', width:200, title:'出库SN机具类型', sort: true}
|
|
|
+ ,{field:'Remark', width:200, title:'备注', sort: true}
|
|
|
+ ,{field:'BackSnType', width:200, title:'退回SN机具类型', sort: true}
|
|
|
|
|
|
, {field:'Sort', fixed: 'right', title:'排序', width:80, edit: 'text'}
|
|
|
, { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|