diff --git a/src/components/outpatient/PharmaceuticalConsumables.vue b/src/components/outpatient/PharmaceuticalConsumables.vue index b8f9a1e..5c19cc4 100644 --- a/src/components/outpatient/PharmaceuticalConsumables.vue +++ b/src/components/outpatient/PharmaceuticalConsumables.vue @@ -9,7 +9,7 @@
-
{{ hilistInfo.name }}
+
{{ hilistInfo.name }}[{{ hilistInfo.json?.category||'-' }}]
¥{{ item.selectedPrice }}/{{ item.selectedUnit }}
-
- +
规格:{{hilistInfo.json?.dosage_specifications||'-'}}
+
生产厂商:{{hilistInfo.json?.producer||'-'}}
+
限价:{{hilistInfo.json?.stock||'0'}}
+
+
+
批准文号:{{hilistInfo.json?.approval_number||'-'}}
+
本位码:{{hilistInfo.json?.standard_code ||'-'}}
+
+
+
限价:{{ hilistInfo.hilistPricUplmtAmt ? hilistInfo.hilistPricUplmtAmt : '无' }}
+
限价类型:{{ hilistInfo.hilistLmtpricType ? hilistInfo.hilistLmtpricType : '无' }}