set own datepicker and change فاکتور to صورتحساب
This commit is contained in:
@@ -86,18 +86,15 @@ export class SharedSaleInvoiceSingleViewComponent {
|
||||
|
||||
showErrors() {}
|
||||
showRevokeConfirmation() {
|
||||
console.log('this.confirmationService', this.confirmationService);
|
||||
|
||||
this.confirmationService.ask({
|
||||
header: `ابطال فاکتور شماره ${this.invoice!.invoice_number}`,
|
||||
message: `در صورت تایید ابطال فاکتور شماره ${this.invoice!.invoice_number} بر روی دکمهی ابطال کلیک کنید.`,
|
||||
header: `ابطال صورتحساب شماره ${this.invoice!.invoice_number}`,
|
||||
message: `در صورت تایید ابطال صورتحساب شماره ${this.invoice!.invoice_number} بر روی دکمهی ابطال کلیک کنید.`,
|
||||
acceptLabel: 'ابطال',
|
||||
acceptButtonProps: {
|
||||
severity: 'dangerdock',
|
||||
},
|
||||
|
||||
accept: () => {
|
||||
console.log('here');
|
||||
// this.deferredInstallPrompt.prompt();
|
||||
// this.deferredInstallPrompt.userChoice.finally(() => {
|
||||
// this.deferredInstallPrompt = null;
|
||||
|
||||
Reference in New Issue
Block a user