edit
This commit is contained in:
		@ -34,7 +34,7 @@
 | 
			
		||||
                已选择
 | 
			
		||||
                <strong class="text-red">{{ selectedRows.length }}</strong> 张发票   发票金额总计
 | 
			
		||||
                <strong class="text-red">{{totalCallNo }}</strong>
 | 
			
		||||
                <a *ngIf="totalCallNo > 0" (click)="st.clearCheck()" class="ml-lg">清空</a>
 | 
			
		||||
                <a *ngIf="totalCallNo > 0" (click)="st.clearCheck();totalCallNo=0" class="ml-lg">清空</a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <button nz-button *ngIf="resourceStatus===1 || !resourceStatus" (click)="this.batchPush()">推送开票</button>
 | 
			
		||||
            <!-- <button nz-button *ngIf="resourceStatus===1 || !resourceStatus"
 | 
			
		||||
 | 
			
		||||
@ -402,11 +402,11 @@ export class CancellationInvoiceComponent implements OnInit {
 | 
			
		||||
            iif: item => item.sts != '3',
 | 
			
		||||
            click: item => this.requestedAction(item)
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
            text: '推送开票<br>',
 | 
			
		||||
            iif: item => item.sts === '1',
 | 
			
		||||
            click: item => this.pushInvoiceAction(item)
 | 
			
		||||
          }
 | 
			
		||||
          // {
 | 
			
		||||
          //   text: '推送开票<br>',
 | 
			
		||||
          //   iif: item => item.sts === '1',
 | 
			
		||||
          //   click: item => this.pushInvoiceAction(item)
 | 
			
		||||
          // }
 | 
			
		||||
          // {
 | 
			
		||||
          //   text: '作废发票',
 | 
			
		||||
          //   iif: item => item.sts === '3',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user