huangyw 2 years ago
parent
commit
d0231d2537

+ 9 - 6
src/xt_pages/dialysis/PatientBox.vue View File

73
             </div>
73
             </div>
74
           </div>
74
           </div>
75
           <!-- v-if="schedule.patient.troble_shoot == 1" -->
75
           <!-- v-if="schedule.patient.troble_shoot == 1" -->
76
-          <div class="difficult" v-if="schedule.patient.troble_shoot == 1">疑难内瘘</div>
76
+          <div class="difficult" v-if="schedule.patient.troble_shoot == 1">
77
+            疑难内瘘
78
+          </div>
77
           <div></div>
79
           <div></div>
78
 
80
 
79
           <!-- <div style="height:24px;margin-right: 10px;">
81
           <!-- <div style="height:24px;margin-right: 10px;">
915
 }
917
 }
916
 
918
 
917
 .difficult {
919
 .difficult {
918
-  width: 82px;
919
-  height: 33px;
920
+  width: 72px;
921
+  height: 25px;
922
+  font-size: 12px;
920
   border-radius: 0 0 0 30px;
923
   border-radius: 0 0 0 30px;
921
   background: #78d660;
924
   background: #78d660;
922
   text-align: center;
925
   text-align: center;
923
-  line-height: 33px;
926
+  line-height: 25px;
924
   position: relative;
927
   position: relative;
925
-  bottom: 9px;
926
-  left: 63px;
928
+  bottom: 10px;
929
+  left: 73px;
927
   color: white;
930
   color: white;
928
 }
931
 }
929
 </style>
932
 </style>

File diff suppressed because it is too large
+ 480 - 373
src/xt_pages/stock/inventoryTransfer/Addtrans.vue


File diff suppressed because it is too large
+ 677 - 506
src/xt_pages/stock/inventoryTransfer/transEdit.vue