see999 3 年 前
コミット
be64d51d11
共有1 個のファイルを変更した10 個の追加3 個の削除を含む
  1. 10 3
      src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFive.vue

+ 10 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFive.vue ファイルの表示

@@ -682,6 +682,7 @@
682 682
             <td colspan="2" style="width:110px;height:40px">医生签名</td>
683 683
 
684 684
             <td colspan="2" style="width:108px;height:40px">执行</td>
685
+            <td colspan="2" style="width:108px;height:40px">核对</td>
685 686
             <td colspan="3" style="width:130px;height:40px">执行时间</td>
686 687
             <!-- <td style="width:60px;height:60px">
687 688
               <p style="height:20px;line-height:20px">核对</p>
@@ -727,6 +728,12 @@
727 728
               </span>
728 729
               <img style="height:30px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
729 730
             </td>
731
+            <td colspan="2" style="height:40px">
732
+              <span v-if="setAdminUserES(advice.checker) == ''">
733
+                {{ getAdminUser(advice.checker) }}
734
+              </span>
735
+              <img style="height:30px;" :src="setAdminUserES(advice.checker)" alt srcset v-else />
736
+            </td>
730 737
             <td colspan="3" style="width:130px;">
731 738
               {{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}
732 739
             </td>
@@ -831,7 +838,7 @@
831 838
             <td width="100" style="border:none;padding-left:5px;">
832 839
               透析器凝血:
833 840
             </td>
834
-            <td width="100" style="text-align:left;border:none;">
841
+            <td style="text-align:left;border:none;">
835 842
               <div>
836 843
                 <span style="width:100px;display:inline-block;border:none;">
837 844
                   {{ afterdialysis.cruor ? afterdialysis.cruor : "" }}
@@ -840,7 +847,7 @@
840 847
             </td>
841 848
             <!-- <td width="10" style="border:none;"></td> -->
842 849
 
843
-            <td width="70" style="border:none;padding-left:5px;">内瘘:</td>
850
+            <!-- <td width="70" style="border:none;padding-left:5px;">内瘘:</td>
844 851
             <td width="200" style="text-align:left;border:none;line-height: 30px;">
845 852
               <div>
846 853
                 <span style="width:200px;display:inline-block">
@@ -855,7 +862,7 @@
855 862
                   {{ afterdialysis.catheter ? afterdialysis.catheter : "" }}
856 863
                 </span>
857 864
               </div>
858
-            </td>
865
+            </td> -->
859 866
           </tr>
860 867
         </tbody>
861 868
       </table>