| | |
| | | return [[ |
| | | {type: 'checkbox'}, |
| | | {field: 'id', hide: true, title: 'ID'}, |
| | | {field: 'productNo', sort: true, title: '产品序列号',minWidth:160}, |
| | | {field: 'workOrderNo', sort: true, title: '生产工单号',minWidth:160}, |
| | | {field: 'productNo', sort: true, title: 'SFC总成序列号',minWidth:160}, |
| | | /* {field: 'drawingNo', sort: true, title: '图号'},*/ |
| | | {field: 'materialCode', sort: true, title: '物料编号',minWidth:160}, |
| | | /* {field: 'materialName', sort: true, title: '物料描述'},*/ |
| | | {field: 'locationCode', sort: true, title: '工位编号',minWidth:110}, |
| | | /* {field: 'locationName', sort: true, title: '工位名称'},*/ |
| | | {field: 'locationType', sort: true, title: '工位类型',minWidth:110},//(1上线工位2过程工位3下线工位) |
| | | {field: 'productQty', sort: true, title: '生产数量',minWidth:110}, |
| | | {field: 'startTime', sort: true, title: '开始时间',minWidth:160}, |
| | | {field: 'endTime', sort: true, title: '结束时间',minWidth:160}, |
| | | {field: 'materialCode', sort: true, title: '产品编号',minWidth:160}, |
| | | {field: 'materialName', sort: true, title: '产品名称'}, |
| | | // {field: 'locationCode', sort: true, title: '工位编号',minWidth:110}, |
| | | {field: 'startTime', sort: true, title: '上线时间',minWidth:160}, |
| | | {field: 'endTime', sort: true, title: '下线时间',minWidth:160}, |
| | | {field: 'whetherPass', sort: true, title: '是否合格',minWidth:110},//(1是0否) |
| | | {field: 'notPassReason', sort: true, title: '不合格原因',minWidth:110}, |
| | | {field: 'operationUser', sort: true, title: '操作用户',minWidth:110} |
| | | |
| | | /* {field: 'locationName', sort: true, title: '工位名称'},*/ |
| | | // {field: 'locationType', sort: true, title: '工位类型',minWidth:110},//(1上线工位2过程工位3下线工位) |
| | | // {field: 'productQty', sort: true, title: '生产数量',minWidth:110}, |
| | | // |
| | | // {field: 'notPassReason', sort: true, title: '不合格原因',minWidth:110}, |
| | | // {field: 'operationUser', sort: true, title: '操作用户',minWidth:110} |
| | | /*{field: 'spareField1', sort: true, title: '预留字段1'}, |
| | | {field: 'spareField2', sort: true, title: '预留字段2'}, |
| | | {field: 'spareField3', sort: true, title: '预留字段3'}, |