Explorar el Código

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

csx hace 4 años
padre
commit
a26a6fb2e5
Se han modificado 1 ficheros con 10 adiciones y 7 borrados
  1. 10 7
      src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue

+ 10 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue Ver fichero

29
         <div class="inline_block" style="margin-right:30px;">
29
         <div class="inline_block" style="margin-right:30px;">
30
             机器编号 
30
             机器编号 
31
             <div class="inline_block under_line" style="width:80px;">
31
             <div class="inline_block under_line" style="width:80px;">
32
-            {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
32
+            {{ getNumber() }}
33
             </div>
33
             </div>
34
         </div>
34
         </div>
35
         <div class="inline_block" style="margin-right:30px;">
35
         <div class="inline_block" style="margin-right:30px;">
92
           &nbsp;
92
           &nbsp;
93
           <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股"></label-box>
93
           <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股"></label-box>
94
           &nbsp;
94
           &nbsp;
95
-          <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('内瘘-左') == -1 ? true : predialysis.blood_access_part_opera_name.indexOf('内瘘-右') == -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左') == -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右') == -1 ? true : predialysis.blood_access_part_opera_name.indexOf('颈内静脉') == -1 ? true : predialysis.blood_access_part_opera_name.indexOf('锁骨下') == -1 ? true : predialysis.blood_access_part_opera_name.indexOf('股静脉') == -1 ? true : false" showValue="其他"></label-box>
95
+          <label-box :isChecked="['内瘘-左','内瘘-右','中心静脉置管-左','中心静脉置管-右','颈内静脉','锁骨下','股静脉'].indexOf(predialysis.blood_access_part_opera_name) == -1? true : false" showValue="其他"></label-box>
96
           &nbsp;
96
           &nbsp;
97
         </div>
97
         </div>
98
       </div>
98
       </div>
167
       <div class="row">
167
       <div class="row">
168
           <div class="inline_block" style="margin-right:22px;">
168
           <div class="inline_block" style="margin-right:22px;">
169
               净化时间
169
               净化时间
170
-              <div class="inline_block under_line" style="width:100px;">
171
-                  {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : 0 }}.
172
-                  {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}
170
+              <div class="inline_block under_line" style="width:50px;">
171
+                  {{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : 0 }}
173
               </div>h
172
               </div>h
173
+              <div class="inline_block under_line" style="width:50px;">
174
+                  {{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}
175
+              </div>min
174
           </div>
176
           </div>
175
           <div class="inline_block" style="margin-right:30px;">
177
           <div class="inline_block" style="margin-right:30px;">
176
               净化后体重
178
               净化后体重
241
             <tr>
243
             <tr>
242
               <td width="40"></td>
244
               <td width="40"></td>
243
               <td width="60">时间</td>
245
               <td width="60">时间</td>
244
-              <td width="80">Bp</td>
246
+              <td width="80">BP</td>
245
               <td width="40">心率</td>
247
               <td width="40">心率</td>
246
               <td width="60">血流速</td>
248
               <td width="60">血流速</td>
247
               <td width="60">静脉压</td>
249
               <td width="60">静脉压</td>
313
               <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
315
               <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
314
                 {{ getAdminUser(check == null ? 0 : check.modifier) }}
316
                 {{ getAdminUser(check == null ? 0 : check.modifier) }}
315
               </span>
317
               </span>
316
-              <img style="height:20px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt srcset v-else />
318
+              <img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt srcset v-else />
317
             </span>
319
             </span>
318
             医生签名
320
             医生签名
319
             <span style="display: inline-block;width:100px;text-align: left;">
321
             <span style="display: inline-block;width:100px;text-align: left;">
713
             response.data.data.dialysisOrder === null
715
             response.data.data.dialysisOrder === null
714
               ? null
716
               ? null
715
               : response.data.data.dialysisOrder;
717
               : response.data.data.dialysisOrder;
718
+              console.log(111,this.dialysisOrder)
716
           if (this.operators.length > 0) {
719
           if (this.operators.length > 0) {
717
             var operatorsLen = this.operators.length;
720
             var operatorsLen = this.operators.length;
718
             for (var index = 0; index < operatorsLen; index++) {
721
             for (var index = 0; index < operatorsLen; index++) {