28169 1 неделю назад
Родитель
Сommit
3f7d7798a8

+ 1 - 1
build/cdn.json Просмотреть файл

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13725"
2
+  "version": "2999.999.13534"
3 3
 }

+ 1 - 0
src/pages/control/index.vue Просмотреть файл

@@ -489,6 +489,7 @@
489 489
             { value: 10, text: '累计血容量为零',select:false},
490 490
             { value: 11, text: '有病情变化',select:false},
491 491
             { value: 12, text: '有换药',select:false},
492
+            { value: 13, text: '超滤量少于4次',select:false},
492 493
         ],
493 494
         type_options_visible: false,
494 495
         visible3:false,

+ 22 - 4
src/pages/home/login.vue Просмотреть файл

@@ -18,7 +18,7 @@
18 18
               v-on:input="watchNum"
19 19
             ></el-input>
20 20
           </el-form-item>
21
-          <el-form-item>
21
+          <el-form-item  v-if="LoginForm.tel!='14795166168'&&LoginForm.tel!='19175053813'&&LoginForm.tel!='13635052020'&&LoginForm.tel!='13471923068'&&LoginForm.tel!='17376348819'&&LoginForm.tel!='15278270837'&&LoginForm.tel!='17376306487'&&LoginForm.tel!='15994500627'&&LoginForm.tel!='13100456939'&&LoginForm.tel!='18934874266'">
22 22
             <el-input
23 23
              class="noRight"
24 24
               placeholder="请填写密码"
@@ -30,18 +30,32 @@
30 30
               v-on:input="watchNum"
31 31
             ></el-input>
32 32
           </el-form-item>
33
+
34
+          <el-form-item  v-else>
35
+            <el-input
36
+             class="noRight"
37
+              placeholder="请填写密码"
38
+              prefix-icon="el-icon-lock"
39
+              v-model.trim="LoginForm.psd"
40
+              clearable
41
+              type="password"
42
+              v-on:blur="watchNum"
43
+              v-on:input="watchNum"
44
+            ></el-input>
45
+          </el-form-item>
46
+          
33 47
         </el-form>
34 48
       </div>
35 49
       <div class="rememberBox">
36 50
         <div class="remember">
37 51
           <van-checkbox class="checked" v-model="remember" shape="square">记住密码</van-checkbox>
38 52
         </div>
39
-        <p class="forget" @click="toForgetPassword()">忘记密码?</p>
53
+        <p class="forget" @click="toForgetPassword()" v-if="LoginForm.tel!='14795166168'&&LoginForm.tel!='19175053813'&&LoginForm.tel!='13635052020'&&LoginForm.tel!='13471923068'&&LoginForm.tel!='17376348819'&&LoginForm.tel!='15278270837'&&LoginForm.tel!='17376306487'&&LoginForm.tel!='15994500627'&&LoginForm.tel!='13100456939'&&LoginForm.tel!='18934874266'">忘记密码?</p>
40 54
       </div>
41 55
       <div class="login" @click="submitForm()" v-show="loginshow">登录</div>
42 56
       <div class="login3" v-show="loginshowtwo">登录</div>
43 57
       <div class="login2">
44
-        <p @click="noPassword()">免密码登录</p>
58
+        <p @click="noPassword()" v-if="LoginForm.tel!='14795166168'&&LoginForm.tel!='19175053813'&&LoginForm.tel!='13635052020'&&LoginForm.tel!='13471923068'&&LoginForm.tel!='17376348819'&&LoginForm.tel!='15278270837'&&LoginForm.tel!='17376306487'&&LoginForm.tel!='15994500627'&&LoginForm.tel!='13100456939'&&LoginForm.tel!='18934874266'">免密码登录</p>
45 59
         <p class="register" @click="ToRegister()">快速注册</p>
46 60
       </div>
47 61
     </div>
@@ -124,7 +138,8 @@ export default {
124 138
         mobile: "",
125 139
         pwd: ""
126 140
       },
127
-      agreement: true
141
+      agreement: true,
142
+      showPassword:true,
128 143
     };
129 144
   },
130 145
 
@@ -155,7 +170,10 @@ export default {
155 170
       this.LoginForm.tel = val.replace(/[^0-9]+/g, "");
156 171
     },
157 172
     watchNum() {
173
+     
174
+      
158 175
       if(this.LoginForm.psd.length >= 6 && this.LoginForm.tel.length == 11 && this.checked == true){
176
+
159 177
         this.loginshow = true;
160 178
         this.loginshowtwo = false;
161 179
       }else{

+ 4 - 4
src/pages/main/DetailsPage.vue Просмотреть файл

@@ -127,7 +127,7 @@
127 127
         <van-tabs v-model="active">
128 128
           <van-tab title="我的病人">
129 129
             <van-index-bar class="indexBar" sticky highlight-color="#fb6463"  >
130
-              <div v-for="(subItem, index) in mypatients" :key="index" :index="index" v-if="$store.getters.user.template_info.org_id!=10721">
130
+              <div v-for="(subItem, index) in mypatients" :key="index" :index="index" v-if="$store.getters.user.template_info.org_id!=10721 && $store.getters.user.template_info.org_id!=10752">
131 131
                 <van-index-anchor :index="index">
132 132
                 </van-index-anchor>
133 133
                 <van-cell
@@ -137,7 +137,7 @@
137 137
                   :title="item.patient.name"
138 138
                 />
139 139
               </div>
140
-              <div  :key="index" :index="index" v-if="$store.getters.user.template_info.org_id==10721">
140
+              <div  :key="index" :index="index" v-if="$store.getters.user.template_info.org_id==10721 || $store.getters.user.template_info.org_id==10752">
141 141
                 <van-cell
142 142
                   @click="choosePatient(item)"
143 143
                   v-for="(item, subIndex) in myPatientsOne"
@@ -149,7 +149,7 @@
149 149
           </van-tab>
150 150
           <van-tab title="全部病人">
151 151
             <van-index-bar class="indexBar" sticky highlight-color="#fb6463">
152
-              <div v-for="(subItem, index) in patients" :key="index" :index="index" v-if="$store.getters.user.template_info.org_id!=10721">
152
+              <div v-for="(subItem, index) in patients" :key="index" :index="index" v-if="$store.getters.user.template_info.org_id!=10721 && $store.getters.user.template_info.org_id!=10752">
153 153
                 <van-index-anchor :index="index">
154 154
                 </van-index-anchor>
155 155
                 <van-cell
@@ -160,7 +160,7 @@
160 160
                 />
161 161
               </div>
162 162
 
163
-              <div  v-if="$store.getters.user.template_info.org_id==10721">
163
+              <div  v-if="$store.getters.user.template_info.org_id==10721 || $store.getters.user.template_info.org_id==10752">
164 164
                
165 165
                 <van-cell
166 166
                   @click="choosePatient(item)"

+ 25 - 8
src/pages/main/PatientBox.vue Просмотреть файл

@@ -608,8 +608,8 @@
608 608
                 <span>{{patient.dialysis_order &&patient.dialysis_order.schedule_remark? patient.dialysis_order.schedule_remark:patient.patient.schedule_remark }}</span>
609 609
               </p>
610 610
               <p>抗凝剂:
611
-                <span v-if="patient.prescription!=null&& patient.prescription&&patient.prescription.anticoagulant ==1">无肝素</span>
612
-                <span v-if="patient.prescription==null && patient.dialysis_solution!=null &&  patient.dialysis_solution.anticoagulant==1">无肝素</span>
611
+                <span v-if="patient.prescription!=null&& patient.prescription&&patient.prescription.anticoagulant ==1" style="color: red;">无肝素</span>
612
+                <span v-if="patient.prescription==null && patient.dialysis_solution!=null &&  patient.dialysis_solution.anticoagulant==1" style="color: red;">无肝素</span>
613 613
 
614 614
                 <span v-if="patient.prescription==null && patient.prescription&&patient.prescription.anticoagulant ==2">普通肝素</span>
615 615
                 <span v-if="patient.prescription==null && patient.dialysis_solution!=null &&  patient.dialysis_solution.anticoagulant==2">普通肝素</span>
@@ -662,8 +662,13 @@
662 662
               </p>
663 663
               <p>
664 664
                 首剂:  
665
-                {{patient.prescription!=null&& patient.prescription&&patient.prescription.anticoagulant_shouji?patient.prescription&&patient.prescription.anticoagulant_shouji:"" }}
666
-                {{patient.prescription==null&& patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_shouji?patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_shouji:"" }}
665
+                <span v-if="patient.prescription!=null&& patient.prescription.anticoagulant!=1">
666
+                  {{patient.prescription!=null&& patient.prescription&&patient.prescription.anticoagulant_shouji?patient.prescription&&patient.prescription.anticoagulant_shouji:"" }}
667
+                 
668
+                </span> 
669
+                <span v-if="patient.prescription==null&& patient.dialysis_solution.anticoagulant!=1">
670
+                  {{patient.prescription==null&& patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_shouji?patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_shouji:"" }}
671
+                </span>
667 672
 
668 673
                 <span v-if="patient.prescription!=null&&patient.prescription&&patient.prescription.anticoagulant == 4">iu</span>
669 674
                 <span v-if="patient.prescription==null&&patient.dialysis_solution&&patient.dialysis_solution.anticoagulant == 4">iu</span>
@@ -719,8 +724,14 @@
719 724
                 </span>
720 725
 
721 726
 
722
-                维持: {{patient.prescription!=null&&patient.prescription&&patient.prescription.anticoagulant_weichi?patient.prescription&&patient.prescription.anticoagulant_weichi:"" }}
723
-                {{patient.prescription==null&&patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_weichi?patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_weichi:"" }}
727
+                维持: 
728
+                <span v-if="patient.prescription!=null&& patient.prescription.anticoagulant!=1">
729
+                  {{patient.prescription!=null&&patient.prescription&&patient.prescription.anticoagulant_weichi?patient.prescription&&patient.prescription.anticoagulant_weichi:"" }}
730
+                </span> 
731
+                <span v-if="patient.prescription==null&& patient.dialysis_solution.anticoagulant!=1">
732
+                  {{patient.prescription==null&&patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_weichi?patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_weichi:"" }}
733
+                </span> 
734
+              
724 735
 
725 736
                 <span v-if="patient.prescription!=null&&patient.prescription&&patient.prescription.anticoagulant == 4">iu</span>
726 737
                 <span v-if="patient.prescription==null&&patient.dialysis_solution&&patient.dialysis_solution.anticoagulant == 4">iu</span>
@@ -778,8 +789,13 @@
778 789
                 </span>
779 790
 
780 791
                 总量: 
781
-                {{  patient.prescription!=null&&patient.prescription&&patient.prescription.anticoagulant_zongliang?patient.prescription&&patient.prescription.anticoagulant_zongliang:"" }}
782
-                {{  patient.prescription==null&&patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_zongliang?patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_zongliang:"" }}
792
+                <span v-if="patient.prescription!=null&& patient.prescription.anticoagulant!=1">
793
+                  {{  patient.prescription!=null&&patient.prescription&&patient.prescription.anticoagulant_zongliang?patient.prescription&&patient.prescription.anticoagulant_zongliang:"" }}
794
+                </span> 
795
+               <span v-if="patient.prescription==null&& patient.dialysis_solution.anticoagulant!=1">
796
+                 {{  patient.prescription==null&&patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_zongliang?patient.dialysis_solution&&patient.dialysis_solution.anticoagulant_zongliang:"" }}
797
+               </span>
798
+                
783 799
 
784 800
                 <span v-if="patient.prescription!=null&&patient.prescription&&patient.prescription.anticoagulant == 4">iu</span>
785 801
                 <span v-if="patient.prescription==null&&patient.dialysis_solution&&patient.dialysis_solution.anticoagulant == 4">iu</span>
@@ -1137,6 +1153,7 @@
1137 1153
       <plane-dialog
1138 1154
         :patient_prop="patient"
1139 1155
         :record="dialysis_order"
1156
+        :monitor_records="monitor_records"
1140 1157
         :last_monitor_record="last_monitor_record"
1141 1158
         :admins="admin_users"
1142 1159
         :admin_map="admin_user_map"

+ 35 - 13
src/pages/main/newActionBar/accepts.vue Просмотреть файл

@@ -51,7 +51,7 @@
51 51
                         <van-radio :name="3">手术期</van-radio>
52 52
                         <van-radio :name="4">急诊</van-radio>
53 53
                     </van-radio-group>
54
-                </van-collapse-item> 
54
+                </van-collapse-item>
55 55
                 <van-field v-model="receiveTreatmentAsses.admission_number"
56 56
                  v-if="receiveTreatmentAsses.condition == 1"
57 57
                   :required="isShow_title('住院号')"
@@ -186,6 +186,7 @@ import { Toast } from 'vant'
186 186
 import { Dialog } from "vant";
187 187
 import { getDataConfig } from '@/utils/data'
188 188
 import request from '@/utils/request'
189
+import { data } from 'jquery';
189 190
 export default {
190 191
   props: {
191 192
     accepts: {
@@ -221,12 +222,12 @@ export default {
221 222
         precaution_other: '',
222 223
         intake: '1',
223 224
         nutrition: '1',
224
-       
225
+
225 226
         tumble: '',
226 227
         psychological_assessment: '1',
227 228
         psychological_assessment_other: '',
228 229
         psychological_other: '',
229
-        
230
+
230 231
         precaution: '',
231 232
         admission_number: '',
232 233
         diacrisis: '',
@@ -258,6 +259,7 @@ export default {
258 259
     this.posture_arr = getDataConfig('hemodialysis', 'posture')
259 260
     this.sick_condition_arr = getDataConfig('hemodialysis', 'sick_condition')
260 261
     this.precaution_arr = getDataConfig('hemodialysis', 'precaution')
262
+    console.log("hhahhah",this.precaution_arr)
261 263
     this.intake_arr = getDataConfig('hemodialysis', 'intake')
262 264
     this.nutrition_arr = getDataConfig('hemodialysis', 'nutrition')
263 265
     this.situation_arr = [
@@ -277,6 +279,7 @@ export default {
277 279
 
278 280
     if (this.accepts.precaution) {
279 281
       var precaution = this.accepts.precaution.split(',')
282
+      console.log("加钱玄机搜啊",precaution)
280 283
       for (let i = 0; i < precaution.length; i++) {
281 284
         for (let j = 0; j < this.precaution_arr.length; j++) {
282 285
           if (parseInt(precaution[i]) == this.precaution_arr[j].id) {
@@ -295,6 +298,7 @@ export default {
295 298
           if (response.data.state == 0) {
296 299
             return false
297 300
           } else {
301
+             console.log("z中国hhhhhhhhhhhhhhhhh",this.accepts)
298 302
             for (const key in response.data.data.receiveTreatmentAsses) {
299 303
               this.accepts[key] = response.data.data.receiveTreatmentAsses[key]
300 304
               this.accepts['id'] = 0
@@ -326,6 +330,23 @@ export default {
326 330
               this.receiveTreatmentAsses.tumble = this.accepts.tumble + ''
327 331
               this.receiveTreatmentAsses.his_department = this.accepts.his_department
328 332
               this.receiveTreatmentAsses.his_bed = this.accepts.his_bed
333
+
334
+              if(this.$store.getters.user.template_info.org_id == 10293){
335
+                this.receiveTreatmentAsses.way =1
336
+                this.receiveTreatmentAsses.consciousness =2
337
+                this.receiveTreatmentAsses.appetite =2
338
+                this.receiveTreatmentAsses.posture= 1
339
+                this.receiveTreatmentAsses.danger_level=2
340
+                this.receiveTreatmentAsses.precaution = 3
341
+
342
+                var arr = [3,4]
343
+                this.precautionTwo.push(...arr)
344
+
345
+                this.receiveTreatmentAsses.precaution = this.precautionTwo
346
+
347
+
348
+
349
+              }
329 350
             }
330 351
           }
331 352
         })
@@ -358,6 +379,7 @@ export default {
358 379
           if (response.data.state == 0) {
359 380
             return false
360 381
           } else {
382
+
361 383
             for (const key in response.data.data.receiveTreatmentAsses) {
362 384
               this.accepts[key] = response.data.data.receiveTreatmentAsses[key]
363 385
               this.accepts['id'] = 0
@@ -473,7 +495,7 @@ export default {
473 495
             if (arr1[j].module == 2&&arr1[j].is_show == 1&&arr1[j].filed_name === arr2[i][0]&&arr1[j].is_write == 1 ) {
474 496
               newArr.push(arr1[j]);
475 497
             }
476
-           
498
+
477 499
         }
478 500
       }
479 501
       return newArr;
@@ -509,7 +531,7 @@ export default {
509 531
       ) {
510 532
         Toast.fail(`病人情况为必填字段,不能为空`)
511 533
       }
512
-      else 
534
+      else
513 535
       if (this.isCommit == true) {
514 536
         // this.isCommit = false
515 537
         var arr = []
@@ -533,7 +555,7 @@ export default {
533 555
             delete newParams.admission_number
534 556
             delete newParams.diacrisis
535 557
           }
536
-         
558
+
537 559
           if(newParams.psychological_assessment != 2){
538 560
             delete newParams.psychological_assessment_other
539 561
           }
@@ -554,8 +576,8 @@ export default {
554 576
             }else if(el[0] == 'tumble' && el[1] == '0'){
555 577
               result.unshift(el)
556 578
             }
557
-          });       
558
-          let warnarr = [];       
579
+          });
580
+          let warnarr = [];
559 581
           warnarr = this.getArrEqual(filedList, result);
560 582
            if (warnarr.length > 0) {
561 583
             this.open_tips(warnarr);
@@ -597,7 +619,7 @@ export default {
597 619
             Toast.fail('请求失败')
598 620
             this.isCommit = true
599 621
           })
600
-          }  
622
+          }
601 623
       }
602 624
     },
603 625
     GetWay (val) {
@@ -792,7 +814,7 @@ export default {
792 814
          module:2,
793 815
          remark:remark,
794 816
        }
795
-      
817
+
796 818
       saveMobileInformation(params).then(response=>{
797 819
         if(response.data.state == 1){
798 820
            this.infor_visibility = false
@@ -802,7 +824,7 @@ export default {
802 824
     },
803 825
     menuCancleFour:function(){
804 826
      this.infor_visibility = false
805
-    
827
+
806 828
     },
807 829
     changeRadio(val){
808 830
       console.log("hahdfh hadfh a",val)
@@ -819,13 +841,13 @@ export default {
819 841
               this.receiveTreatmentAsses.his_department = records.his_department
820 842
               this.receiveTreatmentAsses.his_bed =records.his_bed
821 843
              }
822
-            
844
+
823 845
            }
824 846
         })
825 847
       }else{
826 848
         this.receiveTreatmentAsses.admission_number=""
827 849
       }
828
-      
850
+
829 851
     }
830 852
   },
831 853
   watch: {

+ 2 - 2
src/pages/main/newActionBar/assessmentAfter.vue Просмотреть файл

@@ -7,8 +7,8 @@
7 7
             <van-cell>
8 8
                 <template #title>
9 9
                     <span style="color:#7b8c9c" v-if="prescription_prop!=null">目标超滤量:{{prescription_prop.target_ultrafiltration}}</span>
10
-                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id != 9 && $store.getters.user.template_info.template_id != 17 && $store.getters.user.template_info.template_id != 20 && $store.getters.user.template_info.template_id != 21 && $store.getters.user.template_info.template_id != 22  && $store.getters.user.template_info.template_id != 23 && $store.getters.user.template_info.template_id != 24 && $store.getters.user.template_info.template_id != 26 && $store.getters.user.template_info.template_id != 28 && $store.getters.user.template_info.template_id != 27 && $store.getters.user.template_info.template_id != 29 && $store.getters.user.template_info.template_id != 30 && $store.getters.user.template_info.template_id != 31 && $store.getters.user.template_info.template_id != 32 && $store.getters.user.template_info.template_id != 34 && $store.getters.user.template_info.template_id != 38 && $store.getters.user.template_info.template_id != 40 && $store.getters.user.template_info.template_id != 43 && $store.getters.user.template_info.org_id!=9555 && $store.getters.user.template_info.template_id != 60  && $store.getters.user.template_info.org_id!=10340 && $store.getters.user.template_info.org_id!=10387 && $store.getters.user.template_info.org_id!=10430 && $store.getters.user.template_info.org_id!=10441 && $store.getters.user.template_info.org_id!=10445 && $store.getters.user.template_info.org_id!=9829 && $store.getters.user.template_info.org_id!=10440 && $store.getters.user.template_info.org_id!=10469 && $store.getters.user.template_info.org_id!=10460 && $store.getters.user.template_info.org_id!=10723 && $store.getters.user.template_info.org_id!=10731  && $store.getters.user.template_info.org_id!=10727 && $store.getters.user.template_info.org_id!=10751">L</span>
11
-                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id == 9 || $store.getters.user.template_info.template_id == 17 || $store.getters.user.template_info.template_id == 20 || $store.getters.user.template_info.template_id == 21 || $store.getters.user.template_info.template_id == 22 || $store.getters.user.template_info.template_id == 23 || $store.getters.user.template_info.template_id == 24 || $store.getters.user.template_info.template_id == 26 || $store.getters.user.template_info.template_id == 28 || $store.getters.user.template_info.template_id == 27 || $store.getters.user.template_info.template_id == 29 || $store.getters.user.template_info.template_id == 30 || $store.getters.user.template_info.template_id == 31 || $store.getters.user.template_info.template_id == 32 || $store.getters.user.template_info.template_id == 34 || $store.getters.user.template_info.template_id == 38 || $store.getters.user.template_info.template_id == 40 || $store.getters.user.template_info.template_id == 43 || $store.getters.user.template_info.org_id==9555 || $store.getters.user.template_info.template_id==60|| $store.getters.user.template_info.org_id==10340 || $store.getters.user.template_info.org_id==10387 || $store.getters.user.template_info.org_id==10430  || $store.getters.user.template_info.org_id==10441 || $store.getters.user.template_info.org_id==10445 || $store.getters.user.template_info.org_id==9829 ||  $store.getters.user.template_info.org_id==10440 ||  $store.getters.user.template_info.org_id==10469 ||  $store.getters.user.template_info.org_id==10460 ||  $store.getters.user.template_info.org_id==10723 ||  $store.getters.user.template_info.org_id==10731 ||  $store.getters.user.template_info.org_id==10727|| $store.getters.user.template_info.org_id==10751">ml</span>
10
+                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id != 9 && $store.getters.user.template_info.template_id != 17 && $store.getters.user.template_info.template_id != 20 && $store.getters.user.template_info.template_id != 21 && $store.getters.user.template_info.template_id != 22  && $store.getters.user.template_info.template_id != 23 && $store.getters.user.template_info.template_id != 24 && $store.getters.user.template_info.template_id != 26 && $store.getters.user.template_info.template_id != 28 && $store.getters.user.template_info.template_id != 27 && $store.getters.user.template_info.template_id != 29 && $store.getters.user.template_info.template_id != 30 && $store.getters.user.template_info.template_id != 31 && $store.getters.user.template_info.template_id != 32 && $store.getters.user.template_info.template_id != 34 && $store.getters.user.template_info.template_id != 38 && $store.getters.user.template_info.template_id != 40 && $store.getters.user.template_info.template_id != 43 && $store.getters.user.template_info.org_id!=9555 && $store.getters.user.template_info.template_id != 60  && $store.getters.user.template_info.org_id!=10340 && $store.getters.user.template_info.org_id!=10387 && $store.getters.user.template_info.org_id!=10430 && $store.getters.user.template_info.org_id!=10441 && $store.getters.user.template_info.org_id!=10445 && $store.getters.user.template_info.org_id!=9829 && $store.getters.user.template_info.org_id!=10440 && $store.getters.user.template_info.org_id!=10469 && $store.getters.user.template_info.org_id!=10460 && $store.getters.user.template_info.org_id!=10723 && $store.getters.user.template_info.org_id!=10731  && $store.getters.user.template_info.org_id!=10727 && $store.getters.user.template_info.org_id!=10751&& $store.getters.user.template_info.org_id!=10752">L</span>
11
+                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id == 9 || $store.getters.user.template_info.template_id == 17 || $store.getters.user.template_info.template_id == 20 || $store.getters.user.template_info.template_id == 21 || $store.getters.user.template_info.template_id == 22 || $store.getters.user.template_info.template_id == 23 || $store.getters.user.template_info.template_id == 24 || $store.getters.user.template_info.template_id == 26 || $store.getters.user.template_info.template_id == 28 || $store.getters.user.template_info.template_id == 27 || $store.getters.user.template_info.template_id == 29 || $store.getters.user.template_info.template_id == 30 || $store.getters.user.template_info.template_id == 31 || $store.getters.user.template_info.template_id == 32 || $store.getters.user.template_info.template_id == 34 || $store.getters.user.template_info.template_id == 38 || $store.getters.user.template_info.template_id == 40 || $store.getters.user.template_info.template_id == 43 || $store.getters.user.template_info.org_id==9555 || $store.getters.user.template_info.template_id==60|| $store.getters.user.template_info.org_id==10340 || $store.getters.user.template_info.org_id==10387 || $store.getters.user.template_info.org_id==10430  || $store.getters.user.template_info.org_id==10441 || $store.getters.user.template_info.org_id==10445 || $store.getters.user.template_info.org_id==9829 ||  $store.getters.user.template_info.org_id==10440 ||  $store.getters.user.template_info.org_id==10469 ||  $store.getters.user.template_info.org_id==10460 ||  $store.getters.user.template_info.org_id==10723 ||  $store.getters.user.template_info.org_id==10731 ||  $store.getters.user.template_info.org_id==10727|| $store.getters.user.template_info.org_id==10751 || $store.getters.user.template_info.org_id==10752">ml</span>
12 12
                     &nbsp;&nbsp;&nbsp;&nbsp;
13 13
                     <span style="color:#7b8c9c" v-if="prescription_prop!=null && ($store.getters.user.template_info.org_id == 9671 || $store.getters.user.template_info.org_id == 10469)">处方脱水量:{{prescription_prop.prescription_water}}ml</span>
14 14
                     &nbsp;&nbsp;&nbsp;&nbsp;

+ 21 - 5
src/pages/main/newActionBar/assessmentBefore.vue Просмотреть файл

@@ -1857,14 +1857,30 @@ methods: {
1857 1857
           'hemodialysis',
1858 1858
           'puncture_needle'
1859 1859
         )
1860
+        console.log("除非=-----------------",this.propForm.list)
1861
+        console.log("this.formValue.puncture_needle.split(',')",this.formValue.puncture_needle.split(','))
1862
+         
1863
+       var puncture_needle_str =  this.formValue.puncture_needle.split(',')
1864
+        var newArr = [];
1865
+        for (let i = 0; i < this.propForm.list.length; i++) {
1866
+            for (let j = 0; j < puncture_needle_str.length; j++) {
1867
+              var name = this.propForm.list[i].name.toUpperCase();
1868
+              var app = puncture_needle_str[j].toUpperCase();
1869
+              if (name == app) {
1870
+                newArr.push(this.propForm.list[i].name);
1871
+              }
1872
+            }
1873
+          }
1874
+
1875
+        console.log("newArr--------",newArr)
1876
+
1860 1877
         this.propForm.optionList = []
1861 1878
         this.propForm.isMultiple = 2
1862
-        if (
1863
-          this.formValue.puncture_needle != undefined ||
1864
-                  this.formValue.puncture_needle != null
1865
-        ) {
1879
+        if (this.formValue.puncture_needle != undefined ||this.formValue.puncture_needle != null) {
1866 1880
           if (this.formValue.puncture_needle.length > 0) {
1867
-            this.propForm.result = this.formValue.puncture_needle.split(',')
1881
+
1882
+            this.propForm.result = newArr
1883
+
1868 1884
           } else {
1869 1885
             this.propForm.result = []
1870 1886
           }

+ 2 - 0
src/pages/main/newActionBar/consumables.vue Просмотреть файл

@@ -89,6 +89,8 @@ export default {
89 89
   methods: {
90 90
     stockOut () {
91 91
       console.log("进哈哈哈哈哈哈",this.uploadMethod)
92
+      console.log("aaaaaaaaaaaaaaaa",this.color)
93
+      
92 94
       this.loading = true
93 95
       if (this.color == 1) {
94 96
         if (this.uploadMethod == 1) {

+ 16 - 13
src/pages/main/newActionBar/dialysisPrescription.vue Просмотреть файл

@@ -210,8 +210,8 @@
210 210
         </van-field>
211 211
         <van-field v-model="dialysisPrescription.prescription_water" @focus="inputFocus" v-if="isShow('处方脱水量')" type="number" input-align="right">
212 212
             <template #label>
213
-                <span v-if=" $store.getters.user.template_info.org_id!=10597 && $store.getters.user.template_info.org_id!=10612 && $store.getters.user.template_info.org_id!=10598 && $store.getters.user.template_info.org_id!=10679 && $store.getters.user.template_info.org_id!=10677 && $store.getters.user.template_info.org_id!=10622&& $store.getters.user.template_info.org_id!=10702 && $store.getters.user.template_info.org_id!=10635 && $store.getters.user.template_info.org_id!=10721 && $store.getters.user.template_info.org_id!=10740 && $store.getters.user.template_info.org_id!=10742 && $store.getters.user.template_info.org_id!=10745">处方脱水量(ml)</span>
214
-                <span  v-if=" $store.getters.user.template_info.org_id==10597 ||  $store.getters.user.template_info.org_id==10612  ||  $store.getters.user.template_info.org_id==10598 ||$store.getters.user.template_info.org_id==10679 ||$store.getters.user.template_info.org_id==10677 || $store.getters.user.template_info.org_id==10622  || $store.getters.user.template_info.org_id==10702 || $store.getters.user.template_info.org_id==10635 || $store.getters.user.template_info.org_id==10721 || $store.getters.user.template_info.org_id==10740|| $store.getters.user.template_info.org_id==10742 || $store.getters.user.template_info.org_id==10745">处方脱水量(L)</span>
213
+                <span v-if=" $store.getters.user.template_info.org_id!=10597 && $store.getters.user.template_info.org_id!=10612 && $store.getters.user.template_info.org_id!=10598 && $store.getters.user.template_info.org_id!=10679 && $store.getters.user.template_info.org_id!=10677 && $store.getters.user.template_info.org_id!=10622&& $store.getters.user.template_info.org_id!=10702 && $store.getters.user.template_info.org_id!=10635 && $store.getters.user.template_info.org_id!=10721 && $store.getters.user.template_info.org_id!=10740 && $store.getters.user.template_info.org_id!=10742 && $store.getters.user.template_info.org_id!=10745 && $store.getters.user.template_info.org_id!=10752">处方脱水量(ml)</span>
214
+                <span  v-if=" $store.getters.user.template_info.org_id==10597 ||  $store.getters.user.template_info.org_id==10612  ||  $store.getters.user.template_info.org_id==10598 ||$store.getters.user.template_info.org_id==10679 ||$store.getters.user.template_info.org_id==10677 || $store.getters.user.template_info.org_id==10622  || $store.getters.user.template_info.org_id==10702 || $store.getters.user.template_info.org_id==10635 || $store.getters.user.template_info.org_id==10721 || $store.getters.user.template_info.org_id==10740|| $store.getters.user.template_info.org_id==10742 || $store.getters.user.template_info.org_id==10745 || $store.getters.user.template_info.org_id==10752">处方脱水量(L)</span>
215 215
             </template>
216 216
          </van-field>
217 217
 
@@ -553,8 +553,8 @@
553 553
               $store.getters.user.template_info.org_id!=10702 &&
554 554
               $store.getters.user.template_info.org_id!=10480 &&
555 555
               $store.getters.user.template_info.org_id!=10510 &&
556
-              $store.getters.user.template_info.org_id!=10644 
557
-
556
+              $store.getters.user.template_info.org_id!=10644 &&
557
+              $store.getters.user.template_info.org_id!=10580
558 558
             "
559 559
           >
560 560
             <span
@@ -590,7 +590,8 @@
590 590
                   $store.getters.user.template_info.org_id!=10597 &&
591 591
                   $store.getters.user.template_info.org_id!=10679 &&
592 592
                   $store.getters.user.template_info.org_id!=10480 &&
593
-                  $store.getters.user.template_info.org_id!=10510
593
+                  $store.getters.user.template_info.org_id!=10510 &&
594
+                  $store.getters.user.template_info.org_id!=10580
594 595
                   )
595 596
               "
596 597
             >
@@ -630,7 +631,8 @@
630 631
                   $store.getters.user.template_info.org_id==10597   ||
631 632
                   $store.getters.user.template_info.org_id==10679 ||
632 633
                   $store.getters.user.template_info.org_id==10510 ||
633
-                  $store.getters.user.template_info.org_id==10480
634
+                  $store.getters.user.template_info.org_id==10480 || 
635
+                  $store.getters.user.template_info.org_id==10580
634 636
                   )
635 637
               "
636 638
               >维持(mg/h)</span
@@ -751,7 +753,8 @@
751 753
               $store.getters.user.template_info.org_id!=10702 &&
752 754
               $store.getters.user.template_info.org_id!=10510 &&
753 755
               $store.getters.user.template_info.org_id!=10480 &&
754
-              $store.getters.user.template_info.org_id!=10644 
756
+              $store.getters.user.template_info.org_id!=10644 &&
757
+              $store.getters.user.template_info.org_id!=10580
755 758
             "
756 759
           >
757 760
             <span
@@ -1207,9 +1210,9 @@
1207 1210
 
1208 1211
               "
1209 1212
               >置换液总量
1210
-              <span v-if="dialysisPrescription.mode_id !=26 &&  $store.getters.user.template_info.org_id != 9538 &&  $store.getters.user.template_info.org_id != 10735&& $store.getters.user.template_info.org_id != 10697"> (ml)</span>
1211
-              <span v-if="dialysisPrescription.mode_id ==26 &&  $store.getters.user.template_info.org_id != 9538 &&  $store.getters.user.template_info.org_id != 10735 && $store.getters.user.template_info.org_id != 10697"> (L/h)</span>
1212
-              <span v-if="$store.getters.user.template_info.org_id == 9538 || $store.getters.user.template_info.org_id == 10735  || $store.getters.user.template_info.org_id == 10697"> (L)</span>
1213
+              <span v-if="dialysisPrescription.mode_id !=26 &&  $store.getters.user.template_info.org_id != 9538 &&  $store.getters.user.template_info.org_id != 10735&& $store.getters.user.template_info.org_id != 10697&& $store.getters.user.template_info.org_id != 10752"> (ml)</span>
1214
+              <span v-if="dialysisPrescription.mode_id ==26 &&  $store.getters.user.template_info.org_id != 9538 &&  $store.getters.user.template_info.org_id != 10735 && $store.getters.user.template_info.org_id != 10697&& $store.getters.user.template_info.org_id != 10752"> (L/h)</span>
1215
+              <span v-if="$store.getters.user.template_info.org_id == 9538 || $store.getters.user.template_info.org_id == 10735  || $store.getters.user.template_info.org_id == 10697  || $store.getters.user.template_info.org_id == 10752"> (L)</span>
1213 1216
               </span
1214 1217
             >
1215 1218
           </template>
@@ -2219,9 +2222,9 @@ export default {
2219 2222
 
2220 2223
 
2221 2224
       //针对揭阳
2222
-      if(this.$store.getters.user.template_info.org_id == 10597 || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721|| this.$store.getters.user.template_info.org_id == 10742 || this.$store.getters.user.template_info.org_id == 10751){
2225
+      if(this.$store.getters.user.template_info.org_id == 10597 || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721|| this.$store.getters.user.template_info.org_id == 10742 || this.$store.getters.user.template_info.org_id == 10751|| this.$store.getters.user.template_info.org_id == 10752){
2223 2226
         if(this.predialysis!=undefined){
2224
-          if(this.$store.getters.user.template_info.org_id == 10702){
2227
+          if(this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10752 ){
2225 2228
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2226 2229
               this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2227 2230
             }
@@ -2301,7 +2304,7 @@ export default {
2301 2304
         }
2302 2305
       }
2303 2306
     }else{
2304
-      if(this.$store.getters.user.template_info.org_id == 10702 ||  this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id==10721 ||  this.$store.getters.user.template_info.org_id == 10740 || this.$store.getters.user.template_info.org_id == 10742  || this.$store.getters.user.template_info.org_id == 10745){
2307
+      if(this.$store.getters.user.template_info.org_id == 10702 ||  this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id==10721 ||  this.$store.getters.user.template_info.org_id == 10740 || this.$store.getters.user.template_info.org_id == 10742  || this.$store.getters.user.template_info.org_id == 10745 || this.$store.getters.user.template_info.org_id == 10752){
2305 2308
         console.log("康桥this.dialysisPrescription",this.dialysisPrescription.prescription_water)
2306 2309
         if(this.dialysisPrescription.prescription_water<=0 || this.dialysisPrescription.prescription_water==""){
2307 2310
             this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)

+ 18 - 6
src/pages/main/newActionBar/doctorAdvice.vue Просмотреть файл

@@ -281,6 +281,7 @@ import { saveMobileInformation } from '@/api/dialysis'
281 281
 import {getDataConfig} from '@/utils/data'
282 282
 import request from '@/utils/request'
283 283
 import InforSubMenu from "../dialog/subMenu/InforSubMenu.vue"
284
+import { HTML5_FMT } from 'moment'
284 285
 export default {
285 286
   components: {
286 287
     newAddOrder,
@@ -721,18 +722,25 @@ export default {
721 722
           return false
722 723
         })
723 724
       } else {
724
-        console.log("执行---------------",exceParams)
725
+        console.log("执行whwhhwhwhwhw",exceParams)
725 726
         ExecDoctorAdvice(exceParams).then(response => {
726 727
           if (response.data.state == 0) {
728
+            console.log("hhhhhhhhhhhhhhhwowowoo")
727 729
             Toast.fail(response.data.msg)
728 730
             if(response.data.code == 600000008){
729 731
                this.infor_visibility = true
730 732
             }
731 733
             return false
732 734
           } else {
733
-            if (response.data.data.msg == 1 || response.data.data.msg == 2 || response.data.data.msg == 3 ||  response.data.data.msg == 6  ||  response.data.data.msg == 7 || response.data.data.msg == 'ok') {
735
+            console.log("hahhahah",response.data.data.msg)
736
+            if (response.data.data.msg == 1 || response.data.data.msg == 2 || response.data.data.msg == 3 ||  response.data.data.msg == 6  ||  response.data.data.msg == 7 || response.data.data.msg == 'ok' || response.data.data.msg == 12) {
737
+             
734 738
               Toast.success('执行成功!')
735 739
               var advice = response.data.data.advice
740
+              if(response.data.data.msg == 12){
741
+                Toast.success('请选择正确的自备药!,执行失败!')
742
+                return
743
+              }
736 744
               if (this.current_select_object == 1) {
737 745
                 var ids = this.currentAdviceIdsStr.split(',')
738 746
                 var adviceArr = this.advice_groups[this.current_group_index].advices
@@ -775,9 +783,7 @@ export default {
775 783
                 
776 784
                 Toast.success('单位不统一,执行失败!')
777 785
               }
778
-              if(response.data.data.msg == 12){
779
-                Toast.success('请选择正确的自备药!')
780
-              }
786
+             
781 787
             } else {
782 788
               for (let index = 0; index < group.advices.length; index++) {
783 789
                 const adv = group.advices[index]
@@ -790,6 +796,7 @@ export default {
790 796
             }
791 797
           }
792 798
         }).catch(err => {
799
+          console.log("hhhhhhhwowoowode122")
793 800
           Toast.fail(err)
794 801
           return false
795 802
         })
@@ -1221,7 +1228,7 @@ export default {
1221 1228
             Toast.fail(response.data.msg)
1222 1229
             return false
1223 1230
           } else {
1224
-            if (response.data.data.msg == 1 || response.data.data.msg == 2 || response.data.data.msg == 3 || response.data.data.msg == 6|| response.data.data.msg == 7) {
1231
+            if (response.data.data.msg == 1 || response.data.data.msg == 2 || response.data.data.msg == 3 || response.data.data.msg == 6|| response.data.data.msg == 7 || response.data.data.msg == 12) {
1225 1232
               Toast.success('执行成功!')
1226 1233
               var advice = response.data.data.advice
1227 1234
               if (this.current_select_object == 1) {
@@ -1263,6 +1270,11 @@ export default {
1263 1270
              
1264 1271
                 Toast.success('单位不匹配,执行失败!')
1265 1272
               }
1273
+
1274
+              if(response.data.data.msg == 12){
1275
+                Toast.success(advice.advice_name+'不是正确的自备药,执行失败,请重新开药!')
1276
+                return
1277
+              }
1266 1278
             } else if (resp.data.data.msg == 'ok') {
1267 1279
               
1268 1280
               var adviceArr = this.advice_groups[this.current_group_index].advices

+ 2 - 2
src/pages/main/newActionBar/doubleCheck.vue Просмотреть файл

@@ -33,8 +33,8 @@
33 33
                   <van-checkbox-group v-model="resultOne" @change='toCheckOne'>
34 34
                       <van-checkbox name="a">透析模式:<span v-if="prescription_prop!=null">{{getMode(prescription_prop.mode_id)}}</span></van-checkbox>
35 35
                       <van-checkbox name="b">透析时长:<span v-if="prescription_prop!=null">{{prescription_prop.dialysis_duration_hour}}小时{{prescription_prop.dialysis_duration_minute}}分</span></van-checkbox>
36
-                      <van-checkbox name="c">目标超滤量:<span v-if="prescription_prop!=null">{{prescription_prop.target_ultrafiltration?prescription_prop.target_ultrafiltration:""}} </span> <span v-if="org_id==10617">L</span></van-checkbox>
37
-                      <van-checkbox name="m" v-if="org_id ==10469 || org_id ==10597 || org_id ==10679 || org_id ==10702 || org_id == 10745">处方脱水量:<span v-if="prescription_prop!=null">{{prescription_prop.prescription_water?prescription_prop.prescription_water:""}}</span></van-checkbox>
36
+                      <van-checkbox name="c" v-if="org_id!=10679">目标超滤量:<span v-if="prescription_prop!=null">{{prescription_prop.target_ultrafiltration?prescription_prop.target_ultrafiltration:""}} </span> <span v-if="org_id==10617">L</span></van-checkbox>
37
+                      <van-checkbox name="m" v-if="org_id ==10469 || org_id ==10597 || org_id ==10679 || org_id ==10702 || org_id == 10745 || org_id == 10752">处方脱水量:<span v-if="prescription_prop!=null">{{prescription_prop.prescription_water?prescription_prop.prescription_water:""}}</span></van-checkbox>
38 38
                       <van-checkbox name="d">抗凝剂:<span v-if="prescription_prop!=null">{{getAnticoagulant(prescription_prop.anticoagulant)}}</span></van-checkbox>
39 39
                       <van-checkbox name="e">首剂:<span v-if="prescription_prop!=null">{{prescription_prop.anticoagulant_shouji}}</span></van-checkbox>
40 40
                       <van-checkbox name="f">维持:<span v-if="prescription_prop!=null">{{prescription_prop.anticoagulant_weichi}}</span></van-checkbox>

+ 36 - 25
src/pages/main/newActionBar/monitoring.vue Просмотреть файл

@@ -10,14 +10,14 @@
10 10
               透析模式:
11 11
               <span v-if="prescription_prop!=null&&prescription_prop.mode_id>0">{{getModeName(prescription_prop.mode_id)}}</span>
12 12
           </div>
13
-          <div style="padding:0 1rem;height:1.875rem;line-height:1.875rem;color: #323233;font-size:0.875rem;" v-if="this.org_id == 9671 || this.org_id == 10340 || org_id == 10751">
13
+          <div style="padding:0 1rem;height:1.875rem;line-height:1.875rem;color: #323233;font-size:0.875rem;" v-if="this.org_id == 9671 || this.org_id == 10340 || org_id == 10751 || org_id == 10752">
14 14
               目标超滤量:<span v-if="prescription_prop!=null">{{prescription_prop.target_ultrafiltration}}ml</span>
15 15
               透析时长:
16 16
                <span v-if="prescription_prop!=null&&prescription_prop.dialysis_duration_hour>0">{{prescription_prop.dialysis_duration_hour}}时</span>
17 17
                <span v-if="prescription_prop!=null&&prescription_prop.dialysis_duration_minute>0">{{prescription_prop.dialysis_duration_minute}}分</span>
18 18
 
19 19
           </div>
20
-           <div style="padding:0 1rem;height:1.875rem;line-height:1.875rem;color: #323233;font-size:0.875rem;" v-if="this.org_id == 9671 || this.org_id == 10469 || this.org_id == 9675 || org_id == 10751">
20
+           <div style="padding:0 1rem;height:1.875rem;line-height:1.875rem;color: #323233;font-size:0.875rem;" v-if="this.org_id == 9671 || this.org_id == 10469 || this.org_id == 9675 || org_id == 10751 || org_id == 10752">
21 21
               处方脱水量:<span v-if="prescription_prop!=null">{{prescription_prop.prescription_water}}ml
22 22
             </span>
23 23
           </div>
@@ -45,12 +45,12 @@
45 45
                   <th v-if="isShow('跨膜压')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
46 46
                   <th v-if="isShow('跨膜压1')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
47 47
                   
48
-                  <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 65 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551  || org_id == 10537 || org_id ==10597 || org_id ==10599 || org_id == 10580 || org_id ==10629 || org_id ==10617 || org_id==10677|| org_id==10667 || org_id == 10693 || org_id ==10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id ==10745 || org_id == 10751)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
49
-                  <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && template_id !=65 && org_id!=10432 && org_id!=10445 && org_id!=10375  && org_id!=10480 && org_id!=10551 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10629 && org_id!=10617  && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721  && org_id!=10727 && org_id!=10206&&org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
48
+                  <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 65 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551  || org_id == 10537 || org_id ==10597 || org_id ==10599 || org_id == 10580 || org_id ==10629 || org_id ==10617 || org_id==10677|| org_id==10667 || org_id == 10693 || org_id ==10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id ==10745 || org_id == 10751 || org_id == 10752)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
49
+                  <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && template_id !=65 && org_id!=10432 && org_id!=10445 && org_id!=10375  && org_id!=10480 && org_id!=10551 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10629 && org_id!=10617  && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721  && org_id!=10727 && org_id!=10206&&org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
50 50
                   <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h) </th>
51 51
                   
52
-                  <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 65 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10485 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id==10677 || org_id==10667 || org_id==10693 || org_id ==10702 || org_id ==10697 || org_id ==10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751) && org_id!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
53
-                  <th v-if="isShow('超滤量') && (template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=65 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10485 && org_id!=10597 && org_id!=10599&&org_id!=10612 &&org_id!=10580 && org_id !=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702  && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727  && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id !=10751) || org_id ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
52
+                  <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 65 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10485 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id==10677 || org_id==10667 || org_id==10693 || org_id ==10702 || org_id ==10697 || org_id ==10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752) && org_id!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
53
+                  <th v-if="isShow('超滤量') && (template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=65 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10485 && org_id!=10597 && org_id!=10599&&org_id!=10612 &&org_id!=10580 && org_id !=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702  && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727  && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id !=10751 && org_id!=10752) || org_id ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
54 54
 
55 55
                   <th v-if="isShow('超滤量1')" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
56 56
 
@@ -58,12 +58,12 @@
58 58
                   <th v-if="isShow('钠浓度1')" width="40px" style="width:6%"> 钠浓度 <br />(mmol/L) </th>
59 59
                   <th v-if="isShow('透析液温度')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
60 60
                   <th v-if="isShow('透析液温度1')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
61
-                  <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id==10702 || org_id == 10727 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
62
-                  <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10410 && org_id!=10617 && org_id!=10598 && org_id!=10677 && org_id!=10702 && org_id!=10727 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10751) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id == 10353" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
61
+                  <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id==10702 || org_id == 10727 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
62
+                  <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10410 && org_id!=10617 && org_id!=10598 && org_id!=10677 && org_id!=10702 && org_id!=10727 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10751 && org_id!=10752) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id == 10353" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
63 63
                   <th v-if="isShow('置换率1')" width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
64 64
                   <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" style="width:6%"> 置换量 <br />(ml/h) </th>
65
-                  <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10346 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644 && org_id!=10353" width="50px" style="width:6%"> 置换量 <br />(ml) </th>
66
-                  <th v-if="isShow('置换量') && ((template_id !=6 || org_id == 9919 || org_id == 10191) && org_id !=9779 && template_id !=11 && template_id !=20 && template_id !=26 && template_id !=29 && template_id!=43 && template_id!=48 && template_id!=46 && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340 && org_id!=10432  && org_id!=10445 && org_id!=10206 && org_id!=10751) || org_id ==10558 || org_id ==10346 || org_id == 10517 || org_id ==10598 || org_id==10617 || org_id==10414 || org_id == 10510 || org_id ==10567 || org_id == 10644 || org_id == 10353" width="50px" style="width:6%"> 置换量 <br />(L) </th>
65
+                  <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10346 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644 && org_id!=10353 && org_id!=10752" width="50px" style="width:6%"> 置换量 <br />(ml) </th>
66
+                  <th v-if="isShow('置换量') && ((template_id !=6 || org_id == 9919 || org_id == 10191) && org_id !=9779 && template_id !=11 && template_id !=20 && template_id !=26 && template_id !=29 && template_id!=43 && template_id!=48 && template_id!=46 && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340 && org_id!=10432  && org_id!=10445 && org_id!=10206 && org_id!=10751) || org_id ==10558 || org_id ==10346 || org_id == 10517 || org_id ==10598 || org_id==10617 || org_id==10414 || org_id == 10510 || org_id ==10567 || org_id == 10644 || org_id == 10353 || org_id == 10752" width="50px" style="width:6%"> 置换量 <br />(L) </th>
67 67
                 
68 68
                   <th v-if="isShow('SpO₂')  && template_id !=6 && template_id !=10 && template_id !=11" width="40px" > SpO₂ <br />(%) </th>
69 69
                   <th v-if="isShow('SpO₂')  && (org_id == 10447 || org_id ==9829)" width="40px" > SpO₂ <br />(%) </th>
@@ -140,9 +140,9 @@
140 140
                     <span v-if="org_id!=10702"> {{item.ultrafiltration_rate?item.ultrafiltration_rate:''}}</span>
141 141
                   </td>
142 142
                   <th v-if="isShow('超滤率2')" width="60px">{{ item.ultrafiltration_rate_one?item.ultrafiltration_rate_one:"/" }} <br /></th>
143
-                  <td v-if="isShow('超滤量') && (org_id==10551 || org_id ==10617 || org_id ==10629 || org_id ==10679 || org_id ==10693 || org_id ==10702 || org_id ==10721 || org_id ==10644 || org_id == 10727)" >
143
+                  <td v-if="isShow('超滤量') && (org_id==10551 || org_id ==10617 || org_id ==10629 || org_id ==10679 || org_id ==10693 || org_id ==10702 || org_id ==10721 || org_id ==10644 || org_id == 10727 || org_id == 10752)" >
144 144
                     {{item.ultrafiltration_volume?item.ultrafiltration_volume:'0'}}</td>
145
-                  <td v-if="isShow('超滤量') && org_id!=10551 && org_id != 10617 && org_id!=10629 && org_id!=10679 && org_id!=10693 && org_id!=10702 && org_id!=10721 && org_id!=10644 && org_id!=10727" >
145
+                  <td v-if="isShow('超滤量') && org_id!=10551 && org_id != 10617 && org_id!=10629 && org_id!=10679 && org_id!=10693 && org_id!=10702 && org_id!=10721 && org_id!=10644 && org_id!=10727 && org_id!=10752" >
146 146
                     <span v-if="org_id ==10612">
147 147
                       <span v-if="index == 1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</span>
148 148
                       <span v-if="index!=1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "" }}</span>
@@ -356,14 +356,14 @@
356 356
 
357 357
                           <van-field v-model="form.ultrafiltration_volume" @focus="inputFocus" @keydown='changeFocus' :required="isShow_title('超滤量')" v-if="isShow('超滤量')" type="number" input-align="right">
358 358
                               <template #label>
359
-                                  <span v-if="(template_id == 5 || template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340  || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id == 10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id == 10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751) && org_id!=10471" >超滤量(ml)</span>
359
+                                  <span v-if="(template_id == 5 || template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340  || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id == 10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id == 10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751 || org_id == 10752) && org_id!=10471" >超滤量(ml)</span>
360 360
                                   <span v-else>超滤量(L)</span>
361 361
                               </template>
362 362
                           </van-field>
363 363
 
364 364
                           <van-field v-model="form.ultrafiltration_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('超滤率')" :required="isShow_title('超滤率')" type="number" input-align="right">
365 365
                               <template #label>
366
-                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id==10702 || org_id == 10697 || org_id == 10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751) && org_id!=10471">超滤率(ml/h)</span>
366
+                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id==10702 || org_id == 10697 || org_id == 10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752) && org_id!=10471">超滤率(ml/h)</span>
367 367
                                   <span v-else>超滤率(L/h)</span>
368 368
                               </template>
369 369
                           </van-field>
@@ -385,7 +385,7 @@
385 385
 
386 386
                           <van-field v-model="form.replacement_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('置换率')" :required="isShow_title('置换率')" type="number" input-align="right">
387 387
                               <template #label>
388
-                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id ==10702 || org_id == 10727 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353">置换率(ml/min)</span>
388
+                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id ==10702 || org_id == 10727 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353">置换率(ml/min)</span>
389 389
                                   <span v-else>置换率(L/h)</span>
390 390
                               </template>
391 391
                           </van-field>
@@ -399,7 +399,7 @@
399 399
                           <van-field v-model="form.displacement_quantity" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('置换量')" :required="isShow_title('置换量')" type="number" input-align="right">
400 400
                               <template #label>
401 401
 
402
-                                  <span v-if="(template_id == 6 || template_id == 9779 || template_id == 43 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10751) && org_id != 9919 && org_id!=10478 && org_id!=10558 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644 && org_id!=10353">
402
+                                  <span v-if="(template_id == 6 || template_id == 9779 || template_id == 43 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53  || template_id == 54 || template_id == 56 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10751) && org_id != 9919 && org_id!=10478 && org_id!=10558 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644 && org_id!=10353 && org_id!=10752">
403 403
                                       <span v-if="(template_id == 43) ">置换量(ml/h)</span>
404 404
                                       <span v-else>置换量(ml)</span>
405 405
                                   </span>
@@ -571,22 +571,22 @@
571 571
                             <th v-if="isShow('血流量')" width="40px"> 血流量 <br />(ml/min) </th>
572 572
                             <th width="60px"> 静脉压/动脉压 <br />({{monitorRecords[0]&&monitorRecords[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
573 573
                             <th v-if="isShow('跨膜压')" width="40px"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
574
-                            <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id ==10727 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751)" width="50px" > 超滤量 <br />(ml) </th>
575
-                            <th v-if="isShow('超滤量') && template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id != 10480 && org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580  && org_id!=10617 && org_id!=10697 && org_id!=10727 && org_id!=10740 && org_id!=10742&& org_id!=10745 && org_id!=10751" width="50px" > 超滤量 <br />(L) </th>
574
+                            <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id ==10727 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752)" width="50px" > 超滤量 <br />(ml) </th>
575
+                            <th v-if="isShow('超滤量') && template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id != 10480 && org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580  && org_id!=10617 && org_id!=10697 && org_id!=10727 && org_id!=10740 && org_id!=10742&& org_id!=10745 && org_id!=10751 && org_id!=10752" width="50px" > 超滤量 <br />(L) </th>
576 576
                             <th v-if="isShow('钠浓度')" width="40px"> 钠浓度 <br />(mmol/L) </th>
577 577
                             <th v-if="isShow('透析液温度')" width="60px"> 透析液温度 <br />(℃) </th>
578
-                            <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id ==10375 || org_id ==10721 || org_id == 10751) && org_id!=10558 && org_id!=10598 && org_id!=10617 && org_id!=10727" width="50px" > 置换率 <br />(ml/min) </th>
579
-                            <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10375 && org_id!=10721 && org_id!=10751) || org_id ==10558 || org_id ==10598 || org_id ==10617 || org_id ==10727" width="50px"  > 置换率 <br />(L/h) </th>
578
+                            <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id ==10375 || org_id ==10721 || org_id == 10751 || org_id == 10752) && org_id!=10558 && org_id!=10598 && org_id!=10617 && org_id!=10727" width="50px" > 置换率 <br />(ml/min) </th>
579
+                            <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10375 && org_id!=10721 && org_id!=10751 && org_id!=10752) || org_id ==10558 || org_id ==10598 || org_id ==10617 || org_id ==10727" width="50px"  > 置换率 <br />(L/h) </th>
580 580
                             <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" > 置换量 <br />(ml/h) </th>
581
-                            <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445 || org_id!=10751) && org_id!=10558 && org_id !=10617 && org_id!=10510 && org_id!=10644" width="50px" > 置换量 <br />(ml) </th>
582
-                            <th v-if="isShow('置换量') && ((template_id !=6 || org_id == 9919 || org_id == 10191) && org_id !=9779 && template_id !=11 && template_id !=20 && template_id !=26 && template_id !=29 && template_id!=43 && template_id!=48 && template_id!=46 && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340 && org_id!=10432  && org_id!=10445 && org_id!=10751) || org_id == 10558 || org_id ==10617 || org_id == 10510 || org_id == 10644" width="50px" > 置换量 <br />(L) </th>
581
+                            <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445 || org_id ==10751) && org_id!=10558 && org_id !=10617 && org_id!=10510 && org_id!=10644 && org_id!=10752" width="50px" > 置换量 <br />(ml) </th>
582
+                            <th v-if="isShow('置换量') && ((template_id !=6 || org_id == 9919 || org_id == 10191) && org_id !=9779 && template_id !=11 && template_id !=20 && template_id !=26 && template_id !=29 && template_id!=43 && template_id!=48 && template_id!=46 && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340 && org_id!=10432  && org_id!=10445 && org_id!=10751) || org_id == 10558 || org_id ==10617 || org_id == 10510 || org_id == 10644 || org_id == 10752" width="50px" > 置换量 <br />(L) </th>
583 583
                             <th v-if="isShow('SpO₂')  && template_id !=6 && template_id !=10 && template_id !=11" width="40px" > SpO₂ <br />(%) </th>
584 584
                             <th v-if="isShow('SpO₂')  && org_id == 10447" width="40px" > SpO₂ <br />(%) </th>
585 585
                             <th v-if="isShow('电导度')" width="40px"> 电导度 <br />(mS/cm) </th>
586 586
                             <th v-if="isShow('置换液流量')" width="50px"> 置换液流量 <br /><span v-if="template_id !=27 && template_id !=29 && template_id !=60">(ml/h)</span><span v-if="template_id ==27 || template_id ==29 || template_id==60">(ml/min)</span> </th>
587 587
                             <th v-if="isShow('透析液流量')" width="50px"> 透析液流量 <br />(ml/h) </th>
588
-                            <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751)" width="50px"> 超滤率 <br />(ml/h) </th>
589
-                            <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && org_id!=10432 && org_id!=10445 && org_id!=10480 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10617  && org_id!=10697 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751" width="50px"> 超滤率 <br />(L/h) </th>
588
+                            <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751 || org_id == 10752)" width="50px"> 超滤率 <br />(ml/h) </th>
589
+                            <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && org_id!=10432 && org_id!=10445 && org_id!=10480 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10617  && org_id!=10697 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752" width="50px"> 超滤率 <br />(L/h) </th>
590 590
                             <th v-if="isShow('肝素用量余量')" width="60px"> 肝素用量余量 <br />(ml) </th>
591 591
                             <th v-if="isShow('肝素量')" width="60px"> 肝素量 <br />(mg) </th>
592 592
                             <th v-if="isShow('抗凝剂')" width="60px">抗凝剂</th>
@@ -2059,6 +2059,7 @@ methods: {
2059 2059
             this.form.ultrafiltration_rate = lastMonitorRecordList.ultrafiltration_rate?lastMonitorRecordList.ultrafiltration_rate:""
2060 2060
           }else{
2061 2061
             this.form.ultrafiltration_rate = lastMonitorRecordList.ultrafiltration_rate?lastMonitorRecordList.ultrafiltration_rate:this.today_last_monitor_record.ultrafiltration_rate
2062
+
2062 2063
           }
2063 2064
          
2064 2065
           console.log("haaaaaaaaaaaaaaaa",this.form.ultrafiltration_rate)
@@ -2105,7 +2106,7 @@ methods: {
2105 2106
             this.form.ultrafiltration_volume = (this.form.ultrafiltration_rate + lastMonitorRecordList.ultrafiltration_volume).toFixed(0)
2106 2107
           }
2107 2108
 
2108
-          if(this.org_id == 10721){
2109
+          if(this.org_id == 10721 || this.org_id == 10752){
2109 2110
 
2110 2111
             this.form.displacement_quantity =  resp.monitor.displacement_quantity
2111 2112
 
@@ -2146,6 +2147,11 @@ methods: {
2146 2147
         this.form.venous_pressure = ""
2147 2148
         this.form.transmembrane_pressure = ""
2148 2149
       }
2150
+      
2151
+      if(this.org_id == 10745){
2152
+        this.form.venous_pressure = lastMonitorRecordList.venous_pressure?lastMonitorRecordList.venous_pressure:""
2153
+        this.form.transmembrane_pressure = lastMonitorRecordList.transmembrane_pressure?lastMonitorRecordList.transmembrane_pressure:""
2154
+      }
2149 2155
 
2150 2156
       if(this.org_id ==10693){
2151 2157
          this.form.conductivity_one = lastMonitorRecordList.conductivity_one?lastMonitorRecordList.conductivity_one:""
@@ -2161,6 +2167,11 @@ methods: {
2161 2167
          this.form.transmembrane_pressure = ""
2162 2168
        }
2163 2169
 
2170
+       if(this.org_id == 10752){
2171
+          this.form.replacement_rate = lastMonitorRecordList.replacement_rate
2172
+        }
2173
+        
2174
+
2164 2175
 
2165 2176
       // this.form.monitor_anticoagulant = resp.monitor.monitor_anticoagulant?resp.monitor.monitor_anticoagulant:''
2166 2177
       // this.form.monitor_anticoagulant_value = resp.monitor.monitor_anticoagulant_value?resp.monitor.monitor_anticoagulant_value:''

+ 12 - 16
src/pages/main/newActionBar/plane.vue Просмотреть файл

@@ -246,6 +246,7 @@ import request from "@/utils/request";
246 246
 import { getDataConfig } from "@/utils/data";
247 247
 import checkBoxMenu from "./components/checkBoxMenu";
248 248
 import InforSubMenu from "../dialog/subMenu/InforSubMenu.vue"
249
+import { type } from "os";
249 250
 export default {
250 251
   components: {
251 252
     checkBoxMenu,
@@ -273,6 +274,9 @@ export default {
273 274
     last_order: {
274 275
       type: Object,
275 276
     },
277
+    monitor_records:{
278
+      type:Object
279
+    }
276 280
   },
277 281
   data() {
278 282
     return {
@@ -428,16 +432,13 @@ export default {
428 432
   mounted () {
429 433
     if (this.record.id == '') {
430 434
       // 没有上下机记录
431
-      this.end_time_str =
432
-        parseTime(Date.parse(new Date()) / 1000, "{y}-{m}-{d} {h}:{i}") + ":00";
435
+      this.end_time_str = parseTime(Date.parse(new Date()) / 1000, "{y}-{m}-{d} {h}:{i}") + ":00";
433 436
     } else {
434 437
       if (this.record.start_time > 0) {
435 438
         if (this.prescription_prop.id != "") {
439
+          console.log("上机时间---------------------",this.record.start_time)
436 440
           let endTime = 0;
437
-          endTime =
438
-            this.record.start_time +
439
-            this.prescription_prop.dialysis_duration_hour * 3600 +
440
-            this.prescription_prop.dialysis_duration_minute * 60;
441
+          endTime =this.record.start_time +this.prescription_prop.dialysis_duration_hour * 3600 + this.prescription_prop.dialysis_duration_minute * 60;
441 442
           this.end_time_str = parseTime(endTime, "{y}-{m}-{d} {h}:{i}") + ":00";
442 443
         } else {
443 444
           this.end_time_str =
@@ -456,19 +457,14 @@ export default {
456 457
     }
457 458
     this.end_time = this.end_time_str;
458 459
 
459
-    if (
460
-      this.$store.getters.user.template_info.org_id == 9671 ||
461
-      this.$store.getters.user.template_info.org_id == 10340
462
-    ) {
460
+    if (this.$store.getters.user.template_info.org_id == 9671 || this.$store.getters.user.template_info.org_id == 10340) {
461
+      console.log("hhhhhhhhhhhhhhhhhhhhhhhhwowowowo",this.monitor_records)
463 462
       if (this.monitor_records != null && this.monitor_records.length > 0) {
464
-        this.end_time_str =
465
-          parseTime(
466
-            this.monitor_records[this.monitor_records.length - 1].operate_time,
467
-            "{y}-{m}-{d} {h}:{i}"
468
-          ) + ":00";
463
+        this.end_time_str = parseTime(this.monitor_records[this.monitor_records.length - 1].operate_time,"{y}-{m}-{d} {h}:{i}") + ":00";
464
+        console.log("下机时间",this.end_time_str)
469 465
       }
470 466
     }
471
-  },
467
+  },  
472 468
   methods: {
473 469
     selectStartTimeAction: function () {
474 470
       if (this.record.id != 0) {

+ 3 - 3
src/pages/main/template/DialysisPrintOrderSix.vue Просмотреть файл

@@ -811,7 +811,7 @@
811 811
                         KT/V</td>
812 812
                       <td width="50" v-if="org_id == 9919">在线尿素监测</td>
813 813
                       <td width="50"
814
-                        v-if="org_id != 9919 && org_id != 9538 && org_id != 9675 && org_id != 10617 && org_id != 10629 && org_id != 10644 && org_id != 10679 && org_id != 10683 && org_id != 9829 && org_id != 10567 && org_id != 10735">
814
+                        v-if="org_id != 9919 && org_id != 9538 && org_id != 9675 && org_id != 10617 && org_id != 10629 && org_id != 10644 && org_id != 10679 && org_id != 10683 && org_id != 9829 && org_id != 10567 && org_id != 10735 && org_id!=10752">
815 815
                         KT/V</td>
816 816
 
817 817
                       <td width="50" v-if="org_id == 9538 || org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
@@ -852,9 +852,9 @@
852 852
                       <td v-if="org_id == 10735 || org_id == 10600">{{
853 853
                         monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate:"" }}</td>
854 854
                       <td v-if="org_id != 10683">
855
-                        <span v-if="org_id == 10440 || org_id == 10644 || org_id == 10679">
855
+                        <span v-if="org_id == 10440 || org_id == 10644 || org_id == 10679 || org_id == 10752">
856 856
                           {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "0" }}</span>
857
-                        <span v-if="org_id != 10440 && org_id != 10644 && org_id != 10679">
857
+                        <span v-if="org_id != 10440 && org_id != 10644 && org_id != 10679 && org_id!=10752">
858 858
                           <span v-if="org_id == 10617">
859 859
                             <span
860 860
                               v-if="monindex == 0 || monindex == monitors.length - 1">{{ monitor.ultrafiltration_volume ?

+ 28 - 10
src/pages/main/template/DialysisPrintOrdereightythree.vue Просмотреть файл

@@ -21,10 +21,14 @@
21 21
                     姓 名:{{ patientInfo.name ? patientInfo.name : "/" }}
22 22
                   </div>
23 23
                   <div style="flex: 1;">
24
-                    性 别:{{ patientInfo.gender ? '男' : "女" }}
24
+                    性 别:
25
+                    
26
+                    <span v-if="patientInfo.gender == 2">女</span>
27
+                    <span v-if="patientInfo.gender == 1">男</span>
28
+                    <!-- {{ patientInfo.gender ? '女' : "男" }} -->
25 29
                   </div>
26 30
                   <div style="flex: 1;">
27
-                    年龄:{{ getNewAge(patientInfo.id_card_no) }}
31
+                    年龄:{{ getNewAge(patientInfo.id_card_no) }}
28 32
                   </div>
29 33
                   <div style="flex: 1;">
30 34
                     透析机号:
@@ -32,23 +36,37 @@
32 36
                   </div>
33 37
                   <div style="flex: 1;">
34 38
                     透析频次:
35
-                    <span style="display: inline-block;width: 20px;">
39
+                    <span style="display: inline-block;width: 80px;">
36 40
                       {{ predialysis.dialysis_count}}
37
-                    </span>次/周
41
+                    </span>
38 42
                   </div>
39 43
                 </div>
40 44
               </td>
41 45
             </tr>
42
-
43 46
             <tr>
44 47
               <td colspan="3">
45 48
                 <div style="line-height:30px;display: inline-block;">
46 49
                   上机前病情:
47
-                  <label-box :isChecked="predialysis.symptom_before_dialysis == '' ? true : false"
50
+                  <!-- <label-box :isChecked="predialysis.symptom_before_dialysis == '' ? true : false"
48 51
                     showValue="无特殊"></label-box>&nbsp;
49 52
                   <label-box :isChecked="predialysis.symptom_before_dialysis != '' ? true : false"
50
-                  showValue="其他:"></label-box>
53
+                  showValue="其他:"></label-box> -->
54
+                  <div class="inline_block" style="flex: 0.8;">
55
+                    <div class="under_line" style="width: 50px; text-align: center">
56
+                      {{
57
+                        predialysis.befor_symptoms
58
+                          ? predialysis.befor_symptoms
59
+                          : "/"
60
+                      }}
61
+                    </div>
62
+                  </div>
51 63
                 </div>&nbsp;&nbsp;
64
+              </td>
65
+            </tr>
66
+
67
+            <tr>
68
+              <td colspan="3">
69
+                
52 70
                 <div class="row" style="padding: 2px 0; line-height: 23px;display: inline-block;" >
53 71
                   <div class="inline_block" style="flex: 0.8;">
54 72
                     T:
@@ -127,8 +145,8 @@
127 145
               </td>
128 146
               <td style="line-height:30px;">
129 147
                 治疗时间:
130
-                {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
131
-                {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}分
148
+                {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }}小时
149
+                {{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : 0 }}分
132 150
               </td>
133 151
             </tr>
134 152
 
@@ -169,7 +187,7 @@
169 187
             <tr>
170 188
               <td colspan="2">
171 189
                 <div style="line-height:30px;">
172
-                  <span v-if="org_id != 9779">处方脱水量: {{ prescription.prescription_water ? prescription.prescription_water : "" }} ml&nbsp;&nbsp;</span> 
190
+                  <span v-if="org_id != 9779">处方脱水量: {{ prescription.prescription_water ? prescription.prescription_water : "" }} L&nbsp;&nbsp;</span> 
173 191
                   <span v-if="org_id == 9779">目标脱水量:{{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : "" }} L&nbsp;&nbsp;</span>
174 192
                   <span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }} </span>ml/h
175 193
                   <span>

+ 1 - 1
src/pages/main/today/assessmentAfter.vue Просмотреть файл

@@ -32,7 +32,7 @@
32 32
         <li v-if="isShow('实际超滤量')">
33 33
           <label for="sjcll">实际超滤量: </label>
34 34
           <span class="content" id="sjcll">{{actual_ultrafiltration?actual_ultrafiltration:''}}</span>
35
-          <span v-if="(template_id == 6&& $store.getters.user.template_info.org_id !=10447 && $store.getters.user.template_info.org_id !=10471) || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 17 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 43 || template_id == 44 || template_id == 60 || this.$store.getters.user.template_info.org_id == 9555 || template_id == 27  || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10387 ||  $store.getters.user.template_info.org_id == 10430 ||  $store.getters.user.template_info.org_id == 10432 ||  $store.getters.user.template_info.org_id == 10441  ||  $store.getters.user.template_info.org_id == 10445 ||  $store.getters.user.template_info.org_id == 10410 ||  $store.getters.user.template_info.org_id == 10495 || $store.getters.user.template_info.org_id == 10375 || $store.getters.user.template_info.org_id == 10551 || $store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10599 || $store.getters.user.template_info.org_id == 10629 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10667 || $store.getters.user.template_info.org_id == 10480 || $store.getters.user.template_info.org_id == 10693 || $store.getters.user.template_info.org_id == 10702  || $store.getters.user.template_info.org_id == 10697 || $store.getters.user.template_info.org_id == 10635 || $store.getters.user.template_info.org_id == 10723 || $store.getters.user.template_info.org_id == 10721  || $store.getters.user.template_info.org_id == 10727 || $store.getters.user.template_info.org_id == 10742" class="unit">{{actual_ultrafiltration?'ml':''}}</span>
35
+          <span v-if="(template_id == 6&& $store.getters.user.template_info.org_id !=10447 && $store.getters.user.template_info.org_id !=10471) || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 17 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 43 || template_id == 44 || template_id == 60 || this.$store.getters.user.template_info.org_id == 9555 || template_id == 27  || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10387 ||  $store.getters.user.template_info.org_id == 10430 ||  $store.getters.user.template_info.org_id == 10432 ||  $store.getters.user.template_info.org_id == 10441  ||  $store.getters.user.template_info.org_id == 10445 ||  $store.getters.user.template_info.org_id == 10410 ||  $store.getters.user.template_info.org_id == 10495 || $store.getters.user.template_info.org_id == 10375 || $store.getters.user.template_info.org_id == 10551 || $store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10599 || $store.getters.user.template_info.org_id == 10629 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10667 || $store.getters.user.template_info.org_id == 10480 || $store.getters.user.template_info.org_id == 10693 || $store.getters.user.template_info.org_id == 10702  || $store.getters.user.template_info.org_id == 10697 || $store.getters.user.template_info.org_id == 10635 || $store.getters.user.template_info.org_id == 10723 || $store.getters.user.template_info.org_id == 10721  || $store.getters.user.template_info.org_id == 10727 || $store.getters.user.template_info.org_id == 10742|| $store.getters.user.template_info.org_id == 10752" class="unit">{{actual_ultrafiltration?'ml':''}}</span>
36 36
           <span v-else class="unit">{{actual_ultrafiltration?'L':''}}</span>
37 37
         </li>
38 38
         <li v-if="isShow('透析器')">

+ 10 - 10
src/pages/main/today/dialysisMonitoring.vue Просмотреть файл

@@ -22,22 +22,22 @@
22 22
           <th v-if="isShow('血流量1')" width="60px"> 血流量 <br />(ml/min) </th>
23 23
           <th v-if="isShow('跨膜压')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
24 24
           <th v-if="isShow('跨膜压1')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
25
-          <th v-if="isShow('超滤量') && (template_id == 5 || template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10597 || org_id == 10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id == 10677 || org_id == 10667  || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751) && org_id!=10471" width="60px" > 超滤量 <br />(ml) </th>
26
-          <th v-if="isShow('超滤量') && (template_id != 5 && template_id != 6 && template_id != 10 &&template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && org_id != 9555 && template_id != 27 && template_id != 29 && template_id != 30 && template_id != 31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44  && template_id!=46  && template_id!=47 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && template_id!=65 && org_id != 10340 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375 && org_id!=10480  && org_id!=10551&& org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 ) || org_id == 10471" width="60px" > 超滤量 <br />(L) </th>
25
+          <th v-if="isShow('超滤量') && (template_id == 5 || template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10597 || org_id == 10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id == 10677 || org_id == 10667  || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id ==10752) && org_id!=10471" width="60px" > 超滤量 <br />(ml) </th>
26
+          <th v-if="isShow('超滤量') && (template_id != 5 && template_id != 6 && template_id != 10 &&template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && org_id != 9555 && template_id != 27 && template_id != 29 && template_id != 30 && template_id != 31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44  && template_id!=46  && template_id!=47 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && template_id!=65 && org_id != 10340 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375 && org_id!=10480  && org_id!=10551&& org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752 ) || org_id == 10471" width="60px" > 超滤量 <br />(L) </th>
27 27
           <th v-if="isShow('超滤量1')" width="60px" > 超滤量 <br />(ml) </th>
28
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46  || template_id == 47  || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 ||  template_id == 65 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10585 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id ==10677|| org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id ==10745 || org_id == 10751) && org_id!=10471" width="50px"> 超滤率 <br />(ml/h) </th>
29
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=32 && template_id !=34 && template_id !=35 && template_id !=36 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 && template_id !=48 && template_id !=53  && template_id !=54  && template_id !=56 && template_id !=60  && template_id !=65 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375  && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677&& org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727&& org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751) || org_id == 10471"  width="50px"> 超滤率 <br />(L/h) </th>
28
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46  || template_id == 47  || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 ||  template_id == 65 || org_id == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10585 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id ==10677|| org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id ==10745 || org_id == 10751 || org_id == 10752) && org_id!=10471" width="50px"> 超滤率 <br />(ml/h) </th>
29
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=32 && template_id !=34 && template_id !=35 && template_id !=36 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 && template_id !=48 && template_id !=53  && template_id !=54  && template_id !=56 && template_id !=60  && template_id !=65 && org_id != 10432 && org_id != 10410 && org_id!=10485 && org_id!=10375  && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10580 && org_id!=10629 && org_id!=10617 && org_id!=10677&& org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727&& org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752) || org_id == 10471"  width="50px"> 超滤率 <br />(L/h) </th>
30 30
           <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h)</th>
31 31
           <th v-if="isShow('钠浓度')" width="60px"> 钠浓度 <br />(mmol/L) </th>
32 32
           <th v-if="isShow('钠浓度1')" width="60px"> 钠浓度 <br />(mmol/L) </th>
33 33
           <th v-if="isShow('透析液温度')" width="70px"> 透析液温度 <br />(℃) </th>
34 34
           <th v-if="isShow('透析液温度1')" width="70px"> 透析液温度 <br />(℃) </th>
35
-          <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 48 || template_id == 53  || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10410 || org_id == 10375 || org_id == 10598 || org_id ==10702 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751) && org_id!=10558  && org_id!=10414 && org_id!=10677 && org_id!=10353" width="60px" > 置换率 <br />(ml/min) </th>
36
-          <th v-if="isShow('置换率')&& (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10340  && org_id!=10410 && org_id!=10375 && org_id!=10598 && org_id!=10702 && org_id!=10721  && org_id!=10727 && org_id!=10206 && org_id!=10751) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id ==10353" width="60px" > 置换率 <br />(L/h) </th>
35
+          <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 48 || template_id == 53  || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10410 || org_id == 10375 || org_id == 10598 || org_id ==10702 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752) && org_id!=10558  && org_id!=10414 && org_id!=10677 && org_id!=10353" width="60px" > 置换率 <br />(ml/min) </th>
36
+          <th v-if="isShow('置换率')&& (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10340  && org_id!=10410 && org_id!=10375 && org_id!=10598 && org_id!=10702 && org_id!=10721  && org_id!=10727 && org_id!=10206 && org_id!=10751 && org_id!=10752) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id ==10353" width="60px" > 置换率 <br />(L/h) </th>
37 37
           <th v-if="isShow('置换率1')"  width="60px" > 置换率 <br />(ml/min) </th>
38 38
           <th v-if="isShow('置换量')&& (template_id == 43 )" width="50px" > 置换量 <br />(ml/h) </th>
39
-          <th v-if="isShow('置换量')&& ((template_id == 6 && org_id != 9919 && template_id!=43 && org_id!=10478) || (template_id == 10 && org_id!=10191) || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46  || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10432 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10346&&org_id!=10517 &&org_id!=10598 &&org_id!=10617 &&org_id!=10414 && org_id!=10510  && org_id!=10644 && org_id!=10353" width="50px" > 置换量 <br />(ml) </th>
40
-          <th v-if="isShow('置换量')&& ((template_id != 6 || org_id == 9919 || org_id ==10478) && (template_id != 10 || org_id == 10191) && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43 && template_id!=46 && template_id!=47  && template_id!=48  && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340  && org_id!=10432 && org_id!=10206 && org_id!=10751) || org_id == 10558 || org_id ==10346 || org_id ==10517 || org_id ==10598 || org_id ==10617 || org_id ==10414 || org_id == 10510 || org_id == 10644 || org_id == 10353" width="50px" > 置换量 <br />(L) </th>
39
+          <th v-if="isShow('置换量')&& ((template_id == 6 && org_id != 9919 && template_id!=43 && org_id!=10478) || (template_id == 10 && org_id!=10191) || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46  || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10432 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10346&&org_id!=10517 &&org_id!=10598 &&org_id!=10617 &&org_id!=10414 && org_id!=10510  && org_id!=10644 && org_id!=10353 && org_id!=10752" width="50px" > 置换量 <br />(ml) </th>
40
+          <th v-if="isShow('置换量')&& ((template_id != 6 || org_id == 9919 || org_id ==10478) && (template_id != 10 || org_id == 10191) && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43 && template_id!=46 && template_id!=47  && template_id!=48  && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340  && org_id!=10432 && org_id!=10206 && org_id!=10751) || org_id == 10558 || org_id ==10346 || org_id ==10517 || org_id ==10598 || org_id ==10617 || org_id ==10414 || org_id == 10510 || org_id == 10644 || org_id == 10353 || org_id == 10752" width="50px" > 置换量 <br />(L) </th>
41 41
         
42 42
           <th v-if="isShow('电导度')" width="60px"> 电导度 <br />(mS/cm) </th>
43 43
           <th v-if="isShow('电导度1')" width="60px"> 电导度 <br />(mS/cm) </th>
@@ -104,8 +104,8 @@
104 104
           <td v-if="isShow('血流量1')">{{ item.blood_flow_volume_one ? item.blood_flow_volume_one : "/" }}</td>
105 105
           <td v-if="isShow('跨膜压')" >{{ item.transmembrane_pressure ? item.transmembrane_pressure : "" }}</td>
106 106
           <td v-if="isShow('跨膜压1')" >{{ item.venous_pressure_one ? item.venous_pressure_one : "/" }}</td>
107
-          <td v-if="isShow('超滤量')&&(org_id ==10551 || org_id ==10629 || org_id ==10679|| org_id ==10693 || org_id ==10702 || org_id == 10721 || org_id == 10751)" >{{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</td>
108
-          <td v-if="isShow('超滤量')&&org_id !=10551 && org_id!=10629 && org_id != 10679&&org_id!=10693 &&org_id!=10702 && org_id!=10721 && org_id!=10751" >
107
+          <td v-if="isShow('超滤量')&&(org_id ==10551 || org_id ==10629 || org_id ==10679|| org_id ==10693 || org_id ==10702 || org_id == 10721 || org_id == 10751 || org_id == 10752)" >{{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</td>
108
+          <td v-if="isShow('超滤量')&&org_id !=10551 && org_id!=10629 && org_id != 10679&&org_id!=10693 &&org_id!=10702 && org_id!=10721 && org_id!=10751 && org_id!=10752" >
109 109
             <span v-if="org_id == 10612 || org_id == 10721">
110 110
               <span v-if="index == 1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</span>
111 111
                <span v-if="index!=1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "" }}</span>

+ 8 - 8
src/pages/main/today/dialysisPrescription.vue Просмотреть файл

@@ -26,8 +26,8 @@
26 26
 
27 27
         <li v-if="isShow('处方脱水量')">
28 28
           <label>处方脱水量 :</label>
29
-          <span class="content" v-if="this.$store.getters.user.template_info.org_id !=10597 && this.$store.getters.user.template_info.org_id !=10612  && this.$store.getters.user.template_info.org_id !=10598 && this.$store.getters.user.template_info.org_id !=10679 && this.$store.getters.user.template_info.org_id !=10677 && this.$store.getters.user.template_info.org_id !=10679&& this.$store.getters.user.template_info.org_id !=10702 && this.$store.getters.user.template_info.org_id !=10635 && this.$store.getters.user.template_info.org_id !=10721&& this.$store.getters.user.template_info.org_id !=10740 && this.$store.getters.user.template_info.org_id !=10742&& this.$store.getters.user.template_info.org_id !=10745">{{prescription_water != '0'?prescription_water:''}}ml</span>
30
-          <span class="content" v-if="this.$store.getters.user.template_info.org_id ==10597 || this.$store.getters.user.template_info.org_id ==10612 || this.$store.getters.user.template_info.org_id ==10598  || this.$store.getters.user.template_info.org_id ==10679 || this.$store.getters.user.template_info.org_id ==10677 || this.$store.getters.user.template_info.org_id == 10679|| this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721 || this.$store.getters.user.template_info.org_id == 10740 || this.$store.getters.user.template_info.org_id == 10742|| this.$store.getters.user.template_info.org_id == 10745">{{prescription_water != '0'?prescription_water:''}}L</span>
29
+          <span class="content" v-if="this.$store.getters.user.template_info.org_id !=10597 && this.$store.getters.user.template_info.org_id !=10612  && this.$store.getters.user.template_info.org_id !=10598 && this.$store.getters.user.template_info.org_id !=10679 && this.$store.getters.user.template_info.org_id !=10677 && this.$store.getters.user.template_info.org_id !=10679&& this.$store.getters.user.template_info.org_id !=10702 && this.$store.getters.user.template_info.org_id !=10635 && this.$store.getters.user.template_info.org_id !=10721&& this.$store.getters.user.template_info.org_id !=10740 && this.$store.getters.user.template_info.org_id !=10742&& this.$store.getters.user.template_info.org_id !=10745&& this.$store.getters.user.template_info.org_id !=10752">{{prescription_water != '0'?prescription_water:''}}ml</span>
30
+          <span class="content" v-if="this.$store.getters.user.template_info.org_id ==10597 || this.$store.getters.user.template_info.org_id ==10612 || this.$store.getters.user.template_info.org_id ==10598  || this.$store.getters.user.template_info.org_id ==10679 || this.$store.getters.user.template_info.org_id ==10677 || this.$store.getters.user.template_info.org_id == 10679|| this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721 || this.$store.getters.user.template_info.org_id == 10740 || this.$store.getters.user.template_info.org_id == 10742|| this.$store.getters.user.template_info.org_id == 10745|| this.$store.getters.user.template_info.org_id == 10752">{{prescription_water != '0'?prescription_water:''}}L</span>
31 31
         </li>
32 32
 
33 33
         <li v-if="isShow('钙')">
@@ -100,8 +100,8 @@
100 100
           <span class="content">{{anticoagulant_shouji != '0'?anticoagulant_shouji:''}}</span>
101 101
           <!--<span class="unit">{{anticoagulant_shouji != '0'?"mg":''}}</span>-->
102 102
           <span v-if="this.$store.getters.user.template_info.org_id != 10101 && this.$store.getters.user.template_info.org_id != 10346   && this.$store.getters.user.template_info.template_id != 45 && this.$store.getters.user.template_info.org_id != 10340  && this.$store.getters.user.template_info.org_id != 10432 && this.$store.getters.user.template_info.org_id != 10495 && this.$store.getters.user.template_info.org_id != 10223 && this.$store.getters.user.template_info.org_id != 10600 ">
103
-            <span class="unit" v-if="this.prescription.anticoagulant == 2 && this.$store.getters.user.template_info.template_id != 13  && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 38 && this.$store.getters.user.template_info.org_id != 10234  && this.$store.getters.user.template_info.org_id != 10340 && this.$store.getters.user.template_info.org_id != 10432 && this.$store.getters.user.template_info.org_id != 10471 && this.$store.getters.user.template_info.org_id != 10495 && this.$store.getters.user.template_info.org_id != 10375 && this.$store.getters.user.template_info.org_id != 10551 && this.$store.getters.user.template_info.org_id != 10480">{{anticoagulant_shouji != '0'?"iu":""}}</span>
104
-            <span class="unit" v-if="this.prescription.anticoagulant == 2 && (this.$store.getters.user.template_info.template_id == 13 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.org_id == 10234 ||  this.$store.getters.user.template_info.org_id == 10340  ||  this.$store.getters.user.template_info.org_id == 10432  ||  this.$store.getters.user.template_info.org_id == 10471 ||  this.$store.getters.user.template_info.org_id == 10495 || this.$store.getters.user.template_info.org_id == 10375 || this.$store.getters.user.template_info.org_id == 10551 || this.$store.getters.user.template_info.org_id == 10480)">{{anticoagulant_shouji != '0'?"mg":""}}</span>
103
+            <span class="unit" v-if="this.prescription.anticoagulant == 2 && this.$store.getters.user.template_info.template_id != 13  && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 38 && this.$store.getters.user.template_info.org_id != 10234  && this.$store.getters.user.template_info.org_id != 10340 && this.$store.getters.user.template_info.org_id != 10432 && this.$store.getters.user.template_info.org_id != 10471 && this.$store.getters.user.template_info.org_id != 10495 && this.$store.getters.user.template_info.org_id != 10375 && this.$store.getters.user.template_info.org_id != 10551 && this.$store.getters.user.template_info.org_id != 10480&& this.$store.getters.user.template_info.org_id != 10580">{{anticoagulant_shouji != '0'?"iu":""}}</span>
104
+            <span class="unit" v-if="this.prescription.anticoagulant == 2 && (this.$store.getters.user.template_info.template_id == 13 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.org_id == 10234 ||  this.$store.getters.user.template_info.org_id == 10340  ||  this.$store.getters.user.template_info.org_id == 10432  ||  this.$store.getters.user.template_info.org_id == 10471 ||  this.$store.getters.user.template_info.org_id == 10495 || this.$store.getters.user.template_info.org_id == 10375 || this.$store.getters.user.template_info.org_id == 10551 || this.$store.getters.user.template_info.org_id == 10480|| this.$store.getters.user.template_info.org_id == 10580)">{{anticoagulant_shouji != '0'?"mg":""}}</span>
105 105
             <span class="unit" v-if="this.prescription.anticoagulant == 3">
106 106
               <span v-if="this.$store.getters.user.template_info.org_id == 9671">{{anticoagulant_shouji != '0'?"mg":""}}</span>
107 107
               <span v-else>{{anticoagulant_shouji != '0'?"iu":""}}</span>
@@ -144,8 +144,8 @@
144 144
             <span class="unit" v-else>{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
145 145
           </span>
146 146
          <span v-if="this.$store.getters.user.template_info.org_id != 10101 && this.$store.getters.user.template_info.org_id != 10013  && this.$store.getters.user.template_info.org_id != 10014 && this.$store.getters.user.template_info.template_id != 45 && this.$store.getters.user.template_info.org_id != 10223">
147
-            <span class="unit" v-if="this.prescription.anticoagulant == 2 && this.$store.getters.user.template_info.template_id != 13 && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 38  && this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10340  && this.$store.getters.user.template_info.org_id != 10432  && this.$store.getters.user.template_info.org_id != 10471 && this.$store.getters.user.template_info.org_id != 10495 && this.$store.getters.user.template_info.org_id != 10375 && this.$store.getters.user.template_info.org_id != 10223 && this.$store.getters.user.template_info.org_id != 10551 && this.$store.getters.user.template_info.org_id != 10600  && this.$store.getters.user.template_info.org_id != 10480">{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
148
-            <span class="unit" v-if="this.prescription.anticoagulant == 2 && (this.$store.getters.user.template_info.template_id == 13 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10432 || this.$store.getters.user.template_info.org_id == 10471 || this.$store.getters.user.template_info.org_id == 10495 || this.$store.getters.user.template_info.org_id == 10375  ||  this.$store.getters.user.template_info.org_id == 10223 ||  this.$store.getters.user.template_info.org_id == 10551 || this.$store.getters.user.template_info.org_id == 10600 || this.$store.getters.user.template_info.org_id == 10480)">{{anticoagulant_weichi != '0'?"mg/h":""}}</span>
147
+            <span class="unit" v-if="this.prescription.anticoagulant == 2 && this.$store.getters.user.template_info.template_id != 13 && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 38  && this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.org_id != 10340  && this.$store.getters.user.template_info.org_id != 10432  && this.$store.getters.user.template_info.org_id != 10471 && this.$store.getters.user.template_info.org_id != 10495 && this.$store.getters.user.template_info.org_id != 10375 && this.$store.getters.user.template_info.org_id != 10223 && this.$store.getters.user.template_info.org_id != 10551 && this.$store.getters.user.template_info.org_id != 10600  && this.$store.getters.user.template_info.org_id != 10480 && this.$store.getters.user.template_info.org_id != 10580">{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
148
+            <span class="unit" v-if="this.prescription.anticoagulant == 2 && (this.$store.getters.user.template_info.template_id == 13 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10432 || this.$store.getters.user.template_info.org_id == 10471 || this.$store.getters.user.template_info.org_id == 10495 || this.$store.getters.user.template_info.org_id == 10375  ||  this.$store.getters.user.template_info.org_id == 10223 ||  this.$store.getters.user.template_info.org_id == 10551 || this.$store.getters.user.template_info.org_id == 10600 || this.$store.getters.user.template_info.org_id == 10480|| this.$store.getters.user.template_info.org_id == 10580)">{{anticoagulant_weichi != '0'?"mg/h":""}}</span>
149 149
             <span class="unit" v-if="this.prescription.anticoagulant == 3">
150 150
                <span v-if="this.$store.getters.user.template_info.org_id == 9671">{{anticoagulant_weichi != '0'?"mg/h":""}} </span>
151 151
                <span v-else>{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
@@ -182,8 +182,8 @@
182 182
           <label>总量: </label>
183 183
           <span class="content">{{anticoagulant_zongliang != '0'?anticoagulant_zongliang:""}}</span>
184 184
           <span v-if="this.$store.getters.user.template_info.org_id != 10101 && this.$store.getters.user.template_info.org_id != 10346 && this.$store.getters.user.template_info.template_id != 45 && this.$store.getters.user.template_info.org_id != 10340 && this.$store.getters.user.template_info.org_id != 10223">
185
-            <span class="unit" v-if="this.prescription.anticoagulant == 2 && this.$store.getters.user.template_info.template_id != 13  && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 38 && this.$store.getters.user.template_info.org_id !=10340 && this.$store.getters.user.template_info.org_id !=10432 && this.$store.getters.user.template_info.org_id !=10471  && this.$store.getters.user.template_info.org_id !=10495 && this.$store.getters.user.template_info.org_id !=10375  && this.$store.getters.user.template_info.org_id !=10551 && this.$store.getters.user.template_info.org_id !=10600 && this.$store.getters.user.template_info.org_id !=10480">{{anticoagulant_zongliang != '0'?"iu":""}}</span>
186
-            <span class="unit" v-if="this.prescription.anticoagulant == 2 &&  (this.$store.getters.user.template_info.template_id == 13 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10432 || this.$store.getters.user.template_info.org_id == 10471 || this.$store.getters.user.template_info.org_id == 10495 || this.$store.getters.user.template_info.org_id == 10375 || this.$store.getters.user.template_info.org_id == 10551 || this.$store.getters.user.template_info.org_id == 10600 || this.$store.getters.user.template_info.org_id == 10480)">{{anticoagulant_zongliang != '0'?"mg":""}}</span>
185
+            <span class="unit" v-if="this.prescription.anticoagulant == 2 && this.$store.getters.user.template_info.template_id != 13  && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 38 && this.$store.getters.user.template_info.org_id !=10340 && this.$store.getters.user.template_info.org_id !=10432 && this.$store.getters.user.template_info.org_id !=10471  && this.$store.getters.user.template_info.org_id !=10495 && this.$store.getters.user.template_info.org_id !=10375  && this.$store.getters.user.template_info.org_id !=10551 && this.$store.getters.user.template_info.org_id !=10600 && this.$store.getters.user.template_info.org_id !=10480&& this.$store.getters.user.template_info.org_id !=10580">{{anticoagulant_zongliang != '0'?"iu":""}}</span>
186
+            <span class="unit" v-if="this.prescription.anticoagulant == 2 &&  (this.$store.getters.user.template_info.template_id == 13 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10432 || this.$store.getters.user.template_info.org_id == 10471 || this.$store.getters.user.template_info.org_id == 10495 || this.$store.getters.user.template_info.org_id == 10375 || this.$store.getters.user.template_info.org_id == 10551 || this.$store.getters.user.template_info.org_id == 10600 || this.$store.getters.user.template_info.org_id == 10480|| this.$store.getters.user.template_info.org_id == 10580)">{{anticoagulant_zongliang != '0'?"mg":""}}</span>
187 187
             <span class="unit" v-if="this.prescription.anticoagulant == 3">
188 188
                <span v-if="this.$store.getters.user.template_info.org_id==9671">{{anticoagulant_zongliang != '0'?"mg":""}}</span>
189 189
                <span v-else>{{anticoagulant_zongliang != '0'?"iu":""}}</span>

+ 2 - 1
src/pages/my/index.vue Просмотреть файл

@@ -103,7 +103,7 @@
103 103
           <van-icon class="arrow" name="arrow" />
104 104
         </div>
105 105
       </router-link>
106
-      <router-link to="/modifypsw">
106
+      <router-link to="/modifypsw" v-if="this.organaziton[0].org_id!=10683">
107 107
         <div class="myBoxOne">
108 108
           <div class="myInfoLeft">
109 109
             <img src="../../assets/images/myIcon4.png" alt />
@@ -204,6 +204,7 @@ export default {
204 204
         if (response.data.state === 1) {
205 205
           var orgs = response.data.data.orgs
206 206
           // console.log('orgs', orgs)
207
+          
207 208
           this.organaziton = orgs
208 209
         }
209 210
       })