Atualizar src/app/sales/cart-sales/cart-sales.component.ts
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 12m3s

This commit is contained in:
2026-04-13 15:58:31 -04:00
parent 9ddfc33514
commit d76c18614d

View File

@@ -2393,7 +2393,7 @@ export class CartSalesComponent
openPrintPreOrder() { openPrintPreOrder() {
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' + // this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
this.urlPrintPreOrder = this.urlPrintPreOrder =
'https://portainer.simplifiquehc.com.br/Viewer/{action}?order=' + 'http://172.35.0.219:8068/Viewer/{action}?order=' +
this.preOrderNumber + this.preOrderNumber +
'&model=' + '&model=' +
this.modelPrintPreOrder; this.modelPrintPreOrder;
@@ -2407,7 +2407,7 @@ export class CartSalesComponent
openPrintOrder() { openPrintOrder() {
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' + // this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
this.urlPrintOrder = this.urlPrintOrder =
'https://portainer.simplifiquehc.com.br/Viewer/{action}?orderId=' + 'http://172.35.0.219:8068/Viewer/{action}?orderId=' +
this.orderNumber + this.orderNumber +
'&model=' + '&model=' +
this.modelPrintOrder; this.modelPrintOrder;