See999 4 years ago
parent
commit
f234f68954

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

@@ -77,8 +77,8 @@
77 77
           <span class="content">{{
78 78
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
79 79
           }}</span>
80
-          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
81
-          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
80
+          <span v-if="this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9" class="unit">{{ target_ultrafiltration != "0" ? "L" : "" }}</span>
81
+          <span v-if="this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9" class="unit">{{ target_ultrafiltration != "0" ? "ml" : "" }}</span>
82 82
         </li>
83 83
         <li v-if="isShow('葡萄糖')">
84 84
           <label>葡萄糖 : </label>

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue View File

@@ -17,8 +17,8 @@
17 17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18 18
             actual_ultrafiltration
19 19
           }}</span>
20
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 17) " >ml</span>
21
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 " >L</span>
20
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17) " >ml</span>
21
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9" >L</span>
22 22
         </li>
23 23
         <li v-if="isShow('导管')">
24 24
           <label>导管 : </label>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

@@ -28,7 +28,7 @@
28 28
           <el-col :span="8" v-if="isShow('实际超滤量')">
29 29
             <el-form-item
30 30
               label="实际超滤量(ml): "
31
-              v-if=" this.template_id == 6 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 "  >
31
+              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 "  >
32 32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33 33
             </el-form-item>
34 34
             <el-form-item label="实际超滤量(L): " v-else>

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

@@ -64,7 +64,7 @@
64 64
             </el-form-item>
65 65
           </el-col>
66 66
 
67
-          <el-col :span="8" v-if="isShows('目标超滤量') && this.$store.getters.xt_user.template_info.template_id == 17">
67
+          <el-col :span="8" v-if="isShows('目标超滤量') && (this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 9)">
68 68
             <el-form-item label="目标超滤量(ml):">
69 69
               <el-input
70 70
                 type="number"
@@ -73,7 +73,7 @@
73 73
             </el-form-item>
74 74
           </el-col>
75 75
 
76
-          <el-col :span="8" v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17">
76
+          <el-col :span="8" v-if="isShows('目标超滤量')  && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 9">
77 77
             <el-form-item label="目标超滤量(L):">
78 78
               <el-input
79 79
                 type="number"

+ 6 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue View File

@@ -876,11 +876,11 @@
876 876
           <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
877 877
           <td height="32px">
878 878
             <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
879
-            <img style="height:20px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
879
+            <img style="height:30px;" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
880 880
           </td>
881 881
           <td height="32px">
882 882
             <span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
883
-            <img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
883
+            <img style="height:30px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
884 884
           </td>
885 885
           <td height="32px">
886 886
             <span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
@@ -1328,9 +1328,9 @@
1328 1328
           <td width="30">医生</td>
1329 1329
           <td width="80">
1330 1330
             <div class="under-line">
1331
-              &nbsp
1331
+              &nbsp;
1332 1332
               <span v-if=" setAdminUserES(prescription.creater) == '' " >{{ getAdminUser(prescription.creater)}}</span >
1333
-              <img style="height:20px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else  />
1333
+              <img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else  />
1334 1334
             </div>
1335 1335
           </td>
1336 1336
           <td width="50">治疗护士</td>
@@ -1339,7 +1339,7 @@
1339 1339
               &nbsp;
1340 1340
               <p v-if="doctor_advices.length > 0">
1341 1341
                 <span v-if="setAdminUserES(doctor_advices[0].execution_staff) == ''">{{ getAdminUser(doctor_advices[0].execution_staff) }}</span>
1342
-                <img class="es-img" :src="setAdminUserES(doctor_advices[0].execution_staff)" alt="" srcset="" v-else />
1342
+                <img class="es-img" style="height:30px;" :src="setAdminUserES(doctor_advices[0].execution_staff)" alt="" srcset="" v-else />
1343 1343
               </p>
1344 1344
             </div>
1345 1345
           </td>
@@ -1349,7 +1349,7 @@
1349 1349
               &nbsp;
1350 1350
               <p v-if="doctor_advices.length > 0">
1351 1351
                 <span v-if="setAdminUserES(doctor_advices[0].checker) == ''">{{ getAdminUser(doctor_advices[0].checker) }}</span>
1352
-                <img class="es-img" :src="setAdminUserES(doctor_advices[0].checker)" alt="" srcset="" v-else />
1352
+                <img class="es-img" style="height:30px;" :src="setAdminUserES(doctor_advices[0].checker)" alt="" srcset="" v-else />
1353 1353
               </p>
1354 1354
             </div>
1355 1355
           </td>