Browse Source

统计配置页面

XMLWAN 5 years ago
parent
commit
58de8b05a3

+ 16 - 2
src/xt_pages/data/components/tableson.vue View File

355
       };
355
       };
356
     },
356
     },
357
     handleCreate() {
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
       this.resetTemp();
372
       this.resetTemp();
359
       this.dialogStatus = "create";
373
       this.dialogStatus = "create";
360
       this.dialogFormVisible = true;
374
       this.dialogFormVisible = true;
391
       if (
405
       if (
392
         row.name == "无肝素" ||
406
         row.name == "无肝素" ||
393
         row.name == "普通肝素" ||
407
         row.name == "普通肝素" ||
394
-        row.name == "低分子钠" ||
395
-        row.name == "低分子钙" ||
408
+        row.name == "低分子肝素钠" ||
409
+        row.name == "低分子肝素钙" ||
396
         row.name == "阿加曲班" ||
410
         row.name == "阿加曲班" ||
397
         row.name == "枸橼酸钠"
411
         row.name == "枸橼酸钠"
398
       ) {
412
       ) {

+ 8 - 8
src/xt_pages/dialysis/batch_print/batch_print_order_eight.vue View File

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

+ 22 - 19
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue View File

287
               >
287
               >
288
               <span v-if="orderForm.url !== ''">
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
               </span>
291
               </span>
292
             </span>
292
             </span>
293
           </td>
293
           </td>
298
               >
298
               >
299
               <span v-if="orderForm.url !== ''">
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
               </span>
302
               </span>
303
             </span>
303
             </span>
304
           </td>
304
           </td>
309
               >
309
               >
310
               <span v-if="orderForm.url !== ''">
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
               </span>
313
               </span>
314
             </span>
314
             </span>
315
           </td>
315
           </td>
320
               >
320
               >
321
               <span v-if="doctorForm.url !== ''">
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
               </span>
324
               </span>
325
             </span>
325
             </span>
326
           </td>
326
           </td>
524
             <label-box
524
             <label-box
525
               showValue="好"
525
               showValue="好"
526
               :isChecked="
526
               :isChecked="
527
-                predialysis.catheter.indexOf('畅度-好') > -1 ? true : false
527
+                predialysis.catheter.indexOf('畅度-好') > -1 ? true : false
528
               "
528
               "
529
             ></label-box>
529
             ></label-box>
530
             <label-box
530
             <label-box
531
               showValue="差"
531
               showValue="差"
532
               :isChecked="
532
               :isChecked="
533
-                predialysis.catheter.indexOf('畅度-差') > -1 ? true : false
533
+                predialysis.catheter.indexOf('畅度-差') > -1 ? true : false
534
               "
534
               "
535
             ></label-box>
535
             ></label-box>
536
             &nbsp;&nbsp;溶栓:
536
             &nbsp;&nbsp;溶栓:
850
               getAdminUser(monitor.monitoring_nurse)
850
               getAdminUser(monitor.monitoring_nurse)
851
             }}</span>
851
             }}</span>
852
             <img
852
             <img
853
-              style="height:20px;"
853
+              style="height:30px;"
854
               :src="setAdminUserES(monitor.monitoring_nurse)"
854
               :src="setAdminUserES(monitor.monitoring_nurse)"
855
               alt
855
               alt
856
               srcset
856
               srcset
1048
               >
1048
               >
1049
               <span v-if="finshForm.url !== ''">
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
               </span>
1052
               </span>
1053
             </span>
1053
             </span>
1054
           </td>
1054
           </td>
1073
               getAdminUser(advice.advice_doctor)
1073
               getAdminUser(advice.advice_doctor)
1074
             }}</span>
1074
             }}</span>
1075
             <img
1075
             <img
1076
-              style="height:20px;"
1076
+              style="height:30px;"
1077
               :src="setAdminUserES(advice.advice_doctor)"
1077
               :src="setAdminUserES(advice.advice_doctor)"
1078
               alt
1078
               alt
1079
               srcset
1079
               srcset
1106
               getAdminUser(advice.execution_staff)
1106
               getAdminUser(advice.execution_staff)
1107
             }}</span>
1107
             }}</span>
1108
             <img
1108
             <img
1109
-              style="height:20px;"
1109
+              style="height:30px;"
1110
               :src="setAdminUserES(advice.execution_staff)"
1110
               :src="setAdminUserES(advice.execution_staff)"
1111
               alt
1111
               alt
1112
               srcset
1112
               srcset
1334
       },
1334
       },
1335
       arr: [],
1335
       arr: [],
1336
       arrtwo: [],
1336
       arrtwo: [],
1337
-      bloodAccess: []
1337
+      bloodAccess: [],
1338
+      vascularAccess: []
1338
     };
1339
     };
1339
   },
1340
   },
1340
   methods: {
1341
   methods: {
2009
       );
2010
       );
2010
     },
2011
     },
2011
     getPartName(id) {
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
     this.replacementWays = this.$store.getters.replacement_ways;
2051
     this.replacementWays = this.$store.getters.replacement_ways;
2051
     this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
2052
     this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
2052
     this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
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
     this.consciousness_arr = getDataConfig("hemodialysis", "consciousness");
2061
     this.consciousness_arr = getDataConfig("hemodialysis", "consciousness");
2054
     var bloodAccessParOpera = getDataConfig(
2062
     var bloodAccessParOpera = getDataConfig(
2055
       "hemodialysis",
2063
       "hemodialysis",
2129
     console.log("跌倒", this.precautions);
2137
     console.log("跌倒", this.precautions);
2130
     this.intake = getDataConfig("hemodialysis", "intake");
2138
     this.intake = getDataConfig("hemodialysis", "intake");
2131
     this.nutrition = getDataConfig("hemodialysis", "nutrition");
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
 </script>
2142
 </script>