Compare commits

..

2 Commits

Author SHA1 Message Date
joelson
769af04587 fix: update cart sales print viewer urls 2026-02-23 09:14:26 -03:00
Gitea Action
7bc186cbe2 chore: update image tag to b8cda80 [skip ci] 2026-02-20 13:11:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -7,4 +7,4 @@ spec:
spec:
containers:
- name: portal
image: 172.35.0.216:3000/simplifique/vendaweb-portal:de46ca8
image: 172.35.0.216:3000/simplifique/vendaweb-portal:b8cda80

View File

@@ -2393,7 +2393,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;
@@ -2407,7 +2407,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;