{{ scope.row.lineNo}}
{{scope.row.skuCode}}
{{scope.row.skuName}}
{{scope.row.ownerCode}}
{{scope.row.ownerName}}
预收:{{scope.row.qtyPlanUom}}
已收:{{scope.row.qtyRcvEa}}
预收:{{(+scope.row.planWeight).toFixed($consts.numFix.TON)}}
已收:{{(+scope.row.rcvWeight).toFixed($consts.numFix.TON)}}
{{ $utils.keyMatcher(scope.row.reserveCode, $keys.stockIn.reserveCode).name }}
{{ $utils.keyMatcher(scope.row.isQc, $keys.stockIn.isQc).name }}
{{ $utils.keyMatcher(scope.row.qcStatus, $keys.stockIn.qcStatus).name }}
{{ $utils.keyMatcher(scope.row.qcPhase, $keys.stockIn.qcPhase).name }}