Browse Source

提交代码

陈少旭 1 year ago
parent
commit
940227dbbd

+ 2 - 1
src/xt_pages/hospitalStation/components/deskPrescription.vue View File

2827
           '-' +
2827
           '-' +
2828
           (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + (hours < 10 ? '0' + hours : hours) +
2828
           (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + (hours < 10 ? '0' + hours : hours) +
2829
           ':' + (min < 10 ? '0' + min : min)
2829
           ':' + (min < 10 ? '0' + min : min)
2830
+
2830
       let obj = {
2831
       let obj = {
2831
         id: 0,
2832
         id: 0,
2832
         name: newTabName,
2833
         name: newTabName,
2834
         advices: [],
2835
         advices: [],
2835
         project: [],
2836
         project: [],
2836
         addition: [],
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 View File

2944
         advices: [],
2944
         advices: [],
2945
         project: [],
2945
         project: [],
2946
         addition: [],
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 View File

38
             <div style="margin-bottom: 10px">
38
             <div style="margin-bottom: 10px">
39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
40
             </div>
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
             </div>
46
             </div>
44
             <div style="margin-bottom: 10px" v-if="org_id != 10188">
47
             <div style="margin-bottom: 10px" v-if="org_id != 10188">