See999 4 gadus atpakaļ
vecāks
revīzija
72249599d7

+ 15 - 7
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyEight.vue Parādīt failu

595
               <tbody>
595
               <tbody>
596
               <tr>
596
               <tr>
597
                 <td width="85">透析液配方:</td>
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
                   &nbsp;
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
                   &nbsp;
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
                   &nbsp;
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
                   &nbsp;
615
                   &nbsp;
609
                 </td>
616
                 </td>
617
+                <td width="10">)</td>
610
                 <td></td>
618
                 <td></td>
611
               </tr>
619
               </tr>
612
               </tbody>
620
               </tbody>

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySeven.vue Parādīt failu

564
                     </td>
564
                     </td>
565
                     <td width="10">iu</td>
565
                     <td width="10">iu</td>
566
                     <td width="100">
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
                     </td>
568
                     </td>
569
                     <td width="10">(</td>
569
                     <td width="10">(</td>
570
                     <td width="60">首剂量</td>
570
                     <td width="60">首剂量</td>
571
                     <td width="60">
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
                     </td>
573
                     </td>
574
                     <td width="10">mg,</td>
574
                     <td width="10">mg,</td>
575
                     <td width="60">追加量</td>
575
                     <td width="60">追加量</td>
576
                     <td width="60">
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
                     </td>
578
                     </td>
579
                     <td width="10">mg/h</td>
579
                     <td width="10">mg/h</td>
580
                     <td width="10">)</td>
580
                     <td width="10">)</td>