diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index dea26a462..878002e01 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -229,4 +229,8 @@ vn-table.scrollable.sm, vn-table.scrollable.lg, .vn-table.scrollable.lg { max-height: 700px +} + +.tableWrapper { + overflow-x: auto; } \ No newline at end of file diff --git a/modules/entry/front/buy/index/index.html b/modules/entry/front/buy/index/index.html index 9b9cd4634..50cd26329 100644 --- a/modules/entry/front/buy/index/index.html +++ b/modules/entry/front/buy/index/index.html @@ -10,182 +10,185 @@
- |
- Item | -Quantity | -Package | -Stickers | -Weight | -Packing | -Grouping | -Buying value | -Grouping price | -Packing price | -Import | -|
---|---|---|---|---|---|---|---|---|---|---|---|---|
- |
-
-
- {{::buy.item.id | zeroFill:6}}
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
- - - {{buy.quantity * buy.buyingValue | currency: 'EUR':2}} - - | -|
- | -- - {{::buy.item.itemType.code}} - - | -- - {{::buy.item.size}} - - | -- - {{::buy.item.minPrice | currency: 'EUR':2}} - - | -
- |
-
+ |
+ Item | +Quantity | +Package | +Stickers | +Weight | +Packing | +Grouping | +Buying value | +Grouping price | +Packing price | +Import | +
---|---|---|---|---|---|---|---|---|---|---|---|
+ |
+
+
+ {{::buy.item.id | zeroFill:6}}
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+
+ |
+ + + {{buy.quantity * buy.buyingValue | currency: 'EUR':2}} + + | +
+ | ++ + {{::buy.item.itemType.code}} + + | ++ + {{::buy.item.size}} + + | ++ + {{::buy.item.minPrice | currency: 'EUR':2}} + + | +
+ |
+ |||||||
Item | -Description | -Quantity | -Serie | -Components | -Import | -Total | -
---|---|---|---|---|---|---|
- - {{sale.itemFk | zeroFill:6}} - - | -
- {{::sale.item.subName}}- |
- - {{::sale.quantity}} - | -||||
- {{::saleComponent.component.componentType.type}} - | -- {{::saleComponent.component.name}} - | -- {{::saleComponent.value | currency: 'EUR':3}} - | -- {{::sale.quantity * saleComponent.value | currency: 'EUR':3}} - | -
Item | +Description | +Quantity | +Serie | +Components | +Import | +Total | +
---|---|---|---|---|---|---|
+ + {{sale.itemFk | zeroFill:6}} + + | +
+ {{::sale.item.subName}}+ |
+ + {{::sale.quantity}} + | +||||
+ {{::saleComponent.component.componentType.type}} + | ++ {{::saleComponent.component.name}} + | ++ {{::saleComponent.value | currency: 'EUR':3}} + | ++ {{::sale.quantity * saleComponent.value | currency: 'EUR':3}} + | +