{{ $t('cg.cgsparedetail.spName') }}{{$t('common.colon')}}
{{partRow.spName}}
{{ $t('cg.cgsparedetail.spCode') }}{{$t('common.colon')}}
{{ $ph(partRow.spCode)}}
{{ $t('cg.cgsparedetail.specification') }}{{$t('common.colon')}}
{{$ph(partRow.drawNumber)}}
{{ $t('cg.cgsparedetail.measurementUnit') }}{{$t('common.colon')}}
{{$ph(partRow.measurementUnit)}}
{{ $t('cg.cgsmadetail.maTypeName') }}{{$t('common.colon')}}{{
deviceRow.spName
}}
{{ $t('cg.cgsmadetail.maTypeName') }}{{$t('common.colon')}}{{
deviceRow.spName
}}
{{
scope.row.unitPrice
? scope.row.unitPrice.toFixed(2)
: scope.row.unitPrice
}}
{{
scope.row.subtotal
? scope.row.subtotal.toFixed(2)
: scope.row.subtotal
}}