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 7m10s
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 7m10s
This commit is contained in:
@@ -2392,7 +2392,7 @@ export class CartSalesComponent
|
||||
openPrintPreOrder() {
|
||||
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
|
||||
this.urlPrintPreOrder =
|
||||
'http://172.35.0.219:8068/Viewer/{action}?order=' +
|
||||
'https://portainer.simplifiquehc.com.br/Viewer/{action}?order=' +
|
||||
this.preOrderNumber +
|
||||
'&model=' +
|
||||
this.modelPrintPreOrder;
|
||||
@@ -2406,7 +2406,7 @@ export class CartSalesComponent
|
||||
openPrintOrder() {
|
||||
// this.urlPrintPreOrder = 'http://localhost:52986//Viewer/{action}?order=' +
|
||||
this.urlPrintOrder =
|
||||
'http://172.35.0.219:8068/Viewer/{action}?orderId=' +
|
||||
'https://portainer.simplifiquehc.com.br/Viewer/{action}?orderId=' +
|
||||
this.orderNumber +
|
||||
'&model=' +
|
||||
this.modelPrintOrder;
|
||||
|
||||
Reference in New Issue
Block a user