huangyw 3 лет назад
Родитель
Сommit
abb99dd330

+ 35 - 49
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue Просмотреть файл

348
                       <div
348
                       <div
349
                         class="under_line"
349
                         class="under_line"
350
                         style="
350
                         style="
351
-                          width: 180px;
351
+                          width: 250px;
352
                           text-align: center;
352
                           text-align: center;
353
                           white-space: normal;
353
                           white-space: normal;
354
                         "
354
                         "
368
                       导管:
368
                       导管:
369
                       <div
369
                       <div
370
                         class="under_line"
370
                         class="under_line"
371
-                        style="width: 150px; text-align: center"
371
+                        style="width: 270px; text-align: center"
372
                       >
372
                       >
373
                         {{ predialysis.catheter ? predialysis.catheter : "/" }}
373
                         {{ predialysis.catheter ? predialysis.catheter : "/" }}
374
                       </div>
374
                       </div>
761
                         }}
761
                         }}
762
                       </div>
762
                       </div>
763
                     </div>
763
                     </div>
764
-                    <div class="inline_block" style="flex: 1">
764
+                    <div class="inline_block" style="padding-right: 15px">
765
                       灌流器:
765
                       灌流器:
766
                       <div
766
                       <div
767
                         class="under_line"
767
                         class="under_line"
768
-                        style="width: 70px; text-align: center"
768
+                        style="width: 130px; text-align: center"
769
                       >
769
                       >
770
                         {{
770
                         {{
771
                           prescription.dialysis_irrigation
771
                           prescription.dialysis_irrigation
779
                       穿刺方式:
779
                       穿刺方式:
780
                       <div
780
                       <div
781
                         class="under_line"
781
                         class="under_line"
782
-                        style="width: 100px; text-align: center"
782
+                        style="width: 170px; text-align: center"
783
                       >
783
                       >
784
                         {{
784
                         {{
785
                           predialysis.puncture_way
785
                           predialysis.puncture_way
793
                       穿刺针:
793
                       穿刺针:
794
                       <div
794
                       <div
795
                         class="under_line"
795
                         class="under_line"
796
-                        style="width: 100px; text-align: center"
796
+                        style="width: 170px; text-align: center"
797
                       >
797
                       >
798
                         {{
798
                         {{
799
                           predialysis.puncture_needle
799
                           predialysis.puncture_needle
1176
                         >
1176
                         >
1177
                           置换量<br />(ml)
1177
                           置换量<br />(ml)
1178
                         </td>
1178
                         </td>
1179
-                        <td width="200" v-if="org_id == 9919">ktv</td>
1180
                         <td width="200">病情变化及处理</td>
1179
                         <td width="200">病情变化及处理</td>
1181
 
1180
 
1182
                         <!-- <td width="100">时间</td>
1181
                         <!-- <td width="100">时间</td>
1197
                         :key="monindex"
1196
                         :key="monindex"
1198
                       >
1197
                       >
1199
                         <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
1198
                         <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
1199
+                        <!-- 血压 -->
1200
                         <td>
1200
                         <td>
1201
                           {{
1201
                           {{
1202
                             monitor.systolic_blood_pressure
1202
                             monitor.systolic_blood_pressure
1209
                               : ""
1209
                               : ""
1210
                           }}
1210
                           }}
1211
                         </td>
1211
                         </td>
1212
+                        <!-- 脉搏 -->
1212
                         <td>
1213
                         <td>
1213
                           {{
1214
                           {{
1214
                             monitor.pulse_frequency
1215
                             monitor.pulse_frequency
1216
                               : ""
1217
                               : ""
1217
                           }}
1218
                           }}
1218
                         </td>
1219
                         </td>
1220
+                        <!-- 呼吸 -->
1219
                         <td>
1221
                         <td>
1220
                           {{
1222
                           {{
1221
                             monitor.breathing_rate ? monitor.breathing_rate : ""
1223
                             monitor.breathing_rate ? monitor.breathing_rate : ""
1222
                           }}
1224
                           }}
1223
                         </td>
1225
                         </td>
1226
+                        <!-- 血流量 -->
1224
                         <td>
1227
                         <td>
1225
                           {{
1228
                           {{
1226
                             monitor.blood_flow_volume
1229
                             monitor.blood_flow_volume
1228
                               : ""
1231
                               : ""
1229
                           }}
1232
                           }}
1230
                         </td>
1233
                         </td>
1234
+                        <!-- 静脉压 -->
1231
                         <td>
1235
                         <td>
1232
                           {{
1236
                           {{
1233
                             monitor.venous_pressure
1237
                             monitor.venous_pressure
1235
                               : ""
1239
                               : ""
1236
                           }}
1240
                           }}
1237
                         </td>
1241
                         </td>
1242
+                        <!-- 跨膜压 -->
1238
                         <td>
1243
                         <td>
1239
                           {{
1244
                           {{
1240
                             monitor.transmembrane_pressure
1245
                             monitor.transmembrane_pressure
1242
                               : ""
1247
                               : ""
1243
                           }}
1248
                           }}
1244
                         </td>
1249
                         </td>
1245
-                        <td v-if="org_id != 9836">
1250
+                        <!-- 透析液温度 -->
1251
+                        <td>
1246
                           {{
1252
                           {{
1247
                             monitor.dialysate_temperature
1253
                             monitor.dialysate_temperature
1248
                               ? monitor.dialysate_temperature
1254
                               ? monitor.dialysate_temperature
1249
                               : ""
1255
                               : ""
1250
                           }}
1256
                           }}
1251
                         </td>
1257
                         </td>
1258
+                        <!-- 电导度 -->
1252
                         <td>
1259
                         <td>
1253
                           {{ monitor.conductivity ? monitor.conductivity : "" }}
1260
                           {{ monitor.conductivity ? monitor.conductivity : "" }}
1254
                         </td>
1261
                         </td>
1255
-
1256
-                        <td v-if="org_id == 9538">
1257
-                          {{
1258
-                            monitor.sodium_concentration
1259
-                              ? monitor.sodium_concentration
1260
-                              : ""
1261
-                          }}
1262
-                        </td>
1262
+                        <!-- 超滤量 -->
1263
                         <td>
1263
                         <td>
1264
                           {{
1264
                           {{
1265
                             monitor.ultrafiltration_volume
1265
                             monitor.ultrafiltration_volume
1267
                               : ""
1267
                               : ""
1268
                           }}
1268
                           }}
1269
                         </td>
1269
                         </td>
1270
-                        <td
1271
-                          v-if="
1272
-                            dialysisOrder &&
1273
-                            monitor.operate_time <= dialysisOrder.end_time &&
1274
-                            dialysisOrder &&
1275
-                            monitor.operate_time >= dialysisOrder.start_time
1276
-                          "
1277
-                        >
1278
-                          {{
1279
-                            monitor.ultrafiltration_volume
1280
-                              ? monitor.ultrafiltration_volume
1281
-                              : "0"
1282
-                          }}
1283
-                        </td>
1284
-                        <!-- <td style="width:50px">
1285
-                          <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">
1286
-                            {{ monitor.displacement_quantity ? monitor.displacement_quantity : 0 }}
1287
-                          </span>
1288
-                          <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time > dialysisOrder.end_time) || (dialysisOrder && monitor.operate_time < dialysisOrder.start_time))">
1289
-                            {{ monitor.displacement_quantity ? monitor.displacement_quantity : "" }}
1290
-                          </span>
1291
-                        </td> -->
1292
                         <td
1270
                         <td
1293
                           v-if="
1271
                           v-if="
1294
                             prescription.mode_id == 2 ||
1272
                             prescription.mode_id == 2 ||
1305
                             }}
1283
                             }}
1306
                           </span>
1284
                           </span>
1307
                         </td>
1285
                         </td>
1308
-                        <td width="200" v-if="org_id == 9919">
1309
-                          {{ monitor.ktv }}
1310
-                        </td>
1286
+                        <!-- <td
1287
+                          v-if="
1288
+                            dialysisOrder &&
1289
+                            monitor.operate_time <= dialysisOrder.end_time &&
1290
+                            dialysisOrder &&
1291
+                            monitor.operate_time >= dialysisOrder.start_time
1292
+                          "
1293
+                        >
1294
+                          {{
1295
+                            monitor.ultrafiltration_volume
1296
+                              ? monitor.ultrafiltration_volume
1297
+                              : "0"
1298
+                          }}
1299
+                        </td> -->
1311
                         <td style="line-height: 16px; padding: 0px">
1300
                         <td style="line-height: 16px; padding: 0px">
1312
                           <div
1301
                           <div
1313
                             style="
1302
                             style="
1919
                       透析器凝血:
1908
                       透析器凝血:
1920
                       <div
1909
                       <div
1921
                         class="under_line"
1910
                         class="under_line"
1922
-                        style="
1923
-                          width: 225px;
1924
-                          text-align: center;
1925
-                          white-space: normal;
1926
-                        "
1911
+                        style="width: 200px; text-align: center"
1927
                       >
1912
                       >
1928
                         {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
1913
                         {{ afterdialysis.cruor ? afterdialysis.cruor : "/" }}
1914
+                        
1929
                       </div>
1915
                       </div>
1930
                     </div>
1916
                     </div>
1931
 
1917
 
1952
                       <div
1938
                       <div
1953
                         class="under_line"
1939
                         class="under_line"
1954
                         style="
1940
                         style="
1955
-                          width: 170px;
1956
                           text-align: center;
1941
                           text-align: center;
1957
-                          white-space: normal;
1942
+                          min-width: 155px;
1943
+                          width: auto;
1958
                         "
1944
                         "
1959
                       >
1945
                       >
1960
                         {{
1946
                         {{
1964
                         }}
1950
                         }}
1965
                       </div>
1951
                       </div>
1966
                     </div>
1952
                     </div>
1967
-                    <div class="inline_block" style="flex: 2">
1953
+                    <div class="inline_block">
1968
                       导管:
1954
                       导管:
1969
                       <div
1955
                       <div
1970
                         class="under_line"
1956
                         class="under_line"

+ 9 - 3
src/xt_pages/outpatientDoctorStation/print.vue Просмотреть файл

11
           >打印</el-button
11
           >打印</el-button
12
         >
12
         >
13
       </template> -->
13
       </template> -->
14
-
14
+<!-- 机构id列表
15
+3877 :测试
16
+10138、10243:百霖
17
+0:本地
18
+9675:测试
19
+ -->
15
     <div class="dialysisPage" style="padding-top: 40px">
20
     <div class="dialysisPage" style="padding-top: 40px">
16
-      <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 9675">
21
+      <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 4 && org_id !=0">
17
         <printOne v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
22
         <printOne v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
18
 
23
 
19
         <!--        <printSix-->
24
         <!--        <printSix-->
55
 
60
 
56
         <!-- <printSix v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printSix> -->
61
         <!-- <printSix v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printSix> -->
57
       </div>
62
       </div>
58
-      <div v-else-if="org_id == 10243 || org_id == 9675 || org_id == 0 ">
63
+      <div v-else-if="org_id == 10243 || org_id == 9675">
59
         <printSix
64
         <printSix
60
           v-bind:childResponse="childResponse"
65
           v-bind:childResponse="childResponse"
61
           :advicePrint="advicePrint"
66
           :advicePrint="advicePrint"
248
 
253
 
249
   created() {
254
   created() {
250
     this.org_id = this.$store.getters.xt_user.org_id;
255
     this.org_id = this.$store.getters.xt_user.org_id;
256
+    console.log(this.org_id,'机构id')
251
     this.getAllDoctorList();
257
     this.getAllDoctorList();
252
     var record_date = this.paramsObj.record;
258
     var record_date = this.paramsObj.record;
253
     this.record_date = record_date;
259
     this.record_date = record_date;

+ 1 - 1
src/xt_pages/outpatientDoctorStation/treatPrint.vue Просмотреть файл

15
       <div class='dialysisPage' style="padding-top:40px;">
15
       <div class='dialysisPage' style="padding-top:40px;">
16
         <!-- 此下条为本地开发下页面 -->
16
         <!-- 此下条为本地开发下页面 -->
17
         <!-- <printTwo v-if="org_id == 4" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo> -->
17
         <!-- <printTwo v-if="org_id == 4" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo> -->
18
-        <printOne v-if="org_id != 10138 && org_id != 10278" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
18
+        <printOne v-if="org_id != 10138 && org_id != 10278 && org_id !=4&& org_id !=0" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
19
         <printTwo v-else v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo>
19
         <printTwo v-else v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo>
20
       </div>
20
       </div>
21
   </div>
21
   </div>