Browse Source

修改方济医院bug

csx 5 years ago
parent
commit
5605fe7ee7

+ 0 - 1
src/pages/main/Print.vue View File

@@ -2119,7 +2119,6 @@
2119 2119
             return false;
2120 2120
           }
2121 2121
 
2122
-          this.jumpPrint()
2123 2122
         });
2124 2123
       },
2125 2124
 

+ 35 - 7
src/pages/main/dialog/AssessmentDialog.vue View File

@@ -34,13 +34,16 @@
34 34
           </div>
35 35
         </div>
36 36
 
37
-        <div class="item" v-if="isShow('出血')">
37
+        <div class="item" v-if="isShow('出血')" @click="showSubMenu('hemorrhage_state')">
38 38
           <h2 class="name">出血</h2>
39 39
           <div class="content">
40
-            <span class="text" style="width: 50px;"><div style="padding-top: 0.08rem; height: 0.8rem;"><van-switch
41
-              v-model="hemorrhage_state" @change="hemorrhageStateChange"/></div></span>
40
+            <span v-if="formValue.is_hemorrhage == 0" class="text" style="width: 50px"></span>
41
+            <span v-if="formValue.is_hemorrhage == 1" class="text" style="width: 50px">有</span>
42
+            <span v-if="formValue.is_hemorrhage == 2" class="text" style="width: 50px">无</span>
43
+            <span class="iconfont">&#xe6f9;</span>
42 44
           </div>
43 45
         </div>
46
+
44 47
         <div @click="showSubMenu('hemorrhage')" class="item" ref="hemorrhage" v-if="hemorrhage_state&&isShow('出血选项')">
45 48
           <h2 class="name">—— 出血选项</h2>
46 49
           <div class="content">
@@ -302,6 +305,11 @@
302 305
         },
303 306
         hemorrhage_state: false,
304 307
 
308
+        hemorrhages:[
309
+          {id: 1, name: "有"},
310
+          {id: 2, name: "无"},
311
+        ],
312
+
305 313
         formValue: {
306 314
           weight_before: '',
307 315
           dry_weight: '',
@@ -320,7 +328,7 @@
320 328
           blood_access_part_opera_id: '',
321 329
           internal_fistula: '',
322 330
           internal_fistula_skin: '',
323
-          is_hemorrhage: 1,
331
+          is_hemorrhage: 0,
324 332
           hemorrhage: '',
325 333
           hemorrhage_other: '',
326 334
           dialysis_count: '',
@@ -803,6 +811,17 @@
803 811
             this.propForm.selectId = this.formValue.puncture_way
804 812
             this.propForm.click_ref = 'puncture_way'
805 813
             break
814
+          case 'hemorrhage_state':
815
+            this.propForm.type = 19
816
+            this.isShowDialog = false
817
+            this.propForm.title = '出血'
818
+            this.visibility = true
819
+            this.propForm.list = []
820
+            this.propForm.optionList = this.hemorrhages
821
+            this.propForm.isMultiple = 1
822
+            this.propForm.selectId = this.formValue.is_hemorrhage
823
+            this.propForm.click_ref = 'hemorrhage_state'
824
+            break
806 825
 
807 826
 
808 827
 
@@ -881,6 +900,16 @@
881 900
           case 18:
882 901
             this.formValue.puncture_way = val.selectId
883 902
             break
903
+          case 19:
904
+            if( val.selectId == 1){
905
+              this.hemorrhage_state = true
906
+              this.formValue.is_hemorrhage = val.selectId
907
+            }else if(val.selectId == 2){
908
+              this.hemorrhage_state = false
909
+              this.formValue.is_hemorrhage = val.selectId
910
+            }else if(this.formValue.is_hemorrhage == -2){
911
+            }
912
+            break
884 913
         }
885 914
 
886 915
       }, QueryPartById: function (val) {
@@ -996,15 +1025,14 @@
996 1025
       // console.log(this.predialysis)
997 1026
       this.formValue = this.predialysis
998 1027
       if (this.predialysis.id == undefined && this.last_predialysis.id != undefined) {
999
-
1000 1028
         this.$set(this.formValue, 'dry_weight', this.last_predialysis['dry_weight'].toString())
1001 1029
         this.$set(this.formValue, 'internal_fistula', this.last_predialysis['internal_fistula'])
1002 1030
         this.$set(this.formValue, 'internal_fistula_skin', this.last_predialysis['internal_fistula_skin'])
1003 1031
         this.$set(this.formValue, 'blood_access_part_id', this.last_predialysis['blood_access_part_id'])
1004 1032
         this.$set(this.formValue, 'blood_access_part_opera_id', this.last_predialysis['blood_access_part_opera_id'])
1005 1033
       }
1006
-      console.log(this.formValue)
1007
-      this.hemorrhage_state = this.formValue.is_hemorrhage == 1
1034
+
1035
+      this.hemorrhage_state = this.formValue.is_hemorrhage == 0
1008 1036
     }
1009 1037
   }
1010 1038
 </script>

+ 1 - 4
src/pages/main/dialog/DoubleDialog.vue View File

@@ -52,7 +52,7 @@
52 52
 
53 53
         </el-form>
54 54
 
55
-        <div class="item" v-if="this.$store.getters.user.template_info.template_id == 2">
55
+        <div class="item">
56 56
           <h2 class="name">核对时间</h2>
57 57
           <div class="content">
58 58
             <span class="text" style="width: 100px" @click="selectCheckTimeAction">{{ check_time_str }}</span>
@@ -62,13 +62,10 @@
62 62
 
63 63
 
64 64
         <el-form :inline="true" class="demo-form-inline" :model="doubleReview" label-width="130px">
65
-
66 65
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.creater != 0">{{getFirstCheckDesc()}} </p>
67 66
           <p style="margin: 10px 0 10px 13px;" v-if="doubleReview.modifier != 0">{{getScondCheckDesc()}}</p>
68
-
69 67
         </el-form>
70 68
 
71
-
72 69
         <!-- <div class="button">
73 70
           <button @click="commitInfo" class="submitButton">提交</button>
74 71
       </div> -->

+ 71 - 8
src/pages/main/dialog/ThorougDialog.vue View File

@@ -52,19 +52,27 @@
52 52
         </div>
53 53
 
54 54
 
55
-        <div class="item" v-if="isShow('拔针后穿刺点渗血')">
55
+        <div class="item" v-if="isShow('拔针后穿刺点渗血')" @click="showSubMenu('puncture_point_oozing_blood')">
56 56
           <h2 class="name">拔针后穿刺点渗血</h2>
57 57
           <div class="content">
58
-            <span class="text" style="width: 50px;"><div style="padding-top: 0.08rem; height: 0.8rem;"><van-switch
59
-              v-model="puncture_point_oozing_blood_state" @change="puncturePointOozingBlood"/></div></span>
58
+            <!--<span class="text" style="width: 50px;"><div style="padding-top: 0.08rem; height: 0.8rem;">-->
59
+              <!--<van-switch v-model="puncture_point_oozing_blood_state" @change="puncturePointOozingBlood"/></div></span>-->
60
+            <div class="content">
61
+              <span v-if="formValue.puncture_point_oozing_blood == 0" class="text" style="width: 50px"></span>
62
+              <span v-if="formValue.puncture_point_oozing_blood == 1" class="text" style="width: 50px">有</span>
63
+              <span v-if="formValue.puncture_point_oozing_blood == 2" class="text" style="width: 50px">无</span>
64
+              <span class="iconfont">&#xe6f9;</span>
65
+            </div>
60 66
           </div>
61 67
         </div>
62 68
 
63
-        <div class="item" v-if="isShow('穿刺处血肿')">
69
+        <div class="item" v-if="isShow('穿刺处血肿')" @click="showSubMenu('puncture_point_haematoma')">
64 70
           <h2 class="name">穿刺处血肿</h2>
65 71
           <div class="content">
66
-            <span class="text" style="width: 50px;"><div style="padding-top: 0.08rem; height: 0.8rem;"><van-switch
67
-              v-model="puncture_point_haematoma_state" @change="puncturePointHaematoma"/></div></span>
72
+            <span v-if="formValue.puncture_point_haematoma == 0" class="text" style="width: 50px"></span>
73
+            <span v-if="formValue.puncture_point_haematoma == 1" class="text" style="width: 50px">有</span>
74
+            <span v-if="formValue.puncture_point_haematoma == 2" class="text" style="width: 50px">无</span>
75
+            <span class="iconfont">&#xe6f9;</span>
68 76
           </div>
69 77
         </div>
70 78
 
@@ -381,6 +389,15 @@
381 389
         puncture_point_haematoma_state: false,
382 390
         isShowDialog: true,
383 391
         time: '00:00',
392
+        puncture_point_oozing_bloods:[
393
+          {id:1, name:"有"},
394
+          {id:2, name:"无"},
395
+
396
+        ],
397
+        puncture_point_haematomas:[
398
+          {id:1, name:"有"},
399
+          {id:2, name:"无"},
400
+        ],
384 401
         //sub menu prop
385 402
         visibility: false,
386 403
         propForm: {
@@ -834,6 +851,33 @@
834 851
             this.propForm.selectId = this.formValue.dialyzer
835 852
             this.propForm.click_ref = "dialyzer"
836 853
             break
854
+          case 'puncture_point_oozing_blood':
855
+            this.propForm.type = 20
856
+            this.isShowDialog = false
857
+            this.propForm.title = '拔针后穿刺点渗血'
858
+            this.visibility = true
859
+            this.propForm.isHasOther = 2
860
+
861
+            this.propForm.list = []
862
+            this.propForm.optionList = this.puncture_point_oozing_bloods
863
+            this.propForm.isMultiple = 1
864
+            this.propForm.selectId = this.formValue.puncture_point_oozing_blood
865
+            this.propForm.click_ref = "puncture_point_oozing_blood"
866
+            break
867
+          case 'puncture_point_haematoma':
868
+            this.propForm.type = 21
869
+            this.isShowDialog = false
870
+            this.propForm.title = '穿刺处血肿'
871
+            this.visibility = true
872
+            this.propForm.isHasOther = 2
873
+
874
+            this.propForm.list = []
875
+            this.propForm.optionList = this.puncture_point_haematomas
876
+            this.propForm.isMultiple = 1
877
+            this.propForm.selectId = this.formValue.puncture_point_haematoma
878
+            this.propForm.click_ref = "puncture_point_haematoma"
879
+            break
880
+
837 881
         }
838 882
 
839 883
       }, menuCancle: function () {
@@ -913,6 +957,25 @@
913 957
           case 19:
914 958
             this.formValue.dialyzer = val.selectId
915 959
 
960
+            break;
961
+          case 20:
962
+            if(val.selectId ==1) {
963
+              this.formValue.puncture_point_oozing_blood = val.selectId
964
+              this.puncture_point_oozing_blood_state = true
965
+            }else if(val.selectId == 2){
966
+              this.formValue.puncture_point_oozing_blood = val.selectId
967
+              this.puncture_point_oozing_blood_state = false
968
+            }
969
+
970
+            break;
971
+          case 21:
972
+            if(val.selectId ==1) {
973
+              this.formValue.puncture_point_haematoma = val.selectId
974
+              this.puncture_point_haematoma_state = true
975
+            }else if(val.selectId == 2){
976
+              this.formValue.puncture_point_haematoma = val.selectId
977
+              this.puncture_point_haematoma_state = false
978
+            }
916 979
             break;
917 980
         }
918 981
 
@@ -1184,8 +1247,8 @@
1184 1247
       }
1185 1248
       this.record_date = y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
1186 1249
 
1187
-      this.puncture_point_oozing_blood_state = this.formValue.puncture_point_oozing_blood == 1
1188
-      this.puncture_point_haematoma_state = this.formValue.puncture_point_haematoma == 1
1250
+      this.puncture_point_oozing_blood_state = this.formValue.puncture_point_oozing_blood == 0
1251
+      this.puncture_point_haematoma_state = this.formValue.puncture_point_haematoma == 0
1189 1252
     },
1190 1253
   };
1191 1254
 </script>

+ 24 - 24
src/pages/main/template/DialysisPrintOrderOne.vue View File

@@ -23,29 +23,26 @@
23 23
                 <div class="under-line">{{getAge(patientInfo)}}</div>
24 24
               </td>
25 25
               <td>岁</td>
26
-              <td width="10">&nbsp;</td>
27
-
28 26
               <td width="50">科 室:</td>
29 27
               <td width="200">
30 28
                 <div>
31 29
                   <label-box :isChecked='patientInfo_source_1' showValue='门 诊 透 析'></label-box>
32
-                  &nbsp;
33 30
                   <label-box :isChecked='patientInfo_source_2' showValue='住 院'></label-box>
34 31
                 </div>
35 32
               </td>
36
-
33
+              <td width="110">住院号/透析卡号:</td>
34
+              <td width="130">
35
+                <div class="under-line">&nbsp;{{patientInfo.admission_number?patientInfo.admission_number:'无'}}
36
+                  /{{patientInfo.dialysis_no}}
37
+                </div>
38
+              </td>
37 39
             </tr>
38 40
             </tbody>
39 41
           </table>
40 42
           <table class="table-box" style="margin-top: 10px;">
41 43
             <tbody>
42 44
             <tr>
43
-              <td width="130">住院号/透析卡号:</td>
44
-              <td width="90">
45
-                <div class="under-line">&nbsp;{{patientInfo.admission_number?patientInfo.admission_number:'无'}}
46
-                  /{{patientInfo.dialysis_no}}
47
-                </div>
48
-              </td>
45
+
49 46
 
50 47
               <td width="40">诊 断:</td>
51 48
               <td width="">
@@ -69,7 +66,7 @@
69 66
                   <tbody>
70 67
                   <tr>
71 68
                     <td width="70">入院方式:</td>
72
-                    <td width="230">
69
+                    <td width="240">
73 70
                       <div>
74 71
                         <label-box :isChecked='receiverTreatmentAccess.way==1?true:false' showValue='步行'></label-box>
75 72
                         &nbsp;
@@ -80,8 +77,6 @@
80 77
                         <label-box :isChecked='receiverTreatmentAccess.way==4?true:false' showValue='平车'></label-box>
81 78
                       </div>
82 79
                     </td>
83
-
84
-                    <td></td>
85 80
                     <td width="50">意识:</td>
86 81
                     <td width="180">
87 82
                       <div>
@@ -95,12 +90,14 @@
95 90
                                    showValue='昏迷'></label-box>
96 91
                       </div>
97 92
                     </td>
98
-                    <td></td>
93
+                    <td width="10"></td>
99 94
                     <td width="50">体温:</td>
100 95
                     <td width="100">
101 96
                       <div class="under-line">&nbsp;{{predialysis.temperature?predialysis.temperature:''}}</div>
102 97
                     </td>
103 98
                     <td width="35">℃</td>
99
+                    <td></td>
100
+
104 101
                   </tr>
105 102
                   </tbody>
106 103
                 </table>
@@ -281,7 +278,7 @@
281 278
 
282 279
                     <td width="65">导管打折</td>
283 280
                     <td width="10">(</td>
284
-                    <td width="80">
281
+                    <td width="100">
285 282
                       <div>
286 283
                         <label-box :isChecked="predialysis.catheter_bend == 1?true:false" showValue='有'></label-box>
287 284
                         &nbsp;
@@ -308,11 +305,11 @@
308 305
                   <tr>
309 306
                     <td width="70">透析时间:</td>
310 307
                     <td width="40">
311
-                      <div class="under-line">&nbsp;{{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:''}}</div>
308
+                      <div class="under-line">&nbsp;{{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'0'}}</div>
312 309
                     </td>
313 310
                     <td width="10">h</td>
314 311
                     <td width="40">
315
-                      <div class="under-line">&nbsp;{{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:''}}</div>
312
+                      <div class="under-line">&nbsp;{{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'0'}}</div>
316 313
                     </td>
317 314
                     <td width="35">min</td>
318 315
                     <td></td>
@@ -596,11 +593,11 @@
596 593
                   <tr>
597 594
                     <td width="90">实际治疗时间</td>
598 595
                     <td width="40">
599
-                      <div class="under-line">&nbsp;{{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:''}}</div>
596
+                      <div class="under-line">&nbsp;{{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'0'}}</div>
600 597
                     </td>
601 598
                     <td width="10">h</td>
602 599
                     <td width="40">
603
-                      <div class="under-line">&nbsp;{{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:''}}</div>
600
+                      <div class="under-line">&nbsp;{{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:'0'}}</div>
604 601
                     </td>
605 602
                     <td width="35">min</td>
606 603
                     <td></td>
@@ -1422,8 +1419,6 @@
1422 1419
             this.$message.error("请求数据失败");
1423 1420
             return false;
1424 1421
           }
1425
-
1426
-          this.jumpPrint()
1427 1422
         });
1428 1423
       },
1429 1424
 
@@ -1589,9 +1584,6 @@
1589 1584
     width: 95%;
1590 1585
     text-align: center;
1591 1586
     margin-left: 2px;
1592
-
1593
-
1594
-
1595 1587
   }
1596 1588
 
1597 1589
   .dialysis-print-order .title-box {
@@ -1689,4 +1681,12 @@
1689 1681
   .print-template-two tr {
1690 1682
     line-height: 30px;
1691 1683
   }
1684
+
1685
+
1686
+  .is-checked-radio::after {
1687
+    content: "\221A";
1688
+    font-size: 10px;
1689
+    margin-left: -1px !important;
1690
+    position: absolute;
1691
+  }
1692 1692
 </style>