Bläddra i källkod

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

XMLWAN 4 år sedan
förälder
incheckning
ccaafeb119
1 ändrade filer med 11 tillägg och 5 borttagningar
  1. 11 5
      src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue

+ 11 - 5
src/xt_pages/dialysis/template/dialysisPrintOrderTwelve.vue Visa fil

@@ -47,7 +47,11 @@
47 47
           </tr>
48 48
           <tr style="text-align:left">
49 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 55
             </td>
52 56
           </tr>
53 57
           <tr style="text-align:left">
@@ -184,7 +188,9 @@
184 188
                 >iu/h</span
185 189
               >
186 190
               &nbsp; 总量:<span style="width:50px;display: inline-block;">{{
187
-                prescription.anticoagulant_zongliang
191
+                prescription.anticoagulant_zongliang &&
192
+                (prescription.anticoagulant != "低分子肝素钙" ||
193
+                  prescription.anticoagulant == "低分子肝素钠")
188 194
                   ? prescription.anticoagulant_zongliang
189 195
                   : ""
190 196
               }}</span
@@ -739,7 +745,7 @@
739 745
             <p style="height:20px;line-height:20px">R</p>
740 746
             <p style="height:20px;line-height:20px">bpm</p>
741 747
           </th>
742
-          <th style="width:50px">
748
+          <th style="width:100px">
743 749
             <p style="height:20px;line-height:20px">BP</p>
744 750
             <p style="height:20px;line-height:20px">mmHg</p>
745 751
           </th>
@@ -1250,7 +1256,7 @@
1250 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 1260
               &nbsp;
1255 1261
               <span v-if="doctorForm.url === ''">{{ doctorForm.doctor }}</span>
1256 1262
               <span v-if="doctorForm.url !== ''">
@@ -1258,7 +1264,7 @@
1258 1264
               </span>
1259 1265
             </span>
1260 1266
             护士签名
1261
-            <span style="display: inline-block;width:100px">
1267
+            <span style="display: inline-block;width:100px;text-align: left;">
1262 1268
               &nbsp;
1263 1269
               <p v-if="doctor_advices.length > 0">
1264 1270
                 <span