add names suggestions
This commit is contained in:
@@ -152,9 +152,9 @@ class GoodsReception:
|
|||||||
rows=[]
|
rows=[]
|
||||||
)
|
)
|
||||||
|
|
||||||
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)
|
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
|
||||||
|
|
||||||
def set_total(self):
|
def set_total(self):
|
||||||
tl = 0
|
tl = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user