edit
This commit is contained in:
@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user