See999 4 年前
父节点
当前提交
72249599d7

+ 15 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue 查看文件

@@ -595,18 +595,26 @@
595 595
               <tbody>
596 596
               <tr>
597 597
                 <td width="85">透析液配方:</td>
598
-                <td width="580">
599
-                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : false" showValue="常规"></label-box>
600
-                  &nbsp;
601
-                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('钾(3.5mmol/L)') > -1 ? true : false" showValue="钾(3.5mmol/L)"></label-box>
598
+                <td width='90'>B液: 碳酸盐:</td>
599
+                <td width='30'>A液:</td>
600
+                <td width="10">钙</td>
601
+                <td width="10">(</td>
602
+                <td width="200">
603
+                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.25mmol/L"></label-box>
602 604
                   &nbsp;
603
-                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('钾(2.0mmol/L)') > -1 ? true : false" showValue="钾(2.0mmol/L)"></label-box>
605
+                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.5mmol/L"></label-box>
604 606
                   &nbsp;
605
-                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('低钙(1.25mmol/L)') > -1 ? true : false" showValue="低钙(1.25mmol/L)"></label-box>
607
+                </td>
608
+                <td width="10">)</td>
609
+                <td width="10">钾</td>
610
+                <td width="10">(</td>
611
+                <td width="200">
612
+                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : false" showValue="2.0mmol/L"></label-box>
606 613
                   &nbsp;
607
-                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('高钙(1.5mmol/L)') > -1 ? true : false" showValue="高钙(1.5mmol/L)"></label-box>
614
+                  <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="3.5mmol/L"></label-box>
608 615
                   &nbsp;
609 616
                 </td>
617
+                <td width="10">)</td>
610 618
                 <td></td>
611 619
               </tr>
612 620
               </tbody>

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySeven.vue 查看文件

@@ -564,17 +564,17 @@
564 564
                     </td>
565 565
                     <td width="10">iu</td>
566 566
                     <td width="100">
567
-                        <label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>
567
+                        <label-box :isChecked="prescription.anticoagulant == '阿加曲班' ? true : false" showValue="阿加曲班"></label-box>
568 568
                     </td>
569 569
                     <td width="10">(</td>
570 570
                     <td width="60">首剂量</td>
571 571
                     <td width="60">
572
-                        <div class="under-line">&nbsp;{{ prescription.anticoagulant == '普通肝素' && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}</div>
572
+                        <div class="under-line">&nbsp;{{ prescription.anticoagulant == '阿加曲班' && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}</div>
573 573
                     </td>
574 574
                     <td width="10">mg,</td>
575 575
                     <td width="60">追加量</td>
576 576
                     <td width="60">
577
-                        <div class="under-line">&nbsp;{{ prescription.anticoagulant == '普通肝素' && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}</div>
577
+                        <div class="under-line">&nbsp;{{ prescription.anticoagulant == '阿加曲班' && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}</div>
578 578
                     </td>
579 579
                     <td width="10">mg/h</td>
580 580
                     <td width="10">)</td>