商品信息
{{JSON.parse(scope.row.jsonInfo).barCode}}
{{JSON.parse(scope.row.jsonInfo).productName}}
¥{{JSON.parse(scope.row.jsonInfo).price.toFixed(2)}}
{{JSON.parse(scope.row.jsonInfo).sku}}
{{scope.row.num}}
{{scope.row.isPrescribe!=null&&scope.row.isPrescribe==1?'是':'否'}}
¥{{(scope.row.num*JSON.parse(scope.row.jsonInfo).price).toFixed(2)}}
合计:¥{{item.totalPrice.toFixed(2)}}
剂数:{{counts}}
制作类型:{{ recipeType === 0 ? '颗粒剂' : recipeType === 1 ? '膏方' : '饮片'}}