dev #1

Merged
aefril merged 128 commits from dev into main 2025-08-13 17:19:48 +00:00
3 changed files with 918 additions and 172 deletions
Showing only changes of commit 7586df207e - Show all commits

View File

@ -290,6 +290,7 @@ class _PaymentAddOrderDialogState extends State<PaymentAddOrderDialog> {
state.maybeWhen( state.maybeWhen(
orElse: () {}, orElse: () {},
success: (data) { success: (data) {
context.pop();
context.pushReplacement( context.pushReplacement(
SuccessSaveOrderPage( SuccessSaveOrderPage(
productQuantity: widget.items, productQuantity: widget.items,

View File

@ -295,6 +295,7 @@ class _PaymentSaveDialogState extends State<PaymentSaveDialog> {
state.maybeWhen( state.maybeWhen(
orElse: () {}, orElse: () {},
success: (data) { success: (data) {
context.pop();
context.pushReplacement(SuccessSaveOrderPage( context.pushReplacement(SuccessSaveOrderPage(
productQuantity: widget.items, productQuantity: widget.items,
orderId: data.id ?? "", orderId: data.id ?? "",

File diff suppressed because it is too large Load Diff