See999 4 years ago
parent
commit
c3ec727868
1 changed files with 15 additions and 11 deletions
  1. 15 11
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentySix.vue

+ 15 - 11
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySix.vue View File

@@ -1075,23 +1075,27 @@
1075 1075
                 <span v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) == ''"> {{ getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:'')) }} </span>
1076 1076
                 <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:''))" alt="" srcset="" v-else />
1077 1077
             </span>
1078
-            核对护士
1078
+            护士签名
1079 1079
             <span style="display: inline-block;width:100px;text-align: left;">
1080 1080
               &nbsp;
1081
-              <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
1082
-                {{ getAdminUser(check == null ? 0 : check.modifier) }}
1083
-              </span>
1084
-              <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt srcset v-else />
1081
+              <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
1082
+              <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
1085 1083
             </span>
1086
-            护士签名
1084
+            核对护士
1087 1085
             <span style="display: inline-block;width:100px;text-align: left;">
1088 1086
               &nbsp;
1089
-              <p v-if="doctor_advices.length > 0">
1090
-                <span v-if="setAdminUserES(doctor_advices[0].execution_staff) == ''">
1091
-                  {{ getAdminUser(doctor_advices[0].execution_staff) }}
1087
+              <span v-if="(dialysisOrder==null?0:dialysisOrder.start_nurse) != check.modifier">
1088
+                <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
1089
+                {{ getAdminUser(check == null ? 0 : check.modifier) }}
1092 1090
                 </span>
1093
-                <img class="es-img" style="height:30px;" :src="setAdminUserES(doctor_advices[0].execution_staff)" alt srcset v-else />
1094
-              </p>
1091
+                <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt srcset v-else />
1092
+              </span>
1093
+              <span v-else>
1094
+                <span v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
1095
+                {{ getAdminUser(check == null ? 0 : check.creater) }}
1096
+                </span>
1097
+                <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt srcset v-else />
1098
+              </span>
1095 1099
             </span>
1096 1100
           </td>
1097 1101
         </tr>