edit
This commit is contained in:
@ -115,7 +115,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
|||||||
*/
|
*/
|
||||||
batchPush() {
|
batchPush() {
|
||||||
if (this.selectedRows?.length <= 0) {
|
if (this.selectedRows?.length <= 0) {
|
||||||
this.service.msgSrv.warning('请选择开票申请');
|
this.service.msgSrv.warning('请选择推送开票单');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.selectedRows.find(item => item.sts !== '1')) {
|
if (this.selectedRows.find(item => item.sts !== '1')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user