{{
- userPatientHealthInquiry.liver_function === 0 ? '正常' : '异常'
- }}
+ userPatientHealthInquiry.liver_function === 0 ? '正常' : '异常'
+ }}
{{
- userPatientHealthInquiry.renal_function === 0 ? '正常' : '异常'
- }}
+ userPatientHealthInquiry.renal_function === 0 ? '正常' : '异常'
+ }}
{{
- userPatientHealthInquiry.person_status === 0 ? '无' : '有'
- }}
+ userPatientHealthInquiry.person_status === 0 ? '无' : '有'
+ }}
{{
- userPatientHealthInquiry.allergic_status === 0 ? '无' : '有'
- }}
+ userPatientHealthInquiry.allergic_status === 0 ? '无' : '有'
+ }}
{{
- userPatientHealthInquiry.family_status === 0 ? '无' : '有'
- }}
+ userPatientHealthInquiry.family_status === 0 ? '无' : '有'
+ }}
{{
- item.created_at
- }}
+ item.created_at
+ }}
- {{ item.prescription_type === 1 ? '中药处方' : '西药处方' }} / {{ item.category === 1 ? '自费' : '医保' }}
+ {{ item.prescription_type === 1 ? '中药处方' : '西药处方' }} /
+ {{ item.category === 1 ? '自费' : '医保' }}
-
-
-
+
+
+
@@ -1164,8 +1249,17 @@ const newDrugInfo = ref({})
-
-
+
+
自费
医保
@@ -1188,36 +1282,41 @@ const newDrugInfo = ref({})
-
+
-
+
+
{{ index + 1 }}、
- {{(index+1)}}、
+
+
+ ¥{{ (drug.price * drug.number).toFixed(2) }}
+
+
-
+
+
{{ currentDrugs.length + 1 }}、
- {{(currentDrugs.length+1)}}、
@@ -1290,36 +1391,40 @@ const newDrugInfo = ref({})
{{ value.drug.drug_name }}
- ,
+ ,
- g
+ g
- ,
-
+
-
- 煎服
-
- {{ value.name }}
-
-
- ,
-
- ¥{{ ((newDrugInfo.price || 0) * (newDrugInfo.number || 1)).toFixed(2) }}元
+ 煎服
+
+ {{ value.name }}
+
+
+
+
+ ¥{{
+ (
+ (newDrugInfo.price || 0) * (newDrugInfo.number || 1)
+ ).toFixed(2)
+ }}元
+
@@ -1346,7 +1451,7 @@ const newDrugInfo = ref({})
v-if="activeCategory !== 1"
style="width: 120px; margin: 0 auto"
>
-
+
@@ -1365,7 +1470,7 @@ const newDrugInfo = ref({})
class="w-full"
@blur="updateChineseNumber"
>
- g
+ g
@@ -1499,36 +1604,59 @@ const newDrugInfo = ref({})
常用诊断
-
+
常用医嘱
-
+
诊疗费用:
- /元
+ /元
加工费:¥{{ processingFee.toFixed(2) }}
-
商品价格:¥{{ totalProductCost.toFixed(2) }}
+
+ 商品价格:¥{{ totalProductCost.toFixed(2) }}
+
总计:¥{{ totalCost.toFixed(2) }}
-
+
-
-
-
-
+
+
+
+