瀏覽代碼

处方笺

huangyw 3 年之前
父節點
當前提交
2b94b5d0ec

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFortySix.vue 查看文件

1233
                               monitor.operate_time < dialysisOrder.start_time)
1233
                               monitor.operate_time < dialysisOrder.start_time)
1234
                           "
1234
                           "
1235
                         >
1235
                         >
1236
-                          {{
1236
+                         {{
1237
                             monitor.ultrafiltration_volume
1237
                             monitor.ultrafiltration_volume
1238
                               ? monitor.ultrafiltration_volume
1238
                               ? monitor.ultrafiltration_volume
1239
                               : ""
1239
                               : ""

+ 10 - 10
src/xt_pages/outpatientDoctorStation/template/printSix.vue 查看文件

26
 
26
 
27
         <div class="infoTitle" style="border-bottom: 1px solid #000">
27
         <div class="infoTitle" style="border-bottom: 1px solid #000">
28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
28
           <p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
29
-          <p style="width: 176px">费别:</p>
30
-          <p style="width: 198px" v-if="hisPatient.number.length <= 11">
31
-            门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
29
+          <p style="width: 150px">费别:</p>
30
+          <p style="width: 210px" v-if="hisPatient.number.length <= 11">
31
+            门诊号:12345678912{{ hisPatient.number ? hisPatient.number : "" }}
32
           </p>
32
           </p>
33
 
33
 
34
           <p style="text-align: right; width: 155px">
34
           <p style="text-align: right; width: 155px">
50
           </p>
50
           </p>
51
         </div>
51
         </div>
52
         <div class="infoTitle" style="border-bottom: 1px solid #000">
52
         <div class="infoTitle" style="border-bottom: 1px solid #000">
53
-          <p>姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
54
-          <p>
53
+          <p style="width: 150px;">姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
54
+          <p style="width: 145px;">
55
             性别:
55
             性别:
56
             <span v-if="item.patient.gender == 1">男</span>
56
             <span v-if="item.patient.gender == 1">男</span>
57
             <span v-if="item.patient.gender == 2">女</span>
57
             <span v-if="item.patient.gender == 2">女</span>
58
           </p>
58
           </p>
59
-          <p>年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
60
-          <p>电话:{{ item.patient.phone }}</p>
59
+          <p style="width: 135px;">年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
60
+          <p style="max-width: 150px;text-align: right;">电话:{{ item.patient.phone }}</p>
61
         </div>
61
         </div>
62
         <div class="infoTitle" style="border-bottom: 1px solid #000">
62
         <div class="infoTitle" style="border-bottom: 1px solid #000">
63
           <p style="width:100%">地址:{{ item.patient.home_address }}</p>
63
           <p style="width:100%">地址:{{ item.patient.home_address }}</p>
138
               }}元/{{ it.count }}次
138
               }}元/{{ it.count }}次
139
             </div>
139
             </div>
140
           </div>
140
           </div>
141
-          <div style="text-align: center">(以下空白)</div>
141
+          <!-- <div style="text-align: center">(以下空白)</div> -->
142
         </div>
142
         </div>
143
 
143
 
144
         <div class="infoTitle"></div>
144
         <div class="infoTitle"></div>
462
   font-size: 22px;
462
   font-size: 22px;
463
   text-align: center;
463
   text-align: center;
464
   font-weight: bold;
464
   font-weight: bold;
465
-  display: flex;
465
+  // display: flex;
466
   position: relative;
466
   position: relative;
467
   left: 50%;
467
   left: 50%;
468
-  transform: translateX(-50px);
468
+  transform: translateX(-50%);
469
 }
469
 }
470
 .infoTitle_thin {
470
 .infoTitle_thin {
471
   display: flex;
471
   display: flex;