add fix size

This commit is contained in:
2025-11-26 16:20:01 +02:00
parent a815bf27eb
commit 99d804bca1

View File

@@ -150,7 +150,7 @@ class GoodsReception:
rows=[] rows=[]
) )
self.placeholder = ft.Column([self.products_table]) self.placeholder = ft.Column([self.products_table], width=900)
def show_bill_products(self): def show_bill_products(self):
all_products = self.bulk_products_manager.get_products_by_bill_id(self.selected_bill['id'])[::-1] all_products = self.bulk_products_manager.get_products_by_bill_id(self.selected_bill['id'])[::-1]