feat: add sales cart, order, preorder, and partner commission components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user