| | |
| | | {field: 'zpallet', title: '容器码', width: 120}, |
| | | {field: 'matnr', title: '商品编码', width: 160}, |
| | | {field: 'maktx', title: '商品名称', width: 160}, |
| | | {field: 'batch', title: '批号'}, |
| | | {field: 'suppCode', title: '供应商'}, |
| | | {field: 'anfme', title: '数量'}, |
| | | {field: 'workQty', title: '盘点数量'}, |
| | | {field: 'diffQty', title: '差异数量', style: 'font-weight: bold'}, |
| | |
| | | {field: 'locNo', title: '库位号'}, |
| | | {field: 'matnr', title: '商品编码', width: 160}, |
| | | {field: 'maktx', title: '商品名称', width: 200}, |
| | | {field: 'batch', title: '批号'}, |
| | | {field: 'suppCode', title: '供应商'}, |
| | | {field: 'specs', title: '规格'}, |
| | | {field: 'anfme', title: '数量', minWidth: 110, width: 110}, |
| | | // {field: 'unit', title: '单位', width: 80}, |
| | |
| | | |
| | | } |
| | | } |
| | | if (data[j].diffQty !== 0){ |
| | | if (undefined !== data[j] && data[j].diffQty !== 0){ |
| | | isDuplicate = true; |
| | | duplicateCount++; |
| | | } |
| | |
| | | // {type: 'checkbox', merge: ['orderNo']}, |
| | | {field: 'orderNo', title: '单据编号', merge: true, align: 'center'}, |
| | | {field: 'title', title: '商品', merge: true, align: 'center', width: 350}, |
| | | {field: 'batch', title: '序列码', align: 'center'}, |
| | | {field: 'suppCode', title: '供应商', align: 'center'}, |
| | | {field: 'anfme', title: '数量', align: 'center', width: 90, style: 'font-weight: bold'}, |
| | | {field: 'locNo', title: '货位', align: 'center', width: 100, templet: '#locNoTpl'}, |
| | | // {field: 'suppCode', title: '供应商', align: 'center', width: 100}, |
| | | {field: 'frozen$', title: '明细', align: 'center', width: 90, templet: '#locFrozen'}, |
| | | {field: 'frozenLoc$', title: '库位', align: 'center', width: 90, templet: '#locFrozenLoc'}, |
| | | {field: 'staNos', align: 'center', title: '出库站', merge: ['locNo'], templet: '#tbBasicTbStaNos'}, |