See999 4 years ago
parent
commit
dcd5506ed9
1 changed files with 6 additions and 13 deletions
  1. 6 13
      src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue

+ 6 - 13
src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue View File

95
               {{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg
95
               {{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg
96
             </span>
96
             </span>
97
           </td>
97
           </td>
98
-          <td style="text-align:left;" colspan="2">
98
+          <td style="text-align:left;" colspan="1">
99
             <span style="display:inline-block;margin-left:15px;">
99
             <span style="display:inline-block;margin-left:15px;">
100
               <!-- 透后净体重:{{
100
               <!-- 透后净体重:{{
101
               afterdialysis.weight_after
101
               afterdialysis.weight_after
108
               kt/v:{{ monitors[0].ktv ? monitors[0].ktv : '' }}
108
               kt/v:{{ monitors[0].ktv ? monitors[0].ktv : '' }}
109
             </span>
109
             </span>
110
           </td>
110
           </td>
111
+          <td style="text-align:left;" colspan="1">
112
+            <span style="display:inline-block;margin-left:15px;">
113
+              URR:{{ monitors[0].urr ? monitors[0].urr : '' }}
114
+            </span>
115
+          </td>
111
           <td style="text-align:left;" colspan="3">
116
           <td style="text-align:left;" colspan="3">
112
             <span style="display:inline-block;margin-left:15px;">
117
             <span style="display:inline-block;margin-left:15px;">
113
               Na:
118
               Na:
1083
             <span style="display:inline-block;margin-left:15px;">特殊记录:{{ dialysis_summary ? dialysis_summary : "" }}</span>
1088
             <span style="display:inline-block;margin-left:15px;">特殊记录:{{ dialysis_summary ? dialysis_summary : "" }}</span>
1084
           </td>
1089
           </td>
1085
         </tr>
1090
         </tr>
1086
-        <tr>
1087
-          <!-- <td style="text-align:left;" colspan="3">
1088
-            <span style="display:inline-block;margin-left:15px;">医生签名:</span>
1089
-            <span v-if="doctorForm.url === ''">{{doctorForm.doctor}}</span>
1090
-            <span v-if="doctorForm.url!==''">
1091
-              <img style="height:20px" :src="doctorForm.url" />
1092
-            </span>
1093
-          </td>-->
1094
-          <td style="text-align:left;" colspan="6">
1095
-            <span style="display:inline-block;margin-left:15px;">质控护士签名:</span>
1096
-          </td>
1097
-        </tr>
1098
       </table>
1091
       </table>
1099
 
1092
 
1100
       <!-- <div style="margin-top:20px">
1093
       <!-- <div style="margin-top:20px">