This commit is contained in:
Taric Xin
2022-02-28 20:45:33 +08:00
parent bc5e72bc77
commit 84d7cf5658

View File

@ -115,7 +115,7 @@ export class CancellationInvoiceComponent implements OnInit {
*/
batchPush() {
if (this.selectedRows?.length <= 0) {
this.service.msgSrv.warning('请选择开票申请');
this.service.msgSrv.warning('请选择推送开票单');
return;
}
if (this.selectedRows.find(item => item.sts !== '1')) {