huangyw 2 gadus atpakaļ
vecāks
revīzija
9bbd32fc34

+ 4 - 0
src/xt_pages/stock/drugs/drugStockInOrderEdit.vue Parādīt failu

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

+ 5 - 0
src/xt_pages/stock/drugs/drugStockOutOrderEdit.vue Parādīt failu

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

+ 1 - 1
src/xt_pages/stock/stockInOrderAdd.vue Parādīt failu

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

+ 2 - 2
src/xt_pages/stock/stockInventory.vue Parādīt failu

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

+ 2 - 2
src/xt_pages/stock/stockOutOrderAdd.vue Parādīt failu

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

+ 4 - 0
src/xt_pages/stock/stockOutOrderEdit.vue Parādīt failu

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