From 36619d5bcead5419795725da132d10ca8557d3aa Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Tue, 6 May 2025 16:45:32 +0800 Subject: [PATCH] dev --- .../outpatient/PharmaceuticalConsumables.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 : '无' }}