Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 month ago
parent
commit
e4f78264cc

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

1055
                           <td width="60" v-if="org_id == 9918 || org_id == 0">血温</td>
1055
                           <td width="60" v-if="org_id == 9918 || org_id == 0">血温</td>
1056
                           <td width="60" v-if="org_id == 9918 || org_id == 0">血容量</td>
1056
                           <td width="60" v-if="org_id == 9918 || org_id == 0">血容量</td>
1057
                           <td width="60" v-if="org_id == 9987 || org_id == 9918 || org_id == 0">ktv</td>
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
                           <td>备注</td>
1059
                           <td>备注</td>
1059
                         </tr>
1060
                         </tr>
1060
                         <!-- </thead>
1061
                         <!-- </thead>
1162
                           <td v-if="org_id == 9987 || org_id == 9918 || org_id == 0">
1163
                           <td v-if="org_id == 9987 || org_id == 9918 || org_id == 0">
1163
                             &nbsp;{{monitor_record.ktv?monitor_record.ktv:"/"}}
1164
                             &nbsp;{{monitor_record.ktv?monitor_record.ktv:"/"}}
1164
                           </td>
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
                           <td>
1169
                           <td>
1166
                             {{ monitor_record.symptom }}
1170
                             {{ monitor_record.symptom }}
1167
                             &nbsp;{{ monitor_record.dispose }} &nbsp;{{
1171
                             &nbsp;{{ monitor_record.dispose }} &nbsp;{{

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

207
           <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') != 1">{{ anticoagulant_shouji != "0" ? anticoagulant_shouji : "" }}</span>
207
           <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') != 1">{{ anticoagulant_shouji != "0" ? anticoagulant_shouji : "" }}</span>
208
           <span v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
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
             <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1" ></span>
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
             <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
212
             <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
213
               <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671">
213
               <span v-if="this.$store.getters.xt_user.template_info.org_id == 9671">
214
                  {{ anticoagulant_shouji != "0" ? "mg" : "" }}
214
                  {{ anticoagulant_shouji != "0" ? "mg" : "" }}
326
           <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') != 1">{{ anticoagulant_weichi != "0" ? anticoagulant_weichi : "" }}</span>
326
           <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') != 1">{{ anticoagulant_weichi != "0" ? anticoagulant_weichi : "" }}</span>
327
           <span v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45">
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
             <span class="content" v-if="getValueStr('anticoagulant', 'anticoagulant') == 1"></span>
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
             <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
331
             <span class="unit" v-if="getValueStr('anticoagulant', 'anticoagulant') == 3">
332
               <span v-if="this.$store.getters.xt_user.template_info.org_id ==9671">
332
               <span v-if="this.$store.getters.xt_user.template_info.org_id ==9671">
333
               {{ anticoagulant_weichi != "0" ? "mg/h" : "" }}
333
               {{ anticoagulant_weichi != "0" ? "mg/h" : "" }}

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

377
                     </el-col>
377
                     </el-col>
378
 
378
 
379
                     <el-col :span="8" v-if="anticoagulant!=undefined && anticoagulant.shouji != -1 && isShows('首剂')  && dialysisPrescription.anticoagulant!=1 && dialysisPrescription.anticoagulant!=12">
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
                          <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">
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
                             <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('首剂')">
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
                                     this.$store.getters.xt_user.template_info.org_id ==10551 ||
419
                                     this.$store.getters.xt_user.template_info.org_id ==10551 ||
420
                                     this.$store.getters.xt_user.template_info.org_id ==10600 ||
420
                                     this.$store.getters.xt_user.template_info.org_id ==10600 ||
421
                                     this.$store.getters.xt_user.template_info.org_id ==10510 ||
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
                                     :label="'首剂(mg) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
425
                                     :label="'首剂(mg) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
425
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
426
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
504
 
505
 
505
 
506
 
506
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持')  && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
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
                           <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
                           <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
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
510
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
510
                                           v-if="anticoagulant.weichi != -1 &&
511
                                           v-if="anticoagulant.weichi != -1 &&
519
                                             this.$store.getters.xt_user.template_info.org_id != 10551 &&
520
                                             this.$store.getters.xt_user.template_info.org_id != 10551 &&
520
                                             this.$store.getters.xt_user.template_info.org_id != 10510 &&
521
                                             this.$store.getters.xt_user.template_info.org_id != 10510 &&
521
                                             this.$store.getters.xt_user.template_info.org_id != 10480 &&
522
                                             this.$store.getters.xt_user.template_info.org_id != 10480 &&
523
+                                            this.$store.getters.xt_user.template_info.org_id != 10495 &&
522
                                             this.$store.getters.xt_user.template_info.org_id != 10600" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
524
                                             this.$store.getters.xt_user.template_info.org_id != 10600" prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
523
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
525
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
524
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
526
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
540
                                           this.$store.getters.xt_user.template_info.org_id == 10551 ||
542
                                           this.$store.getters.xt_user.template_info.org_id == 10551 ||
541
                                           this.$store.getters.xt_user.template_info.org_id == 10600 ||
543
                                           this.$store.getters.xt_user.template_info.org_id == 10600 ||
542
                                           this.$store.getters.xt_user.template_info.org_id == 10510 ||
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
                                           " prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
547
                                           " prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
545
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
548
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
546
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
549
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
630
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
633
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
631
                             </el-form-item>
634
                             </el-form-item>
632
                             <el-form-item
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
                                     :label="'总量(mg) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
637
                                     :label="'总量(mg) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
635
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
638
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
636
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
639
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>

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

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

+ 3 - 1
src/xt_pages/hospitalStation/batchStatementTemplate/hospitalBatchPrint.vue View File

1
 <template>
1
 <template>
2
+  <div>
2
   <div id="statement-print" class="statement-print">
3
   <div id="statement-print" class="statement-print">
3
-    <div  v-for="(info,index) in infos">
4
+    <div v-for="(info,index) in infos">
4
     <div class="statementTitle">广东省社会医疗保险医疗费用结算单</div>
5
     <div class="statementTitle">广东省社会医疗保险医疗费用结算单</div>
5
     <table class="statementTable" border="1">
6
     <table class="statementTable" border="1">
6
       <tr>
7
       <tr>
312
     </table>
313
     </table>
313
   </div>
314
   </div>
314
   </div>
315
   </div>
316
+  </div>
315
 </template>
317
 </template>
316
 <script>
318
 <script>
317
 
319
 

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

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

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

346
             :span="8"
346
             :span="8"
347
             v-if="anticoagulant.shouji != -1 && isShows('首剂')"
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
               <el-form-item
350
               <el-form-item
351
                 :label="'首剂(mg): '"
351
                 :label="'首剂(mg): '"
352
                 prop="anticoagulant_shouji"
352
                 prop="anticoagulant_shouji"
389
             :span="8"
389
             :span="8"
390
             v-if="anticoagulant.weichi != -1 && isShows('维持')"
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
               <el-form-item
393
               <el-form-item
394
                 :label="'维持(mg/h): '"
394
                 :label="'维持(mg/h): '"
395
                 prop="anticoagulant_weichi"
395
                 prop="anticoagulant_weichi"
430
             :span="8"
430
             :span="8"
431
             v-if="anticoagulant.zongliang != -1 && isShows('总量')"
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
               <el-form-item
434
               <el-form-item
435
                 :label="'总量(mg): '"
435
                 :label="'总量(mg): '"
436
                 prop="anticoagulant_zongliang"
436
                 prop="anticoagulant_zongliang"