add fix size
This commit is contained in:
@@ -150,7 +150,7 @@ class GoodsReception:
|
||||
rows=[]
|
||||
)
|
||||
|
||||
self.placeholder = ft.Column([self.products_table])
|
||||
self.placeholder = ft.Column([self.products_table], width=900)
|
||||
|
||||
def show_bill_products(self):
|
||||
all_products = self.bulk_products_manager.get_products_by_bill_id(self.selected_bill['id'])[::-1]
|
||||
|
||||
Reference in New Issue
Block a user