feat: add sales cart, order, preorder, and partner commission components

This commit is contained in:
Luis Eduardo Estevao
2026-02-12 11:01:50 -03:00
parent d7edd99bd2
commit 921a3a5d53
4 changed files with 12 additions and 12 deletions

View File

@@ -2386,7 +2386,7 @@ export class CartSalesComponent
openPrintPreOrder() {
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
this.urlPrintPreOrder =
'http://10.1.1.205:8068/Viewer/{action}?order=' +
'http://172.35.0.219:8068/Viewer/{action}?order=' +
this.preOrderNumber +
'&model=' +
this.modelPrintPreOrder;
@@ -2400,7 +2400,7 @@ export class CartSalesComponent
openPrintOrder() {
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
this.urlPrintOrder =
'http://10.1.1.205:8068/Viewer/{action}?orderId=' +
'http://172.35.0.219:8068/Viewer/{action}?orderId=' +
this.orderNumber +
'&model=' +
this.modelPrintOrder;