Przeglądaj źródła

9月25,打印单问题

yq1 6 miesięcy temu
rodzic
commit
24f057e3f3

+ 8 - 31
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue Wyświetl plik

1189
                     >
1189
                     >
1190
                        
1190
                        
1191
                       <span
1191
                       <span
1192
-                        v-if="
1193
-                          setAdminUserES(
1194
-                            advices == null
1195
-                              ? 0
1196
-                              : advices[0].advice_doctor
1197
-                              ? advices[0].advice_doctor
1198
-                              : ''
1199
-                          ) == ''
1200
-                        "
1192
+                        style="height: 20px"
1193
+                        v-if="setAdminUserES(advices[0].advice_doctor) == ''"
1201
                       >
1194
                       >
1202
-                        {{
1203
-                          getAdminUser(
1204
-                            advices == null
1205
-                              ? 0
1206
-                              : advices[0].advice_doctor
1207
-                              ? advices[0].advice_doctor
1208
-                              : ""
1209
-                          )
1210
-                        }}
1195
+                        {{ getAdminUser(advices[0].advice_doctor) }}
1211
                       </span>
1196
                       </span>
1212
                       <img
1197
                       <img
1213
-                        style="height: 30px"
1214
-                        :src="
1215
-                          setAdminUserES(
1216
-                            prescription == null
1217
-                              ? 0
1218
-                              : prescription.creater
1219
-                              ? prescription.creater
1220
-                              : ''
1221
-                          )
1222
-                        "
1223
-                        alt=""
1224
-                        srcset=""
1198
+                        class="es-img"
1199
+                        style="height: 25px"
1200
+                        :src="setAdminUserES(advices[0].advice_doctor)"
1201
+                        alt
1202
+                        srcset
1225
                         v-else
1203
                         v-else
1226
                       />
1204
                       />
1227
                     </span>
1205
                     </span>
1456
 // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
1434
 // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
1457
 // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
1435
 // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
1458
 import print from "print-js";
1436
 import print from "print-js";
1459
-
1460
 export default {
1437
 export default {
1461
   name: "dialysisPrintOrderFour",
1438
   name: "dialysisPrintOrderFour",
1462
   components: {
1439
   components: {