Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 1 month ago
parent
commit
865eb6b077

+ 4 - 0
src/xt_pages/dialysis/batch_print/batch_print_order.vue View File

@@ -1055,6 +1055,7 @@
1055 1055
                           <td width="60" v-if="org_id == 9918 || org_id == 0">血温</td>
1056 1056
                           <td width="60" v-if="org_id == 9918 || org_id == 0">血容量</td>
1057 1057
                           <td width="60" v-if="org_id == 9987 || org_id == 9918 || org_id == 0">ktv</td>
1058
+                          <td width="60" v-if="org_id == 9918 || org_id == 0">在线尿素监测</td>
1058 1059
                           <td>备注</td>
1059 1060
                         </tr>
1060 1061
                         <!-- </thead>
@@ -1162,6 +1163,9 @@
1162 1163
                           <td v-if="org_id == 9987 || org_id == 9918 || org_id == 0">
1163 1164
                             &nbsp;{{monitor_record.ktv?monitor_record.ktv:"/"}}
1164 1165
                           </td>
1166
+                          <td width="60" v-if="org_id == 9918 || org_id == 0">
1167
+                            {{ monitor_record.urea_monitoring?monitor_record.urea_monitoring:"/" }}
1168
+                          </td>
1165 1169
                           <td>
1166 1170
                             {{ monitor_record.symptom }}
1167 1171
                             &nbsp;{{ monitor_record.dispose }} &nbsp;{{

+ 4 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_eightyfour.vue View File

@@ -367,11 +367,11 @@
367 367
                   <div style="flex: 1;">
368 368
                     <div style="display: inline-block;margin-right: 120px;">
369 369
                       <span style="display: inline-block;">医生签名:</span>杨能华/
370
-                      <span v-if="record.advices.length>0">
371
-                        <span v-if="setAdminUserES(record.advices[0][0],'advice_doctor') == ''">
372
-                          {{ getAdminUser(record.advices[0][0],'advice_doctor') }}
370
+                      <span>
371
+                        <span v-if="setAdminUserES(record.prescription,'creater') == ''">
372
+                          {{ getAdminUser(record.prescription,'creater') }}
373 373
                         </span>
374
-                        <img class="es-img" :src="setAdminUserES(record.advices[0][0],'advice_doctor')" alt=""
374
+                        <img class="es-img" :src="setAdminUserES(record.prescription,'creater')" alt=""
375 375
                           srcset="" v-else style="height: 30px;" />
376 376
                       </span>
377 377
                     </div>

+ 4 - 4
src/xt_pages/dialysis/details/DialysisPrescription.vue View File

@@ -207,8 +207,8 @@
207 207
           <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') != 1">{{ anticoagulant_shouji != "0" ? anticoagulant_shouji : "" }}</span>
208 208
           <span v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
209 209
             <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1" ></span>
210
-            <span class="unit"  v-if="getValueStr('anticoagulant', 'anticoagulant') == 2  && this.$store.getters.xt_user.template_info.template_id != 13  && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 65 && this.$store.getters.xt_user.template_info.template_id!=0 && this.$store.getters.xt_user.template_info.org_id != 10600">{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
211
-            <span class="unit"  v-if="getValueStr('anticoagulant', 'anticoagulant') == 2  && (this.$store.getters.xt_user.template_info.template_id == 13 ||  this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 38  || this.$store.getters.xt_user.template_info.template_id == 65 ||  this.$store.getters.xt_user.template_info.template_id == 0 || this.$store.getters.xt_user.template_info.org_id == 10600)" >{{ anticoagulant_shouji != "0" ? "mg" : "" }}</span>
210
+            <span class="unit"  v-if="getValueStr('anticoagulant', 'anticoagulant') == 2  && this.$store.getters.xt_user.template_info.template_id != 13  && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 65 && this.$store.getters.xt_user.template_info.template_id!=0 && this.$store.getters.xt_user.template_info.org_id != 10600&& this.$store.getters.xt_user.template_info.org_id != 10495">{{ anticoagulant_shouji != "0" ? "iu" : "" }}</span>
211
+            <span class="unit"  v-if="getValueStr('anticoagulant', 'anticoagulant') == 2  && (this.$store.getters.xt_user.template_info.template_id == 13 ||  this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 38  || this.$store.getters.xt_user.template_info.template_id == 65 ||  this.$store.getters.xt_user.template_info.template_id == 0 || this.$store.getters.xt_user.template_info.org_id == 10600|| this.$store.getters.xt_user.template_info.org_id == 10495)" >{{ anticoagulant_shouji != "0" ? "mg" : "" }}</span>
212 212
             <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
213 213
               <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671">
214 214
                  {{ anticoagulant_shouji != "0" ? "mg" : "" }}
@@ -326,8 +326,8 @@
326 326
           <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') != 1">{{ anticoagulant_weichi != "0" ? anticoagulant_weichi : "" }}</span>
327 327
           <span v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
328 328
             <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1"></span>
329
-            <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && this.$store.getters.xt_user.template_info.template_id != 13 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 65 && this.$store.getters.xt_user.template_info.org_id!=10600 ">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
330
-            <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && (this.$store.getters.xt_user.template_info.template_id == 13 ||  this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10600)">{{ anticoagulant_weichi != "0" ? "mg/h" : "" }}</span>
329
+            <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && this.$store.getters.xt_user.template_info.template_id != 13 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 40 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 65 && this.$store.getters.xt_user.template_info.org_id!=10600&& this.$store.getters.xt_user.template_info.org_id!=10495 ">{{ anticoagulant_weichi != "0" ? "iu/h" : "" }}</span>
330
+            <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 2 && (this.$store.getters.xt_user.template_info.template_id == 13 ||  this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 40 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10600|| this.$store.getters.xt_user.template_info.org_id == 10495)">{{ anticoagulant_weichi != "0" ? "mg/h" : "" }}</span>
331 331
             <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
332 332
               <span v-if="this.$store.getters.xt_user.template_info.org_id ==9671">
333 333
               {{ anticoagulant_weichi != "0" ? "mg/h" : "" }}

+ 8 - 5
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -377,7 +377,7 @@
377 377
                     </el-col>
378 378
 
379 379
                     <el-col :span="8" v-if="anticoagulant!=undefined && anticoagulant.shouji != -1 && isShows('首剂')  && dialysisPrescription.anticoagulant!=1 && dialysisPrescription.anticoagulant!=12">
380
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 &&  this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 &&this.$store.getters.xt_user.template_info.org_id != 10495 &&this.$store.getters.xt_user.template_info.org_id != 10375 &&this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10510  && this.$store.getters.xt_user.template_info.org_id != 10480">
380
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 &&  this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 &&this.$store.getters.xt_user.template_info.org_id != 10495 &&this.$store.getters.xt_user.template_info.org_id != 10375 &&this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10510  && this.$store.getters.xt_user.template_info.org_id != 10480&& this.$store.getters.xt_user.template_info.org_id != 10495">
381 381
                          <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 &&this.$store.getters.xt_user.template_info.template_id != 45 &&this.$store.getters.xt_user.template_info.org_id != 10346 &&this.$store.getters.xt_user.template_info.org_id != 10387 &&this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 &&this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10510">
382 382
                             <el-form-item v-if='dialysisPrescription.anticoagulant != 1 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38 &&  this.$store.getters.xt_user.template_info.org_id != 9987 &&  this.$store.getters.xt_user.template_info.org_id!=9990' :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
383 383
 
@@ -419,7 +419,8 @@
419 419
                                     this.$store.getters.xt_user.template_info.org_id ==10551 ||
420 420
                                     this.$store.getters.xt_user.template_info.org_id ==10600 ||
421 421
                                     this.$store.getters.xt_user.template_info.org_id ==10510 ||
422
-                                    this.$store.getters.xt_user.template_info.org_id ==10480
422
+                                    this.$store.getters.xt_user.template_info.org_id ==10480 ||
423
+                                    this.$store.getters.xt_user.template_info.org_id ==10495 
423 424
                                     '
424 425
                                     :label="'首剂(mg) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
425 426
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
@@ -504,7 +505,7 @@
504 505
 
505 506
 
506 507
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持')  && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
507
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10510 && this.$store.getters.xt_user.template_info.org_id != 10480">
508
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702 && this.$store.getters.xt_user.template_info.org_id != 10510 && this.$store.getters.xt_user.template_info.org_id != 10480&& this.$store.getters.xt_user.template_info.org_id != 10495">
508 509
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 ">
509 510
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
510 511
                                           v-if="anticoagulant.weichi != -1 &&
@@ -519,6 +520,7 @@
519 520
                                             this.$store.getters.xt_user.template_info.org_id != 10551 &&
520 521
                                             this.$store.getters.xt_user.template_info.org_id != 10510 &&
521 522
                                             this.$store.getters.xt_user.template_info.org_id != 10480 &&
523
+                                            this.$store.getters.xt_user.template_info.org_id != 10495 &&
522 524
                                             this.$store.getters.xt_user.template_info.org_id != 10600" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
523 525
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
524 526
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
@@ -540,7 +542,8 @@
540 542
                                           this.$store.getters.xt_user.template_info.org_id == 10551 ||
541 543
                                           this.$store.getters.xt_user.template_info.org_id == 10600 ||
542 544
                                           this.$store.getters.xt_user.template_info.org_id == 10510 ||
543
-                                          this.$store.getters.xt_user.template_info.org_id == 10480
545
+                                          this.$store.getters.xt_user.template_info.org_id == 10480 ||
546
+                                          this.$store.getters.xt_user.template_info.org_id == 10495
544 547
                                           " prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
545 548
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
546 549
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
@@ -630,7 +633,7 @@
630 633
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
631 634
                             </el-form-item>
632 635
                             <el-form-item
633
-                                    v-if='this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 38||  this.$store.getters.xt_user.template_info.org_id == 9987 || this.$store.getters.xt_user.template_info.template_id == 54 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10551 || this.$store.getters.xt_user.template_info.org_id == 10600 || this.$store.getters.xt_user.template_info.org_id == 10510 || this.$store.getters.xt_user.template_info.org_id == 10480'
636
+                                    v-if='this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 38||  this.$store.getters.xt_user.template_info.org_id == 9987 || this.$store.getters.xt_user.template_info.template_id == 54 || this.$store.getters.xt_user.template_info.org_id == 10346 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10551 || this.$store.getters.xt_user.template_info.org_id == 10600 || this.$store.getters.xt_user.template_info.org_id == 10510 || this.$store.getters.xt_user.template_info.org_id == 10480|| this.$store.getters.xt_user.template_info.org_id == 10495'
634 637
                                     :label="'总量(mg) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
635 638
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
636 639
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>

+ 4 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue View File

@@ -604,6 +604,7 @@
604 604
               <td width="60" v-if="org_id == 9918 || org_id == 0">血温</td>
605 605
               <td width="60" v-if="org_id == 9918 || org_id == 0">血容量</td>
606 606
               <td width="60" v-if="org_id == 9987 || org_id == 9918 || org_id == 0">ktv</td>
607
+              <td width="60" v-if="org_id == 9918 || org_id == 0">在线尿素监测</td>
607 608
               
608 609
               <!-- <td width="60">钠浓度<br/>mmol/L</td>
609 610
             <td width="80">透析液温度<br/>℃</td>
@@ -666,6 +667,9 @@
666 667
               <td v-if="org_id == 9987 || org_id == 9918 || org_id == 0">
667 668
                 &nbsp;{{monitor.ktv?monitor.ktv:"/"}}
668 669
               </td>
670
+              <td width="60" v-if="org_id == 9918 || org_id == 0">
671
+              {{ monitor.urea_monitoring?monitor.urea_monitoring:"/" }}
672
+            </td>
669 673
               <td>
670 674
                 &nbsp;{{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
671 675
               </td>

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrdereightyfour.vue View File

@@ -323,12 +323,12 @@
323 323
             <div style="flex: 1;">
324 324
               <div style="display: inline-block;margin-right: 120px;">
325 325
                 <span style="display: inline-block;">医生签名:</span>杨能华/
326
-                <span v-if="tableAdvice.length>0">
327
-                  <span style="display: inline-block;" v-if="setAdminUserES(tableAdvice[0].advice_doctor) == ''">
328
-                    {{ getAdminUser(tableAdvice[0].advice_doctor)}}
326
+                <span>
327
+                  <span style="display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
328
+                    {{ getAdminUser(prescription.creater)}}
329 329
                   </span>
330 330
                   <span style="display: inline-block;" v-else>
331
-                    <img style="height:30px;" :src="setAdminUserES(tableAdvice[0].advice_doctor)" alt srcset />
331
+                    <img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt srcset />
332 332
                   </span>
333 333
                 </span>
334 334
               </div>

+ 128 - 72
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue View File

@@ -117,7 +117,8 @@
117 117
                       首次透析时间:
118 118
                       <div class="under_line" style="width: 70px; text-align: center">
119 119
                         {{
120
-                          patientInfo.first_treatment_date ? getTime(patientInfo.first_treatment_date, "{y}-{m}-{d}") : '/'
120
+                          patientInfo.first_treatment_date ? getTime(patientInfo.first_treatment_date, "{y}-{m}-{d}") :
121
+                            '/'
121 122
                         }}
122 123
                       </div>
123 124
                     </div>
@@ -363,10 +364,10 @@
363 364
                         <!-- {{lastafterdialysis.weight_after?lastafterdialysis.weight_after:"未称重"}} -->
364 365
 
365 366
 
366
-                        <span
367
-                          v-if="lastafterdialysis.weight_after > 0">{{ lastafterdialysis.weight_after ? lastafterdialysis.weight_after : "未称重" }}</span>
368
-                        <span
369
-                          v-if="lastafterdialysis.weight_after <= 0">{{ afterdialysis.last_after_weight ? afterdialysis.last_after_weight : "未称重" }}</span>
367
+                        <span v-if="lastafterdialysis.weight_after > 0">{{ lastafterdialysis.weight_after ?
368
+                          lastafterdialysis.weight_after : "未称重" }}</span>
369
+                        <span v-if="lastafterdialysis.weight_after <= 0">{{ afterdialysis.last_after_weight ?
370
+                          afterdialysis.last_after_weight : "未称重" }}</span>
370 371
                       </div>
371 372
                       kg
372 373
                     </div>
@@ -391,11 +392,11 @@
391 392
                         <span>
392 393
                           <!-- {{ (predialysis.weight_before - lastafterdialysis.weight_after).toFixed(2)}} -->
393 394
                           <span v-if="lastafterdialysis.weight_after > 0">{{ (predialysis.weight_before -
394
-                            predialysis.additional_weight - lastafterdialysis.weight_after).toFixed(2)}}
395
+                            predialysis.additional_weight - lastafterdialysis.weight_after).toFixed(2) }}
395 396
                           </span>
396 397
                           <span v-if="lastafterdialysis.weight_after <= 0 && afterdialysis.last_after_weight > 0">
397 398
                             {{ (predialysis.weight_before - predialysis.additional_weight
398
-                              - afterdialysis.last_after_weight).toFixed(2)}}
399
+                              - afterdialysis.last_after_weight).toFixed(2) }}
399 400
                           </span>
400 401
                           <span v-if="lastafterdialysis.weight_after <= 0 && afterdialysis.last_after_weight == 0">
401 402
                             /
@@ -468,8 +469,8 @@
468 469
                       抗凝剂:
469 470
                       <div class="under_line" style="width: 60%; text-align: center">
470 471
                         <span v-if="prescription.anticoagulant_name == '低分子肝素钙'">低分子量肝素钙</span>
471
-                        <span
472
-                          v-if="prescription.anticoagulant_name != '低分子肝素钙'">{{ prescription.anticoagulant_name }}</span>
472
+                        <span v-if="prescription.anticoagulant_name != '低分子肝素钙'">{{ prescription.anticoagulant_name
473
+                          }}</span>
473 474
                       </div>
474 475
                     </div>
475 476
                     <div class="inline_block" style="flex: 1;" v-if="prescription.anticoagulant != 5">
@@ -610,9 +611,9 @@
610 611
                         <td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}</td>
611 612
                         <td>
612 613
                           <span v-if="monitor.systolic_blood_pressure > 0">{{ monitor.replacement_rate ?
613
-                            monitor.replacement_rate : '/'}}</span>
614
+                            monitor.replacement_rate : '/' }}</span>
614 615
                           <span v-if="monitor.systolic_blood_pressure == 0">{{ monitor.replacement_rate ?
615
-                            monitor.replacement_rate : ''}}</span>
616
+                            monitor.replacement_rate : '' }}</span>
616 617
                         </td>
617 618
                         <td>
618 619
                           <span v-if="monitor.systolic_blood_pressure > 0">{{ monitor.ultrafiltration_rate ?
@@ -622,15 +623,15 @@
622 623
                         </td>
623 624
                         <td>
624 625
                           <span v-if="monitor.systolic_blood_pressure > 0"> {{ monitor.ultrafiltration_volume ?
625
-                            monitor.ultrafiltration_volume: "0"}}</span>
626
+                            monitor.ultrafiltration_volume : "0" }}</span>
626 627
                           <span v-if="monitor.systolic_blood_pressure == 0"> {{ monitor.ultrafiltration_volume ?
627
-                            monitor.ultrafiltration_volume: ""}}</span>
628
+                            monitor.ultrafiltration_volume : "" }}</span>
628 629
                         </td>
629 630
                         <td>
630 631
                           <span v-if="monitor.systolic_blood_pressure > 0"> {{ monitor.venous_pressure ?
631
-                            monitor.venous_pressure : "/"}}</span>
632
+                            monitor.venous_pressure : "/" }}</span>
632 633
                           <span v-if="monitor.systolic_blood_pressure == 0"> {{ monitor.venous_pressure ?
633
-                            monitor.venous_pressure : ""}}</span>
634
+                            monitor.venous_pressure : "" }}</span>
634 635
                         </td>
635 636
                         <td>{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}</td>
636 637
                         <td>{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}</td>
@@ -747,7 +748,7 @@
747 748
                           <span v-if="advice != null && advice.execution_staff > 0">
748 749
                             <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
749 750
                               getAdminUser(advice.execution_staff)
750
-                              }}</span>
751
+                            }}</span>
751 752
                             <img style="height: 30px" :src="setAdminUserES(advice.execution_staff)" alt="" srcset=""
752 753
                               v-else />
753 754
                           </span>
@@ -978,7 +979,7 @@
978 979
                       <div class="under_line" style="width: 90px; text-align: center"
979 980
                         v-if="predialysis.internal_fistula != ''">
980 981
                         <span style="height: 30px; display: inline-block" v-if="
981
-                          setAdminUserES( dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''
982
+                          setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''
982 983
                         ">
983 984
                           {{
984 985
                             getAdminUser(
@@ -1437,17 +1438,30 @@ export default {
1437 1438
       if (this.predialysis.symptom_before_dialysis == "") {
1438 1439
         const obj = '透前症状'
1439 1440
         checkDate.push(obj)
1440
-      } if (this.predialysis.temperature == "") {
1441
+      } if (this.predialysis.temperature == "" ||
1442
+        this.predialysis.temperature < 36 ||
1443
+        this.predialysis.temperature > 37
1444
+      ) {
1441 1445
         const obj1 = '透前体温'
1442 1446
         checkDate.push(obj1)
1443
-      } if (this.predialysis.pulse_frequency == "") {
1447
+      } if (this.predialysis.pulse_frequency == "" ||
1448
+        this.predialysis.pulse_frequency < 60 ||
1449
+        this.predialysis.pulse_frequency > 100
1450
+      ) {
1444 1451
         const obj2 = '透前脉搏'
1445 1452
         checkDate.push(obj2)
1446
-      } if (this.predialysis.breathing_rate == "") {
1453
+      } if (this.predialysis.breathing_rate == "" ||
1454
+        this.predialysis.breathing_rate < 12 ||
1455
+        this.predialysis.breathing_rate > 20
1456
+      ) {
1447 1457
         const obj3 = '透前呼吸'
1448 1458
         checkDate.push(obj3)
1449 1459
       } if (this.predialysis.systolic_blood_pressure == 0 ||
1450
-        this.predialysis.diastolic_blood_pressure == 0
1460
+        this.predialysis.systolic_blood_pressure < 90 ||
1461
+        this.predialysis.systolic_blood_pressure > 180 ||
1462
+        this.predialysis.diastolic_blood_pressure == 0 ||
1463
+        this.predialysis.diastolic_blood_pressure < 60 ||
1464
+        this.predialysis.diastolic_blood_pressure > 120
1451 1465
       ) {
1452 1466
         const obj4 = '透前血压'
1453 1467
         checkDate.push(obj4)
@@ -1481,7 +1495,10 @@ export default {
1481 1495
       ) {
1482 1496
         const obj12 = '置换量'
1483 1497
         checkDate.push(obj12)
1484
-      } if (this.prescription.blood_flow_volume == 0) {
1498
+      } if (this.prescription.blood_flow_volume == 0 ||
1499
+        this.prescription.blood_flow_volume < 180 ||
1500
+        this.prescription.blood_flow_volume > 300
1501
+      ) {
1485 1502
         const obj13 = '血流量'
1486 1503
         checkDate.push(obj13)
1487 1504
       } if (this.prescription.dialysis_duration_hour == '' &&
@@ -1512,7 +1529,9 @@ export default {
1512 1529
       } if (this.prescription.calcium == 0) {
1513 1530
         const obj21 = '钙'
1514 1531
         checkDate.push(obj21)
1515
-      } if (this.prescription.sodium == 0) {
1532
+      } if (this.prescription.sodium == 0 ||
1533
+        this.prescription.sodium != 138
1534
+      ) {
1516 1535
         const obj22 = '钠'
1517 1536
         checkDate.push(obj22)
1518 1537
       } if (this.prescription.kalium == 0) {
@@ -1553,7 +1572,7 @@ export default {
1553 1572
       ) {
1554 1573
         const obj31 = '钙名称'
1555 1574
         checkDate.push(obj31)
1556
-      } else if (
1575
+      } if (
1557 1576
         this.prescription.anticoagulant_gaijiliang == "" &&
1558 1577
         this.prescription.anticoagulant == 5
1559 1578
       ) {
@@ -1580,18 +1599,31 @@ export default {
1580 1599
       } if (this.afterdialysis.weight_after == 0) {
1581 1600
         const obj38 = '透后体重'
1582 1601
         checkDate.push(obj38)
1583
-      } if (this.afterdialysis.temperature == 0) {
1602
+      } if (this.afterdialysis.temperature == 0 ||
1603
+        this.afterdialysis.temperature < 36 ||
1604
+        this.afterdialysis.temperature > 37
1605
+      ) {
1584 1606
         const obj39 = '透后体温'
1585 1607
         checkDate.push(obj39)
1586
-      } if (this.afterdialysis.pulse_frequency == 0) {
1608
+      } if (this.afterdialysis.pulse_frequency == 0 ||
1609
+        this.afterdialysis.pulse_frequency < 60 ||
1610
+        this.afterdialysis.pulse_frequency > 100
1611
+      ) {
1587 1612
         const obj40 = '透后脉搏'
1588 1613
         checkDate.push(obj40)
1589
-      } if (this.afterdialysis.breathing_rate == 0) {
1614
+      } if (this.afterdialysis.breathing_rate == 0 ||
1615
+        this.afterdialysis.breathing_rate < 12 ||
1616
+        this.afterdialysis.breathing_rate > 20
1617
+      ) {
1590 1618
         const obj41 = '透后呼吸频率'
1591 1619
         checkDate.push(obj41)
1592 1620
       } if (
1593 1621
         this.afterdialysis.systolic_blood_pressure == 0 ||
1594
-        this.afterdialysis.diastolic_blood_pressure == 0
1622
+        this.afterdialysis.systolic_blood_pressure < 90 ||
1623
+        this.afterdialysis.systolic_blood_pressure > 180 ||
1624
+        this.afterdialysis.diastolic_blood_pressure == 0 ||
1625
+        this.afterdialysis.diastolic_blood_pressure < 60 ||
1626
+        this.afterdialysis.diastolic_blood_pressure > 120
1595 1627
       ) {
1596 1628
         const obj42 = '透后血压'
1597 1629
         checkDate.push(obj42)
@@ -1660,53 +1692,77 @@ export default {
1660 1692
       }
1661 1693
       if (this.monitors.length > 0) {
1662 1694
         for (let i in this.monitors) {
1663
-          if (this.monitors[i].blood_flow_volume == 0) {
1664
-            const obj55 = '监测第' + ((i * 1) + 1) + '行血流量'
1665
-            monearr.push(obj55)
1666
-          } if (this.monitors[i].venous_pressure == 0) {
1667
-            const obj56 = '监测第' + ((i * 1) + 1) + '行静脉压'
1668
-            monearr.push(obj56)
1669
-          } if (this.monitors[i].ultrafiltration_rate == 0) {
1670
-            const obj57 = '监测第' + ((i * 1) + 1) + '行超滤率'
1671
-            monearr.push(obj57)
1672
-          } if (this.monitors[i].ultrafiltration_volume == 0 && i != 0) {
1673
-            const obj53 = '监测第' + ((i * 1) + 1) + '行超滤量'
1674
-            monearr.push(obj53)
1675
-          } if (this.monitors[i].replacement_rate == 0 && this.prescription.mode == 'HDF'
1676
-          ) {
1677
-            const obj58 = '监测第' + ((i * 1) + 1) + '行置换率'
1678
-            monearr.push(obj58)
1679
-          }
1680
-          // if(this.monitors[i].displacement_quantity == 0 && this.prescription.mode =='HDF'&& i !=0){
1681
-          //   const obj54 = '监测第'+((i*1)+1)+'行置换量'
1682
-          //   monearr.push(obj54)
1683
-          // }
1684
-          if (this.monitors[i].sodium_concentration == 0) {
1685
-            // this.monitors[i].temperature == 0
1686
-            const obj59 = '监测第' + ((i * 1) + 1) + '行钠浓度'
1687
-            monearr.push(obj59)
1688
-          } if (this.monitors[i].pulse_frequency == 0) {
1689
-            const obj60 = '监测第' + ((i * 1) + 1) + '行脉搏'
1690
-            monearr.push(obj60)
1691
-          } if (this.monitors[i].breathing_rate == 0) {
1692
-            const obj61 = '监测第' + ((i * 1) + 1) + '行呼吸'
1693
-            monearr.push(obj61)
1694
-          } if (this.monitors[i].systolic_blood_pressure == 0 ||
1695
-            this.monitors.diastolic_blood_pressure == 0) {
1696
-            const obj62 = '监测第' + ((i * 1) + 1) + '行血压'
1697
-            monearr.push(obj62)
1698
-          } if (this.monitors[i].temperature == 0) {
1699
-            const obj51 = '监测第' + ((i * 1) + 1) + '行温度'
1700
-            monearr.push(obj51)
1701
-          } if (this.monitors[i].transmembrane_pressure == 0) {
1702
-            const obj52 = '监测第' + ((i * 1) + 1) + '行跨膜压'
1703
-            monearr.push(obj52)
1695
+          if (this.monitors[i].operate_time != null) {
1696
+            if (this.monitors[i].blood_flow_volume == 0 ||
1697
+              this.prescription.blood_flow_volume < 180 ||
1698
+              this.prescription.blood_flow_volume > 300
1699
+            ) {
1700
+              const obj55 = '监测第' + ((i * 1) + 1) + '行血流量'
1701
+              monearr.push(obj55)
1702
+            } if (this.monitors[i].venous_pressure == 0 ||
1703
+              this.monitors[i].venous_pressure < 20 ||
1704
+              this.monitors[i].venous_pressure > 150
1705
+            ) {
1706
+              const obj56 = '监测第' + ((i * 1) + 1) + '行静脉压'
1707
+              monearr.push(obj56)
1708
+            } if (this.monitors[i].ultrafiltration_rate == 0) {
1709
+              const obj57 = '监测第' + ((i * 1) + 1) + '行超滤率'
1710
+              monearr.push(obj57)
1711
+            } if (this.monitors[i].ultrafiltration_volume == 0 && i != 0) {
1712
+              const obj53 = '监测第' + ((i * 1) + 1) + '行超滤量'
1713
+              monearr.push(obj53)
1714
+            } if (this.monitors[i].replacement_rate == 0 && this.prescription.mode == 'HDF'
1715
+            ) {
1716
+              const obj58 = '监测第' + ((i * 1) + 1) + '行置换率'
1717
+              monearr.push(obj58)
1718
+            }
1719
+            // if(this.monitors[i].displacement_quantity == 0 && this.prescription.mode =='HDF'&& i !=0){
1720
+            //   const obj54 = '监测第'+((i*1)+1)+'行置换量'
1721
+            //   monearr.push(obj54)
1722
+            // }
1723
+            if (this.monitors[i].sodium_concentration == 0 ||
1724
+              this.monitors[i].sodium_concentration != 138
1725
+            ) {
1726
+              // this.monitors[i].temperature == 0
1727
+              const obj59 = '监测第' + ((i * 1) + 1) + '行钠浓度'
1728
+              monearr.push(obj59)
1729
+            } if (this.monitors[i].pulse_frequency == 0 ||
1730
+              this.monitors[i].pulse_frequency < 60 ||
1731
+              this.monitors[i].pulse_frequency > 100
1732
+            ) {
1733
+              const obj60 = '监测第' + ((i * 1) + 1) + '行脉搏'
1734
+              monearr.push(obj60)
1735
+            } if (this.monitors[i].breathing_rate == 0 ||
1736
+              this.monitors[i].breathing_rate < 12 ||
1737
+              this.monitors[i].breathing_rate > 20
1738
+            ) {
1739
+              const obj61 = '监测第' + ((i * 1) + 1) + '行呼吸'
1740
+              monearr.push(obj61)
1741
+            } if (this.monitors[i].systolic_blood_pressure == 0 ||
1742
+              this.monitors[i].systolic_blood_pressure < 90 ||
1743
+              this.monitors[i].systolic_blood_pressure > 180 ||
1744
+              this.monitors.diastolic_blood_pressure == 0 ||
1745
+              this.monitors[i].diastolic_blood_pressure < 60 ||
1746
+              this.monitors[i].diastolic_blood_pressure > 120
1747
+            ) {
1748
+              const obj62 = '监测第' + ((i * 1) + 1) + '行血压'
1749
+              monearr.push(obj62)
1750
+            } if (this.monitors[i].temperature == 0||
1751
+                  this.monitors[i].temperature < 36 ||
1752
+                  this.monitors[i].temperature > 37
1753
+            ) {
1754
+              const obj51 = '监测第' + ((i * 1) + 1) + '行温度'
1755
+              monearr.push(obj51)
1756
+            } if (this.monitors[i].transmembrane_pressure == 0 ||
1757
+              this.monitors[i].transmembrane_pressure < 20 ||
1758
+              this.monitors[i].transmembrane_pressure > 300
1759
+            ) {
1760
+              const obj52 = '监测第' + ((i * 1) + 1) + '行跨膜压'
1761
+              monearr.push(obj52)
1762
+            }
1704 1763
           }
1705
-
1706 1764
         }
1707 1765
       }
1708
-
1709
-
1710 1766
       if (monearr.length > 0) {
1711 1767
         checkDate = checkDate.concat(monearr)
1712 1768
         console.log('1111', checkDate.concat(monearr));

File diff suppressed because it is too large
+ 294 - 991
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue


+ 22 - 6
src/xt_pages/outpatientCharges/statementPrint.vue View File

@@ -65,20 +65,25 @@
65 65
       <!-- 广水原生堂 -->
66 66
       <printfourteen :info="info" v-if="(org_id == 10088 ) && this.paramsObj.balance_accounts_type == 1"></printfourteen>
67 67
       <!-- 盱眙恒硕 -->
68
-      <printfivetheen :info="info" v-if="org_id == 10633 || org_id == 0"></printfivetheen>
68
+      <printfivetheen :info="info" v-if="org_id == 10633"></printfivetheen>
69
+      <!-- <printningteen  :info="info" v-if="org_id == 10633 || org_id ==0"></printningteen> -->
69 70
       <!-- 顺有好 -->
70 71
       <printSixtheen :info="info" v-if="org_id == 10697"></printSixtheen>
71 72
       <!-- 杏康 -->
72 73
       <printSeventheen  :info="info" v-if=" org_id == 10721"></printSeventheen>
73 74
       <printeighteen :info="info" v-if=" org_id == 10726"></printeighteen>
74
-      <printOne :info="info" v-if=" org_id != 9990 &&
75
+      <printOne :info="info" v-if=" org_id != 9990 && org_id !=0 &&
75 76
             org_id != 10138 && org_id != 9504 && org_id != 10028 &&
76 77
             org_id != 10610 && org_id !=10537 && org_id !=10697 &&
77 78
             org_id != 10278 && org_id != 10387 && org_id != 10191 &&
78 79
             org_id != 10210 &&org_id != 10485 &&org_id != 10480 &&
79
-            org_id != 10510 &&org_id != 10088 && org_id != 10721 &&org_id != 0 &&org_id != 10633 &&org_id != 10731 && org_id != 10726 && this.paramsObj.balance_accounts_type == 1">
80
+            org_id != 10510 &&org_id != 10088 && org_id != 10721 &&org_id != 10633 &&org_id != 10731 && org_id != 10726 && this.paramsObj.balance_accounts_type == 1">
80 81
       </printOne>
81
-      <privateChargePrint :info="info" v-if="this.paramsObj.balance_accounts_type == 2">
82
+      <privateChargePrint :info="info" v-if="org_id != 9990 && org_id !=0 &&
83
+            org_id != 10138 && org_id != 9504 &&  org_id != 10028 && org_id !=10697 &&
84
+            org_id != 10278 && org_id != 10610 && org_id !=10537 && org_id != 10387 &&
85
+            org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 &&
86
+            org_id != 10510 &&org_id != 10633 && org_id != 10721 && org_id != 10726  && this.paramsObj.balance_accounts_type == 2">
82 87
       </privateChargePrint>
83 88
     </div>
84 89
   </div>
@@ -108,6 +113,7 @@ import printfivetheen from './statementTemplate/printfivetheen'
108 113
 import printSixtheen from './statementTemplate/printSixtheen'
109 114
 import printSeventheen from './statementTemplate/printSeventheen'
110 115
 import printeighteen from './statementTemplate/printeighteen'
116
+import printningteen from './statementTemplate/printningteen'
111 117
 export default {
112 118
   name: 'dialysisPrintOrder',
113 119
   components: {
@@ -129,7 +135,8 @@ export default {
129 135
     printfivetheen,
130 136
     printSixtheen,
131 137
     printSeventheen,
132
-    printeighteen
138
+    printeighteen,
139
+    printningteen
133 140
   },
134 141
   props: {
135 142
     paramsObj: Object
@@ -445,7 +452,16 @@ export default {
445 452
           style: style,
446 453
           scanStyles: false
447 454
         })
448
-      } else {
455
+      } else if(this.org_id ==0){
456
+        const style ='@media print {#prescription-print{font-size:16px;border:1px solid white}.title{font-size: 22px;text-align: center;font-weight: bold;}.row{display: flex;justify-content: space-between;} .print_page_main_content .proj_table{border-collapse: collapse;width:100%;padding: 2px;border: 1px solid;}.print_page_main_content .proj_table tbody tr td{border: 1px solid;font-size: 16px; padding: 5px 8px;line-height: 30px;}.under_line{border-bottom: 1px solid black;display: inline-block;width: 95%;margin-left: 2px;}.inline_block{display: inline-block;}.print_page_main_content .proj_table .inside_table{width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid;text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;} @media print {html {zoom: 69%;}}}'
457
+        printJS({
458
+            printable: 'prescription-print',
459
+            type: 'html',
460
+            style: style,
461
+            scanStyles: false
462
+          })
463
+      }
464
+      else {
449 465
         // 医保环境打印格式
450 466
         if (
451 467
           this.$store.getters.xt_user.org_id == 9919 ||

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printfivetheen.vue View File

@@ -54,7 +54,7 @@
54 54
           <span v-else></span>
55 55
         </td>
56 56
         <td width="8">状态:</td>
57
-        <td width="8">院</td>
57
+        <td width="8">院</td>
58 58
         <td width="14">住院号:</td>
59 59
         <td width="12">{{info.number}}</td>
60 60
         <td width="12">结算日期:</td>

+ 4 - 4
src/xt_pages/role/admin.vue View File

@@ -219,12 +219,12 @@
219 219
           @click="toCheckPDFInformation">PDF验证</el-button> -->
220 220
 
221 221
 
222
-          <!-- <el-button
222
+          <el-button
223 223
           type="primary"
224 224
           size="small"
225 225
           icon="el-icon-circle-plus-outline"
226 226
           style="float:left"
227
-          @click="toAutoDrug">自动生成</el-button> -->
227
+          @click="toAutoDrug">自动生成</el-button>
228 228
 
229 229
 
230 230
        <el-button
@@ -232,7 +232,7 @@
232 232
           size="small"
233 233
           icon="el-icon-circle-plus-outline"
234 234
           style="float:left"
235
-          @click="toAutoDiagnose">自动脚本</el-button> 
235
+          @click="toAutoDiagnose">自动脚本</el-button>
236 236
 
237 237
         <!-- <el-button
238 238
           type="primary"
@@ -248,7 +248,7 @@
248 248
           icon="el-icon-circle-plus-outline"
249 249
           style="float:left"
250 250
           @click="toCheckQuery">库存检验脚本</el-button> -->
251
-<!-- 
251
+<!--
252 252
         <el-button
253 253
           type="primary"
254 254
           size="small"

+ 3 - 3
src/xt_pages/user/dialysisSolution.vue View File

@@ -346,7 +346,7 @@
346 346
             :span="8"
347 347
             v-if="anticoagulant.shouji != -1 && isShows('首剂')"
348 348
           >
349
-            <div v-if="this.$store.getters.xt_user.template_info.org_id == 10101">
349
+            <div v-if="this.$store.getters.xt_user.template_info.org_id == 10101 || this.$store.getters.xt_user.template_info.org_id == 10495">
350 350
               <el-form-item
351 351
                 :label="'首剂(mg): '"
352 352
                 prop="anticoagulant_shouji"
@@ -389,7 +389,7 @@
389 389
             :span="8"
390 390
             v-if="anticoagulant.weichi != -1 && isShows('维持')"
391 391
           >
392
-            <div v-if="this.$store.getters.xt_user.template_info.org_id == 10101">
392
+            <div v-if="this.$store.getters.xt_user.template_info.org_id == 10101 || this.$store.getters.xt_user.template_info.org_id == 10495">
393 393
               <el-form-item
394 394
                 :label="'维持(mg/h): '"
395 395
                 prop="anticoagulant_weichi"
@@ -430,7 +430,7 @@
430 430
             :span="8"
431 431
             v-if="anticoagulant.zongliang != -1 && isShows('总量')"
432 432
           >
433
-            <div v-if="this.$store.getters.xt_user.template_info.org_id == 10101">
433
+            <div v-if="this.$store.getters.xt_user.template_info.org_id == 10101 || this.$store.getters.xt_user.template_info.org_id == 10495">
434 434
               <el-form-item
435 435
                 :label="'总量(mg): '"
436 436
                 prop="anticoagulant_zongliang"