edit
This commit is contained in:
@ -212,7 +212,7 @@ export class InvoiceRequestedComponent {
|
||||
label: '手工处理',
|
||||
onClick: () => {
|
||||
const params = {
|
||||
ficoVatappBillVOList: this.selectedRows.map(item => {
|
||||
ficoVatappHVOList: this.selectedRows.map(item => {
|
||||
const i = Object.assign({}, { ...item });
|
||||
delete i._values;
|
||||
delete i._rowClassName;
|
||||
@ -236,7 +236,7 @@ export class InvoiceRequestedComponent {
|
||||
label: '自动开票',
|
||||
onClick: () => {
|
||||
const params = {
|
||||
ficoVatappBillVOList: this.selectedRows.map(item => {
|
||||
ficoVatappHVOList: this.selectedRows.map(item => {
|
||||
const i = Object.assign({}, { ...item });
|
||||
delete i._values;
|
||||
delete i._rowClassName;
|
||||
|
||||
@ -186,6 +186,7 @@ export class VehicleComponentsAuditComponent implements OnInit {
|
||||
}
|
||||
},
|
||||
{ title: '申请时间', width: '180px', className: 'text-center', index: 'createTime' },
|
||||
{ title: '审核通过时间', width: '180px', className: 'text-center', index: 'approvalPassTime' },
|
||||
{
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
|
||||
Reference in New Issue
Block a user