See999 4 years ago
parent
commit
48a1e7cc86

+ 23 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue View File

@@ -1324,7 +1324,7 @@
1324 1324
                 <tr style="height:40px">
1325 1325
                   <td
1326 1326
                     rowspan="11"
1327
-                    style="border:none;text-align:right;padding-right:100px;height:40px"
1327
+                    style="border:none;text-align:right;height:40px"
1328 1328
                   >
1329 1329
                     医生签名
1330 1330
                     <span
@@ -1365,6 +1365,28 @@
1365 1365
                             style="height: 20px;"
1366 1366
                           />
1367 1367
                     </span>
1368
+                    核对护士
1369
+                    <span
1370
+                      style="display: inline-block;width:100px;text-align: left;"
1371
+                    >
1372
+                      <span
1373
+                          v-if="
1374
+                            setAdminUserES(record.check, 'modifier') ==
1375
+                              ''
1376
+                          "
1377
+                          >{{
1378
+                            getAdminUser(record.check, "modifier")
1379
+                          }}</span
1380
+                        >
1381
+                        <img
1382
+                          class="es-img"
1383
+                          :src="setAdminUserES(record.check, 'modifier')"
1384
+                          alt=""
1385
+                          srcset=""
1386
+                          v-else
1387
+                          style="height: 20px;"
1388
+                        />
1389
+                    </span>
1368 1390
                     护士签名
1369 1391
                     <span
1370 1392
                       style="display: inline-block;width:100px;text-align: left;"

+ 16 - 4
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue View File

@@ -1339,10 +1339,7 @@
1339 1339
           </td>
1340 1340
         </tr>
1341 1341
         <tr style="height:40px">
1342
-          <td
1343
-            rowspan="11"
1344
-            style="border:none;text-align:right;padding-right:100px;height:40px"
1345
-          >
1342
+          <td rowspan="11" style="border:none;text-align:right;height:40px">
1346 1343
             医生签名
1347 1344
             <span style="display: inline-block;width:100px;text-align: left;">
1348 1345
               &nbsp;
@@ -1351,6 +1348,21 @@
1351 1348
                 <img class="es-img" :src="doctorForm.url" />
1352 1349
               </span>
1353 1350
             </span>
1351
+            核对护士
1352
+            <span style="display: inline-block;width:100px;text-align: left;">
1353
+              &nbsp;
1354
+              <span
1355
+                v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''"
1356
+                >{{ getAdminUser(check == null ? 0 : check.modifier) }}</span
1357
+              >
1358
+              <img
1359
+                style="height:20px;"
1360
+                :src="setAdminUserES(check == null ? 0 : check.modifier)"
1361
+                alt=""
1362
+                srcset=""
1363
+                v-else
1364
+              />
1365
+            </span>
1354 1366
             护士签名
1355 1367
             <span style="display: inline-block;width:100px;text-align: left;">
1356 1368
               &nbsp;