See999 5 лет назад
Родитель
Сommit
173bf0e57b

+ 0 - 1
src/xt_pages/dialysis/details/assessmentAfter.vue Просмотреть файл

708
       return dialyzerName;
708
       return dialyzerName;
709
     },
709
     },
710
     isShow(name) {
710
     isShow(name) {
711
-      console.log("name", name);
712
       var filedList = store.getters.xt_user.fileds;
711
       var filedList = store.getters.xt_user.fileds;
713
 
712
 
714
       for (let i = 0; i < filedList.length; i++) {
713
       for (let i = 0; i < filedList.length; i++) {

+ 2 - 2
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Просмотреть файл

1543
     },
1543
     },
1544
     show(pre) {
1544
     show(pre) {
1545
       this.pre = pre;
1545
       this.pre = pre;
1546
-      console.log("pre", pre);
1546
+      console.log("pre1", pre);
1547
       this.getPermission();
1547
       this.getPermission();
1548
-
1548
+      
1549
       let last_weight_after = 0;
1549
       let last_weight_after = 0;
1550
       let weight_before = 0;
1550
       let weight_before = 0;
1551
 
1551
 

+ 26 - 19
src/xt_pages/dialysis/template/DialysisPrintOrderNine.vue Просмотреть файл

1383
                   </tr> -->
1383
                   </tr> -->
1384
                   <tr>
1384
                   <tr>
1385
                     <td width="70">拔针压迫:</td>
1385
                     <td width="70">拔针压迫:</td>
1386
-                    <td width="300">
1386
+                    <td width="350">
1387
                       <div style="display:flex;justify-content:space-between;">
1387
                       <div style="display:flex;justify-content:space-between;">
1388
                         <label-box
1388
                         <label-box
1389
                           showValue="自己压迫"
1389
                           showValue="自己压迫"
1405
                             afterdialysis.hemostasis_opera == 1 ? true : false
1405
                             afterdialysis.hemostasis_opera == 1 ? true : false
1406
                           "
1406
                           "
1407
                         ></label-box>
1407
                         ></label-box>
1408
+                        <label-box
1409
+                          showValue="内瘘止血带"
1410
+                          :isChecked="
1411
+                            afterdialysis.hemostasis_opera == 4 ? true : false
1412
+                          "
1413
+                        ></label-box>
1408
                       </div>
1414
                       </div>
1409
                     </td>
1415
                     </td>
1410
                     <td width="50"></td>
1416
                     <td width="50"></td>
1663
                         ></label-box>
1669
                         ></label-box>
1664
                       </div>
1670
                       </div>
1665
                     </td>
1671
                     </td>
1666
-                    <td width="80"></td>
1667
-                    <td width="60">管路:</td>
1668
-                    <td width="220">
1669
-                      <div style="display:flex;justify-content:space-between;">
1670
-                        <label-box showValue="无" :isChecked="
1671
-                            afterdialysis.channel == 1 ? true : false
1672
-                          "></label-box>
1673
-                        <label-box showValue="+" :isChecked="
1674
-                            afterdialysis.channel == 2 ? true : false
1675
-                          "></label-box>
1676
-                        <label-box showValue="+ +" :isChecked="
1677
-                            afterdialysis.channel == 3  ? true : false
1678
-                          "></label-box>
1679
-                        <label-box showValue="+ + +" :isChecked="
1680
-                            afterdialysis.channel == 4 ? true : false
1681
-                          "></label-box>
1682
-                      </div>
1683
-                    </td>
1672
+                    <!--<td width="80"></td>-->
1673
+                    <!--<td width="60">管路:</td>-->
1674
+                    <!--<td width="220">-->
1675
+                      <!--<div style="display:flex;justify-content:space-between;">-->
1676
+                        <!--<label-box showValue="无" :isChecked="-->
1677
+                            <!--afterdialysis.channel == 1 ? true : false-->
1678
+                          <!--"></label-box>-->
1679
+                        <!--<label-box showValue="+" :isChecked="-->
1680
+                            <!--afterdialysis.channel == 2 ? true : false-->
1681
+                          <!--"></label-box>-->
1682
+                        <!--<label-box showValue="+ +" :isChecked="-->
1683
+                            <!--afterdialysis.channel == 3  ? true : false-->
1684
+                          <!--"></label-box>-->
1685
+                        <!--<label-box showValue="+ + +" :isChecked="-->
1686
+                            <!--afterdialysis.channel == 4 ? true : false-->
1687
+                          <!--"></label-box>-->
1688
+                      <!--</div>-->
1689
+                    <!--</td>-->
1684
                     <td></td>
1690
                     <td></td>
1685
                   </tr>
1691
                   </tr>
1686
                 </tbody>
1692
                 </tbody>
3095
 .print-template-two tr {
3101
 .print-template-two tr {
3096
   line-height: 30px;
3102
   line-height: 30px;
3097
 }
3103
 }
3104
+/*  */
3098
 </style>
3105
 </style>

+ 1 - 0
src/xt_pages/dialysis/template/dialysisPrintOrderNine.vue Просмотреть файл

3101
 .print-template-two tr {
3101
 .print-template-two tr {
3102
   line-height: 30px;
3102
   line-height: 30px;
3103
 }
3103
 }
3104
+/*  */
3104
 </style>
3105
 </style>