{{ scope.row.parentRstName }} > {{ scope.row.rstName }}
{{ scope.row.specName || '-' }}
{{ scope.row.supplierName || '-' }}
{{ scope.row.quantity }}{{ scope.row.unitCodeName || '' }}
{{ scope.row.purchaseQuantity ? scope.row.purchaseQuantity + scope.row.unitCodeName : '-' }}
¥{{ scope.row.price ? scope.row.price : '0.00' }}
{{ scope.row.totalPrice }}
{{ scope.row.remark }}