소스 검색

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

csx 4 년 전
부모
커밋
a26a6fb2e5
1개의 변경된 파일10개의 추가작업 그리고 7개의 파일을 삭제
  1. 10 7
      src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue

+ 10 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderThirteen.vue 파일 보기

@@ -29,7 +29,7 @@
29 29
         <div class="inline_block" style="margin-right:30px;">
30 30
             机器编号 
31 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 33
             </div>
34 34
         </div>
35 35
         <div class="inline_block" style="margin-right:30px;">
@@ -92,7 +92,7 @@
92 92
           &nbsp;
93 93
           <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股"></label-box>
94 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 96
           &nbsp;
97 97
         </div>
98 98
       </div>
@@ -167,10 +167,12 @@
167 167
       <div class="row">
168 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 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 176
           </div>
175 177
           <div class="inline_block" style="margin-right:30px;">
176 178
               净化后体重
@@ -241,7 +243,7 @@
241 243
             <tr>
242 244
               <td width="40"></td>
243 245
               <td width="60">时间</td>
244
-              <td width="80">Bp</td>
246
+              <td width="80">BP</td>
245 247
               <td width="40">心率</td>
246 248
               <td width="60">血流速</td>
247 249
               <td width="60">静脉压</td>
@@ -313,7 +315,7 @@
313 315
               <span v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
314 316
                 {{ getAdminUser(check == null ? 0 : check.modifier) }}
315 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 319
             </span>
318 320
             医生签名
319 321
             <span style="display: inline-block;width:100px;text-align: left;">
@@ -713,6 +715,7 @@ export default {
713 715
             response.data.data.dialysisOrder === null
714 716
               ? null
715 717
               : response.data.data.dialysisOrder;
718
+              console.log(111,this.dialysisOrder)
716 719
           if (this.operators.length > 0) {
717 720
             var operatorsLen = this.operators.length;
718 721
             for (var index = 0; index < operatorsLen; index++) {