Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

XMLWAN 4 years ago
parent
commit
ccaafeb119
1 changed files with 11 additions and 5 deletions
  1. 11 5
      src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue

+ 11 - 5
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue View File

47
           </tr>
47
           </tr>
48
           <tr style="text-align:left">
48
           <tr style="text-align:left">
49
             <td colspan="11" style="padding-left:5px">
49
             <td colspan="11" style="padding-left:5px">
50
-              上机前病情:{{ patientInfo.diagnose }}
50
+              上机前病情:{{
51
+                predialysis.symptom_before_dialysis
52
+                  ? predialysis.symptom_before_dialysis
53
+                  : ""
54
+              }}
51
             </td>
55
             </td>
52
           </tr>
56
           </tr>
53
           <tr style="text-align:left">
57
           <tr style="text-align:left">
184
                 >iu/h</span
188
                 >iu/h</span
185
               >
189
               >
186
               &nbsp; 总量:<span style="width:50px;display: inline-block;">{{
190
               &nbsp; 总量:<span style="width:50px;display: inline-block;">{{
187
-                prescription.anticoagulant_zongliang
191
+                prescription.anticoagulant_zongliang &&
192
+                (prescription.anticoagulant != "低分子肝素钙" ||
193
+                  prescription.anticoagulant == "低分子肝素钠")
188
                   ? prescription.anticoagulant_zongliang
194
                   ? prescription.anticoagulant_zongliang
189
                   : ""
195
                   : ""
190
               }}</span
196
               }}</span
739
             <p style="height:20px;line-height:20px">R</p>
745
             <p style="height:20px;line-height:20px">R</p>
740
             <p style="height:20px;line-height:20px">bpm</p>
746
             <p style="height:20px;line-height:20px">bpm</p>
741
           </th>
747
           </th>
742
-          <th style="width:50px">
748
+          <th style="width:100px">
743
             <p style="height:20px;line-height:20px">BP</p>
749
             <p style="height:20px;line-height:20px">BP</p>
744
             <p style="height:20px;line-height:20px">mmHg</p>
750
             <p style="height:20px;line-height:20px">mmHg</p>
745
           </th>
751
           </th>
1250
             style="border:none;text-align:right;padding-right:100px;height:40px"
1256
             style="border:none;text-align:right;padding-right:100px;height:40px"
1251
           >
1257
           >
1252
             医生签名
1258
             医生签名
1253
-            <span style="display: inline-block;width:100px">
1259
+            <span style="display: inline-block;width:100px;text-align: left;">
1254
               &nbsp;
1260
               &nbsp;
1255
               <span v-if="doctorForm.url === ''">{{ doctorForm.doctor }}</span>
1261
               <span v-if="doctorForm.url === ''">{{ doctorForm.doctor }}</span>
1256
               <span v-if="doctorForm.url !== ''">
1262
               <span v-if="doctorForm.url !== ''">
1258
               </span>
1264
               </span>
1259
             </span>
1265
             </span>
1260
             护士签名
1266
             护士签名
1261
-            <span style="display: inline-block;width:100px">
1267
+            <span style="display: inline-block;width:100px;text-align: left;">
1262
               &nbsp;
1268
               &nbsp;
1263
               <p v-if="doctor_advices.length > 0">
1269
               <p v-if="doctor_advices.length > 0">
1264
                 <span
1270
                 <span