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

@@ -68,7 +68,7 @@ export class CommissionComponent implements OnInit {
}
console.log("tipo: " + intType);
this.urlPrintPreOrder =
`http://10.1.1.205:8068/Viewer/{action}?partnerId=${partnerId}&type=${type}&start=${this.range.start.toUTCString()}&end=${this.range.end.toUTCString()}`;
`http://172.35.0.219:8068/Viewer/{action}?partnerId=${partnerId}&type=${type}&start=${this.range.start.toUTCString()}&end=${this.range.end.toUTCString()}`;
// `http://localhost:52986/Viewer/{action}?partnerId=${this.selectedPartner.id}
// &start=${this.range.start.toUTCString()}&end=${this.range.end.toUTCString()}`;