huangyw 2 vuotta sitten
vanhempi
commit
9bbd32fc34

+ 4 - 0
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue Näytä tiedosto

1036
   background: #6fb5fa;
1036
   background: #6fb5fa;
1037
 }
1037
 }
1038
 
1038
 
1039
+.el-autocomplete-suggestion{
1040
+    width: 400px !important;
1041
+  }
1042
+
1039
 </style>
1043
 </style>

+ 5 - 0
src/xt_pages/stock/drugs/drugStockOutOrderEdit.vue Näytä tiedosto

1334
   background: #6fb5fa;
1334
   background: #6fb5fa;
1335
 }
1335
 }
1336
 
1336
 
1337
+.el-autocomplete-suggestion{
1338
+    width: 400px !important;
1339
+  }
1340
+
1341
+
1337
 </style>
1342
 </style>

+ 1 - 1
src/xt_pages/stock/stockInOrderAdd.vue Näytä tiedosto

1012
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1012
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1013
     background: #6fb5fa;
1013
     background: #6fb5fa;
1014
   }
1014
   }
1015
-  .el-autocomplete-suggestion{
1015
+.el-autocomplete-suggestion{
1016
     width: 400px !important;
1016
     width: 400px !important;
1017
   }
1017
   }
1018
 
1018
 

+ 2 - 2
src/xt_pages/stock/stockInventory.vue Näytä tiedosto

28
 <script>
28
 <script>
29
 import BreadCrumb from "../components/bread-crumb";
29
 import BreadCrumb from "../components/bread-crumb";
30
 import inventory from './inventory.vue'
30
 import inventory from './inventory.vue'
31
-import newInventory from './newInventory.vue'
31
+// import newInventory from './newInventory.vue'
32
 import inventoryDetails from './inventoryDetails.vue'
32
 import inventoryDetails from './inventoryDetails.vue'
33
 import stockDamaged from "./stockDamaged.vue"
33
 import stockDamaged from "./stockDamaged.vue"
34
 export default {
34
 export default {
38
         inventory,
38
         inventory,
39
         inventoryDetails,
39
         inventoryDetails,
40
         stockDamaged,
40
         stockDamaged,
41
-        newInventory
41
+        // newInventory
42
     },
42
     },
43
     data() {
43
     data() {
44
         return{
44
         return{

+ 2 - 2
src/xt_pages/stock/stockOutOrderAdd.vue Näytä tiedosto

1049
 }
1049
 }
1050
 </style>
1050
 </style>
1051
 
1051
 
1052
-<style>
1052
+<style lang="scss">
1053
 .sign-and-weigh-box .sign-and-weigh-box-patients .cell {
1053
 .sign-and-weigh-box .sign-and-weigh-box-patients .cell {
1054
   font-size: 12px;
1054
   font-size: 12px;
1055
 }
1055
 }
1057
 .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1057
 .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1058
   background: #6fb5fa;
1058
   background: #6fb5fa;
1059
 }
1059
 }
1060
-.el-autocomplete-suggestion{
1060
+s.el-autocomplete-suggestion{
1061
   width: 400px !important;
1061
   width: 400px !important;
1062
 }
1062
 }
1063
 ::-webkit-scrollbar{
1063
 ::-webkit-scrollbar{

+ 4 - 0
src/xt_pages/stock/stockOutOrderEdit.vue Näytä tiedosto

1042
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1042
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
1043
     background: #6fb5fa;
1043
     background: #6fb5fa;
1044
   }
1044
   }
1045
+  .el-autocomplete-suggestion{
1046
+    width: 400px !important;
1047
+  }
1048
+
1045
 
1049
 
1046
 </style>
1050
 </style>