See999 5 年前
父节点
当前提交
f234f68954

+ 2 - 2
src/xt_pages/dialysis/details/DialysisPrescription.vue 查看文件

77
           <span class="content">{{
77
           <span class="content">{{
78
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
78
             target_ultrafiltration != "0" ? target_ultrafiltration : ""
79
           }}</span>
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
         </li>
82
         </li>
83
         <li v-if="isShow('葡萄糖')">
83
         <li v-if="isShow('葡萄糖')">
84
           <label>葡萄糖 : </label>
84
           <label>葡萄糖 : </label>

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue 查看文件

17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18
             actual_ultrafiltration
18
             actual_ultrafiltration
19
           }}</span>
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
         </li>
22
         </li>
23
         <li v-if="isShow('导管')">
23
         <li v-if="isShow('导管')">
24
           <label>导管 : </label>
24
           <label>导管 : </label>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue 查看文件

28
           <el-col :span="8" v-if="isShow('实际超滤量')">
28
           <el-col :span="8" v-if="isShow('实际超滤量')">
29
             <el-form-item
29
             <el-form-item
30
               label="实际超滤量(ml): "
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
               <el-input v-model="form.actual_ultrafiltration"></el-input>
32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33
             </el-form-item>
33
             </el-form-item>
34
             <el-form-item label="实际超滤量(L): " v-else>
34
             <el-form-item label="实际超滤量(L): " v-else>

+ 2 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

64
             </el-form-item>
64
             </el-form-item>
65
           </el-col>
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
             <el-form-item label="目标超滤量(ml):">
68
             <el-form-item label="目标超滤量(ml):">
69
               <el-input
69
               <el-input
70
                 type="number"
70
                 type="number"
73
             </el-form-item>
73
             </el-form-item>
74
           </el-col>
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
             <el-form-item label="目标超滤量(L):">
77
             <el-form-item label="目标超滤量(L):">
78
               <el-input
78
               <el-input
79
                 type="number"
79
                 type="number"

+ 6 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue 查看文件

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