see999 4 years ago
parent
commit
ac936bd147

+ 26 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFour.vue View File

203
                         </div>
203
                         </div>
204
                     </div>
204
                     </div>
205
                 </div>
205
                 </div>
206
+                <div class="row" style="padding: 2px 0;line-height:23px;">
207
+                  <div class="inline_block" style="flex:1;">
208
+                    置换方式:
209
+                    <label-box
210
+                      :isChecked="
211
+                        prescription.displace_liqui_part == 1 ? true : false
212
+                      "
213
+                      showValue="前置换"
214
+                    ></label-box>&nbsp;
215
+                    <label-box
216
+                      :isChecked="
217
+                        prescription.displace_liqui_part == 2 ? true : false
218
+                      "
219
+                      showValue="后置换"
220
+                    ></label-box>
221
+                  </div>
222
+                  <div class="inline_block" style="margin-left:20px;flex:1;">
223
+                    置换量:
224
+                    <div class="under_line" style="width: 70px;text-align: center">
225
+                    {{ prescription.replacement_total ? prescription.replacement_total : "" }}
226
+                    </div>
227
+                    ml
228
+                  </div>
229
+                </div>
206
               </td>
230
               </td>
207
             </tr>
231
             </tr>
208
             <tr>
232
             <tr>
848
         this.summary = response.data.data.summary
872
         this.summary = response.data.data.summary
849
         this.org_template_info = response.data.data.org_template_info
873
         this.org_template_info = response.data.data.org_template_info
850
 
874
 
851
-        if (this.monitors.length < 10) {
852
-            var nl = 10 - this.monitors.length
875
+        if (this.monitors.length < 9) {
876
+            var nl = 9 - this.monitors.length
853
             for (let index = 0; index < nl; index++) {
877
             for (let index = 0; index < nl; index++) {
854
               this.monitors.push([])
878
               this.monitors.push([])
855
             }
879
             }

+ 5 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue View File

342
               <tbody>
342
               <tbody>
343
               <tr>
343
               <tr>
344
                 <td width="70">血管通路:</td>
344
                 <td width="70">血管通路:</td>
345
-                <td width="620">
345
+                <td width="590">
346
                   <div>
346
                   <div>
347
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
347
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘') > -1 ? true : false" showValue="自体内瘘"></label-box>
348
                     &nbsp;
348
                     &nbsp;
350
                     &nbsp;
350
                     &nbsp;
351
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('直穿') > -1 ? true : false" showValue="直穿"></label-box>
351
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('直穿') > -1 ? true : false" showValue="直穿"></label-box>
352
                     &nbsp;
352
                     &nbsp;
353
-                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉') > -1 ? true : false" showValue="颈内静脉"></label-box>
353
+                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-左') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="颈内静脉"></label-box>
354
                     &nbsp;
354
                     &nbsp;
355
-                    <!-- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="颈内静脉-右"></label-box>
356
-                    &nbsp; -->
355
+                    (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-左') > -1 ? true : false" showValue="左"></label-box>
356
+                    &nbsp;
357
+                    <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('颈内静脉-右') > -1 ? true : false" showValue="右"></label-box>)
357
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股静脉"></label-box>
358
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('股静脉') > -1 ? true : false" showValue="股静脉"></label-box>
358
                     &nbsp;
359
                     &nbsp;
359
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>
360
                     <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('锁骨下') > -1 ? true : false" showValue="锁骨下"></label-box>