陈少旭 1 年間 前
コミット
940227dbbd

+ 2 - 1
src/xt_pages/hospitalStation/components/deskPrescription.vue ファイルの表示

@@ -2827,6 +2827,7 @@ export default {
2827 2827
           '-' +
2828 2828
           (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + (hours < 10 ? '0' + hours : hours) +
2829 2829
           ':' + (min < 10 ? '0' + min : min)
2830
+
2830 2831
       let obj = {
2831 2832
         id: 0,
2832 2833
         name: newTabName,
@@ -2834,7 +2835,7 @@ export default {
2834 2835
         advices: [],
2835 2836
         project: [],
2836 2837
         addition: [],
2837
-        pre_time: this.prescriptions[0].pre_time
2838
+        pre_time: nowTime
2838 2839
 
2839 2840
       }
2840 2841
 

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue ファイルの表示

@@ -2944,7 +2944,7 @@ export default {
2944 2944
         advices: [],
2945 2945
         project: [],
2946 2946
         addition: [],
2947
-        pre_time: this.prescriptions[0].pre_time
2947
+        pre_time: nowTime
2948 2948
 
2949 2949
       }
2950 2950
 

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

@@ -38,7 +38,10 @@
38 38
             <div style="margin-bottom: 10px">
39 39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
40 40
             </div>
41
-            <div style="margin-bottom: 10px">
41
+            <div style="margin-bottom: 10px" v-if="org_id == 10537">
42
+              医保卡号:{{item.patient.id_card_no}}
43
+            </div>
44
+            <div style="margin-bottom: 10px" v-else>
42 45
               医保卡号:
43 46
             </div>
44 47
             <div style="margin-bottom: 10px" v-if="org_id != 10188">