短信模板
This commit is contained in:
		@ -34,7 +34,9 @@
 | 
			
		||||
      <span *ngIf="item?.putStatus == '1'">已上传</span>
 | 
			
		||||
      <span *ngIf="item?.putStatus == '3'">上传中</span>
 | 
			
		||||
      <span  *ngIf="item?.putStatus == '2'" style="color: red;" (click)="unnormal(item)">上传异常</span>
 | 
			
		||||
 | 
			
		||||
    </ng-template>
 | 
			
		||||
    <ng-template st-row="invoiceNO" let-item let-index="index">
 | 
			
		||||
      <a href="/">{{item.billCode}}</a>
 | 
			
		||||
    </ng-template>
 | 
			
		||||
    <ng-template st-row="checkStatus" let-item let-index="index">
 | 
			
		||||
      <!-- <a (click)="viewAuditResult(item)" *ngIf="item?.billStatus === '2'">{{item?.billStatusLabel}}</a> -->
 | 
			
		||||
 | 
			
		||||
@ -222,6 +222,7 @@ export class TaxManagementInvoiceReportingComponent implements OnInit {
 | 
			
		||||
      {
 | 
			
		||||
        title: '发票号码',
 | 
			
		||||
        index: 'billCode',
 | 
			
		||||
        render: 'invoiceNO',
 | 
			
		||||
        className: 'text-center',
 | 
			
		||||
        width: '150px',
 | 
			
		||||
      },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user