ソースを参照

统计配置页面

XMLWAN 4 年 前
コミット
58de8b05a3

+ 16 - 2
src/xt_pages/data/components/tableson.vue ファイルの表示

@@ -355,6 +355,20 @@ export default {
355 355
       };
356 356
     },
357 357
     handleCreate() {
358
+      for (let i = 0; i < this.list.length; i++) {
359
+        if (
360
+          this.list[i].name == "无肝素" ||
361
+          this.list[i].name == "普通肝素" ||
362
+          this.list[i].name == "低分子肝素钠" ||
363
+          this.list[i].name == "低分子肝素钙" ||
364
+          this.list[i].name == "阿加曲班" ||
365
+          this.list[i].name == "枸橼酸钠"
366
+        ) {
367
+          this.$message.error("该项暂不支持新增");
368
+          return false;
369
+        }
370
+      }
371
+
358 372
       this.resetTemp();
359 373
       this.dialogStatus = "create";
360 374
       this.dialogFormVisible = true;
@@ -391,8 +405,8 @@ export default {
391 405
       if (
392 406
         row.name == "无肝素" ||
393 407
         row.name == "普通肝素" ||
394
-        row.name == "低分子钠" ||
395
-        row.name == "低分子钙" ||
408
+        row.name == "低分子肝素钠" ||
409
+        row.name == "低分子肝素钙" ||
396 410
         row.name == "阿加曲班" ||
397 411
         row.name == "枸橼酸钠"
398 412
       ) {

+ 8 - 8
src/xt_pages/dialysis/batch_print/batch_print_order_eight.vue ファイルの表示

@@ -297,7 +297,7 @@
297 297
                             alt=""
298 298
                             srcset=""
299 299
                             v-else
300
-                            style="height: 20px;"
300
+                            style="height: 30px;"
301 301
                           /></span>
302 302
                   </td>
303 303
                   <td style="text-align:left;">
@@ -325,7 +325,7 @@
325 325
                             alt=""
326 326
                             srcset=""
327 327
                             v-else
328
-                            style="height: 20px;"
328
+                            style="height: 30px;"
329 329
                           />
330 330
                       </span>
331 331
                   </td>
@@ -354,7 +354,7 @@
354 354
                             alt=""
355 355
                             srcset=""
356 356
                             v-else
357
-                            style="height: 20px;"
357
+                            style="height: 30px;"
358 358
                           />
359 359
                       </span>
360 360
                   </td>
@@ -393,7 +393,7 @@
393 393
                             alt=""
394 394
                             srcset=""
395 395
                             v-else
396
-                            style="height: 20px;"
396
+                            style="height: 30px;"
397 397
                           />  </span
398 398
                     >
399 399
                   </td>
@@ -564,13 +564,13 @@
564 564
                             <label-box
565 565
                               showValue="好"
566 566
                               :isChecked="
567
-                                record.assessment_before_dislysis.catheter.indexOf('畅度-好') > -1 ? true : false
567
+                                record.assessment_before_dislysis.catheter.indexOf('畅度-好') > -1 ? true : false
568 568
                               "
569 569
                             ></label-box>
570 570
                             <label-box
571 571
                               showValue="差"
572 572
                               :isChecked="
573
-                                record.assessment_before_dislysis.catheter.indexOf('畅度-差') > -1 ? true : false
573
+                                record.assessment_before_dislysis.catheter.indexOf('畅度-差') > -1 ? true : false
574 574
                               "
575 575
                             ></label-box>
576 576
                             &nbsp;&nbsp;溶栓:
@@ -831,7 +831,7 @@
831 831
          <td> {{ monitor.symptom }} &nbsp;{{ monitor.result }}</td>
832 832
          <td colspan="2">
833 833
            <span v-show="showOne">{{getName(monitor.monitoring_nurse)}}</span>
834
-           <span v-show="showTwo"><img :src="getName(monitor.monitoring_nurse)" style="height:20px"></span>
834
+           <span v-show="showTwo"><img :src="getName(monitor.monitoring_nurse)" style="height:30px"></span>
835 835
          </td>
836 836
         </tr>
837 837
          <tr>
@@ -911,7 +911,7 @@
911 911
            <span>下机护士:
912 912
               <span v-if="setAdminUserES(record.dialysis_order, 'finish_nurse') == ''">{{getAdminUser(record.dialysis_order, 'finish_nurse')}}</span>
913 913
                 <img class="es-img" :src="setAdminUserES(record.dialysis_order, 'finish_nurse')" alt=""
914
-              srcset="" v-else style="height: 20px;">
914
+              srcset="" v-else style="height: 30px;">
915 915
            </span>
916 916
          </td>
917 917
         </tr>

+ 22 - 19
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue ファイルの表示

@@ -287,7 +287,7 @@
287 287
               >
288 288
               <span v-if="orderForm.url !== ''">
289 289
                 责任护士:
290
-                <img :src="orderForm.url" style="height:20px;" />
290
+                <img :src="orderForm.url" style="height:30px;" />
291 291
               </span>
292 292
             </span>
293 293
           </td>
@@ -298,7 +298,7 @@
298 298
               >
299 299
               <span v-if="orderForm.url !== ''">
300 300
                 上机护士:
301
-                <img :src="orderForm.url" style="height:20px;" />
301
+                <img :src="orderForm.url" style="height:30px;" />
302 302
               </span>
303 303
             </span>
304 304
           </td>
@@ -309,7 +309,7 @@
309 309
               >
310 310
               <span v-if="orderForm.url !== ''">
311 311
                 抗凝剂执行护士:
312
-                <img :src="orderForm.url" style="height:20px;" />
312
+                <img :src="orderForm.url" style="height:30px;" />
313 313
               </span>
314 314
             </span>
315 315
           </td>
@@ -320,7 +320,7 @@
320 320
               >
321 321
               <span v-if="doctorForm.url !== ''">
322 322
                 医生签名:
323
-                <img style="height:20px" :src="doctorForm.url" />
323
+                <img style="height:30px" :src="doctorForm.url" />
324 324
               </span>
325 325
             </span>
326 326
           </td>
@@ -524,13 +524,13 @@
524 524
             <label-box
525 525
               showValue="好"
526 526
               :isChecked="
527
-                predialysis.catheter.indexOf('畅度-好') > -1 ? true : false
527
+                predialysis.catheter.indexOf('畅度-好') > -1 ? true : false
528 528
               "
529 529
             ></label-box>
530 530
             <label-box
531 531
               showValue="差"
532 532
               :isChecked="
533
-                predialysis.catheter.indexOf('畅度-差') > -1 ? true : false
533
+                predialysis.catheter.indexOf('畅度-差') > -1 ? true : false
534 534
               "
535 535
             ></label-box>
536 536
             &nbsp;&nbsp;溶栓:
@@ -850,7 +850,7 @@
850 850
               getAdminUser(monitor.monitoring_nurse)
851 851
             }}</span>
852 852
             <img
853
-              style="height:20px;"
853
+              style="height:30px;"
854 854
               :src="setAdminUserES(monitor.monitoring_nurse)"
855 855
               alt
856 856
               srcset
@@ -1048,7 +1048,7 @@
1048 1048
               >
1049 1049
               <span v-if="finshForm.url !== ''">
1050 1050
                 下机护士:
1051
-                <img :src="finshForm.url" style="height:20px;" />
1051
+                <img :src="finshForm.url" style="height:30px;" />
1052 1052
               </span>
1053 1053
             </span>
1054 1054
           </td>
@@ -1073,7 +1073,7 @@
1073 1073
               getAdminUser(advice.advice_doctor)
1074 1074
             }}</span>
1075 1075
             <img
1076
-              style="height:20px;"
1076
+              style="height:30px;"
1077 1077
               :src="setAdminUserES(advice.advice_doctor)"
1078 1078
               alt
1079 1079
               srcset
@@ -1106,7 +1106,7 @@
1106 1106
               getAdminUser(advice.execution_staff)
1107 1107
             }}</span>
1108 1108
             <img
1109
-              style="height:20px;"
1109
+              style="height:30px;"
1110 1110
               :src="setAdminUserES(advice.execution_staff)"
1111 1111
               alt
1112 1112
               srcset
@@ -1334,7 +1334,8 @@ export default {
1334 1334
       },
1335 1335
       arr: [],
1336 1336
       arrtwo: [],
1337
-      bloodAccess: []
1337
+      bloodAccess: [],
1338
+      vascularAccess: []
1338 1339
     };
1339 1340
   },
1340 1341
   methods: {
@@ -2009,9 +2010,9 @@ export default {
2009 2010
       );
2010 2011
     },
2011 2012
     getPartName(id) {
2012
-      for (let i = 0; i < this.bloodAccess.length; i++) {
2013
-        if ((this.bloodAccess[i].id = id)) {
2014
-          return this.bloodAccess[i].name;
2013
+      for (let i = 0; i < this.vascularAccess.length; i++) {
2014
+        if (this.vascularAccess[i].id == id) {
2015
+          return this.vascularAccess[i].name;
2015 2016
         }
2016 2017
       }
2017 2018
     }
@@ -2050,6 +2051,13 @@ export default {
2050 2051
     this.replacementWays = this.$store.getters.replacement_ways;
2051 2052
     this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
2052 2053
     this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
2054
+    var vascularAccess = getDataConfig("hemodialysis", "vascular_access");
2055
+    this.vascularAccess = vascularAccess;
2056
+    //console.log("hhe", vascularAccess);
2057
+    console.log(
2058
+      "血管通路部位",
2059
+      getDataConfig("hemodialysis", "vascular_access")
2060
+    );
2053 2061
     this.consciousness_arr = getDataConfig("hemodialysis", "consciousness");
2054 2062
     var bloodAccessParOpera = getDataConfig(
2055 2063
       "hemodialysis",
@@ -2129,11 +2137,6 @@ export default {
2129 2137
     console.log("跌倒", this.precautions);
2130 2138
     this.intake = getDataConfig("hemodialysis", "intake");
2131 2139
     this.nutrition = getDataConfig("hemodialysis", "nutrition");
2132
-    
2133
-    var bloodAccess = getDataConfig("hemodialysis", "vascular_access");
2134
-
2135
-    this.bloodAccess = bloodAccess;
2136
-    console.log("血管通路部位", bloodAccess);
2137 2140
   }
2138 2141
 };
2139 2142
 </script>