ソースを参照

7月5,舒和费用汇总的修改

yq1 9 ヶ月 前
コミット
c5aececae8
共有1 個のファイルを変更した7 個の追加4 個の削除を含む
  1. 7 4
      src/xt_pages/outpatientDoctorStation/template/prineight.vue

+ 7 - 4
src/xt_pages/outpatientDoctorStation/template/prineight.vue ファイルの表示

@@ -70,12 +70,15 @@
70 70
           <!-- 精二 -->
71 71
           <div style="border-bottom: 1px solid black;border-top: 1px solid black;width: 100%;"
72 72
             v-if="prescriptions[index].med_type == '1112'">
73
-            <div style="display: flex;">
74
-              <div style="flex: 1;">处方编号:</div>
73
+            <div style="display: flex;margin: 10px 0;">
74
+              <div style="flex: 1;">处方编号:
75
+                {{ item.prescription_number.substring(
76
+                  item.prescription_number.length - 6
77
+                ) }}</div>
75 78
               <div style="flex: 1;">日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}</div>
76 79
             </div>
77 80
             
78
-            <div  style="display: flex;margin: 10px 0;line-height: 24px;padding: 0 10px;">
81
+            <div  style="display: flex;padding: 0 10px;">
79 82
               <p style="width: 200px;">姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
80 83
               <p style="width: 200px;">
81 84
                 性别:
@@ -98,7 +101,7 @@
98 101
             </div>
99 102
             <div style="display: flex;">
100 103
               <div style="flex: 1;">临床诊断:{{ getDiagnosis(item.info.diagnosis) }}</div>
101
-              <div style="flex: 1;">身份证号:</div>
104
+              <div style="flex: 1;">身份证号:{{item.patient.id_card_no}}</div>
102 105
             </div>
103 106
             <div style="flex: 2;margin: 10px 0;">住址/电话:{{ item.patient.home_address }}&nbsp;<span>{{ item.patient.phone }}</span></div>
104 107
             <div style="display: flex;">