打印瓶签
打印采血条码
打印处方
打印处置单
处方单
批量执行
批量取消
处置项目
{{
row.serviceStatus_enumText
? row.serviceStatus_enumText
: row.chargeStatus_enumText
}}
{{
scope.row.medCategory
? scope.row.medCategory_dictText
: scope.row.serviceCategory_dictText
}}
{{ scope.row.quantity + ' ' + scope.row.unitCode_dictText }}
-
{{ scope.row.performCount - scope.row.cancelCount }}
{{
scope.row.unitPrice ? scope.row.unitPrice.toFixed(2) + ' 元' : '0.00' + ' 元'
}}
{{
scope.row.totalPrice
? scope.row.totalPrice.toFixed(2) + ' 元'
: '0.00' + ' 元'
}}
执行记录
耗材使用
{{ row.dispenseStatus_enumText }}
{{ scope.row.quantity + ' ' + scope.row.unitCode_dictText }}
{{ row.unitPrice ? row.unitPrice.toFixed(2) : '0.00' + ' 元' }}
{{ row.totalPrice ? row.totalPrice.toFixed(2) : '0.00' + ' 元' }}