车辆接口更新
This commit is contained in:
@ -46,9 +46,9 @@
|
||||
<a *ngIf="totalCallNo > 0" (click)="st.clearCheck()" class="ml-lg">清空</a>
|
||||
</div>
|
||||
<button nz-button (click)="this.batchRequested()">开票</button>
|
||||
<button nz-button (click)="this.rejectAction(selectedRows)">驳回</button>
|
||||
<!-- <button nz-button (click)="this.rejectAction(selectedRows)">驳回</button>
|
||||
<button nz-button (click)="changePice(selectedRows)">修改地址</button>
|
||||
<button nz-button (click)="printOrder(selectedRows)">打印面单</button>
|
||||
<button nz-button (click)="printOrder(selectedRows)">打印面单</button> -->
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
|
||||
@ -415,13 +415,13 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
buttons: [
|
||||
{ type: 'divider' },
|
||||
{
|
||||
text: '开票',
|
||||
text: '开票<br/>',
|
||||
click: item => this.requestedInvoiceAction(item)
|
||||
},
|
||||
{
|
||||
text: '驳回<br/>',
|
||||
click: item => this.rejectAction([item])
|
||||
},
|
||||
// {
|
||||
// text: '驳回<br/>',
|
||||
// click: item => this.rejectAction([item])
|
||||
// },
|
||||
{
|
||||
text: '订单明细<br/>',
|
||||
click: item => this.router.navigate(['/ticket/invoice-requested/detail/' + item?.id])
|
||||
@ -430,10 +430,10 @@ export class InvoiceRequestedComponent implements OnInit {
|
||||
text: '查看原因<br/>',
|
||||
click: item => this.showReason(item)
|
||||
},
|
||||
{
|
||||
text: '下载对账单'
|
||||
// click: item => this.rejectAction(item)
|
||||
}
|
||||
// {
|
||||
// text: '下载对账单'
|
||||
// // click: item => this.rejectAction(item)
|
||||
// }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user