edit
This commit is contained in:
@ -59,7 +59,7 @@
|
|||||||
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 累计提现 <strong
|
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 累计提现 <strong
|
||||||
class="text-red">{{
|
class="text-red">{{
|
||||||
totalCallNo }}</strong>
|
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>
|
</div>
|
||||||
<button nz-button (click)="this.auditAction(null)">审核</button>
|
<button nz-button (click)="this.auditAction(null)">审核</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
已选择
|
已选择
|
||||||
<strong class="text-red">{{ selectedRows.length }}</strong> 张发票 发票金额总计
|
<strong class="text-red">{{ selectedRows.length }}</strong> 张发票 发票金额总计
|
||||||
<strong class="text-red">{{totalCallNo }}</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>
|
</div>
|
||||||
<button nz-button *ngIf="resourceStatus===1 || !resourceStatus" (click)="this.batchPush()">推送开票</button>
|
<button nz-button *ngIf="resourceStatus===1 || !resourceStatus" (click)="this.batchPush()">推送开票</button>
|
||||||
<!-- <button nz-button *ngIf="resourceStatus===1 || !resourceStatus"
|
<!-- <button nz-button *ngIf="resourceStatus===1 || !resourceStatus"
|
||||||
|
|||||||
@ -402,11 +402,11 @@ export class CancellationInvoiceComponent implements OnInit {
|
|||||||
iif: item => item.sts != '3',
|
iif: item => item.sts != '3',
|
||||||
click: item => this.requestedAction(item)
|
click: item => this.requestedAction(item)
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
text: '推送开票<br>',
|
// text: '推送开票<br>',
|
||||||
iif: item => item.sts === '1',
|
// iif: item => item.sts === '1',
|
||||||
click: item => this.pushInvoiceAction(item)
|
// click: item => this.pushInvoiceAction(item)
|
||||||
}
|
// }
|
||||||
// {
|
// {
|
||||||
// text: '作废发票',
|
// text: '作废发票',
|
||||||
// iif: item => item.sts === '3',
|
// iif: item => item.sts === '3',
|
||||||
|
|||||||
@ -102,7 +102,7 @@
|
|||||||
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 开票金额总计 <strong
|
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 开票金额总计 <strong
|
||||||
class="text-red">{{
|
class="text-red">{{
|
||||||
totalCallNo |currency }}</strong>
|
totalCallNo |currency }}</strong>
|
||||||
<a *ngIf="selectedRows.length > 0" (click)="st.clearCheck()" class="ml-lg">清空</a>
|
<a *ngIf="selectedRows.length > 0" (click)="st.clearCheck();totalCallNo='0'" class="ml-lg">清空</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
已选择
|
已选择
|
||||||
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 开票金额总计
|
<strong class="text-red">{{ selectedRows.length }}</strong> 条数据 开票金额总计
|
||||||
<strong class="text-red">{{ totalCallNo }}</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>
|
</div>
|
||||||
<button nz-button *ngIf="resourceStatus==='1' || !resourceStatus" (click)="this.batchRequested()">批量受理</button>
|
<button nz-button *ngIf="resourceStatus==='1' || !resourceStatus" (click)="this.batchRequested()">批量受理</button>
|
||||||
<button nz-button *ngIf="resourceStatus==='1' || !resourceStatus"
|
<button nz-button *ngIf="resourceStatus==='1' || !resourceStatus"
|
||||||
|
|||||||
Reference in New Issue
Block a user