add names suggestions
This commit is contained in:
@@ -152,9 +152,9 @@ class GoodsReception:
|
||||
rows=[]
|
||||
)
|
||||
|
||||
self.total = ft.Text("", weight=ft.FontWeight.BOLD)
|
||||
self.placeholder = ft.Column([self.products_table, self.total], width=900, scroll=ft.ScrollMode.ADAPTIVE, height=600)
|
||||
self.all_procuts = None
|
||||
self.total = ft.Text("", weight=ft.FontWeight.BOLD)
|
||||
|
||||
def set_total(self):
|
||||
tl = 0
|
||||
|
||||
Reference in New Issue
Block a user