| | |
| | | page: true, |
| | | cellMinWidth: 100, |
| | | cols: [[ |
| | | {type: 'numbers'}, |
| | | // {type: 'numbers'}, |
| | | // {field: 'billNo', title: '检验编号', align: 'center'}, |
| | | {field: 'seqNo', title: '单据行号', align: 'center'}, |
| | | {field: 'orderNo', title: '入库单号', align: 'center'}, |
| | | {field: 'anfme', title: '待入库数量', align: 'center'}, |
| | | {field: 'matnr', title: '产品ID', align: 'center'}, |
| | | {field: 'maktx', title: '产品名称', align: 'center'}, |
| | | {field: 'seqNo', title: '单据行号', align: 'center',width: 100}, |
| | | {field: 'orderNo', title: '入库单号', align: 'center',width: 150}, |
| | | {field: 'anfme', title: '待入库数量', align: 'center',width: 100}, |
| | | {field: 'matnr', title: '产品ID', align: 'center',width: 150}, |
| | | {field: 'maktx', title: '产品名称', align: 'center',width: 150}, |
| | | // {field: 'maktx', title: '产品名称', align: 'center'}, |
| | | {field: 'prodDate$', title: '生产日期', align: 'center'}, |
| | | {field: 'quaStatus', title: '检验状态', align: 'center'}, |
| | | {field: 'rejectQty', title: '不合格数量', align: 'center'}, |
| | | {field: 'rejectReason', title: '不合格原因', align: 'center'}, |
| | | {field: 'prodDate$', title: '生产日期', align: 'center',width: 150}, |
| | | {field: 'quaStatus$', title: '检验状态', align: 'center',width: 100}, |
| | | {field: 'rejectQty', title: '不合格数量', align: 'center',width: 100}, |
| | | {field: 'rejectReason', title: '不合格原因', align: 'center',width: 150}, |
| | | |
| | | ]], |
| | | request: { |