see999 3 years ago
parent
commit
be64d51d11
1 changed files with 10 additions and 3 deletions
  1. 10 3
      src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFive.vue

+ 10 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFive.vue View File

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