edit
This commit is contained in:
		| @ -256,7 +256,7 @@ export class CancellationInvoiceComponent implements OnInit { | ||||
|             hidden: true | ||||
|           } | ||||
|         }, | ||||
|         vatappHId: { | ||||
|         vatappHCode: { | ||||
|           type: 'string', | ||||
|           title: '申请编号', | ||||
|           ui: { | ||||
| @ -330,18 +330,18 @@ export class CancellationInvoiceComponent implements OnInit { | ||||
|   private initST(): STColumn[] { | ||||
|     return [ | ||||
|       { title: '', index: 'key', type: 'checkbox', fixed: 'left', width: 50, className: 'text-center' }, | ||||
|       { title: '分票编号', render: 'vatinvcode', width: 200 }, | ||||
|       { title: '分票编号', render: 'vatinvcode', width: 220 }, | ||||
|       { | ||||
|         title: '申请编号', | ||||
|         index: 'vatappHCode', | ||||
|         width: 150, | ||||
|         width: 220, | ||||
|         type: 'link', | ||||
|         click: item => this.router.navigate(['/ticket/invoice-requested/detail/' + item?.vatappHId]) | ||||
|       }, | ||||
|       { title: '申请时间', index: 'createTime', type: 'date', width: 150 }, | ||||
|       { title: '发票类型', index: 'vatapptypeLabel',  width: 150 }, | ||||
|       { title: '网络货运人', index: 'ltdName', width: 160 }, | ||||
|       { title: '购买人', index: 'artoname', width: 160 }, | ||||
|       { title: '网络货运人', index: 'ltdName', width: 220 }, | ||||
|       { title: '购买人', index: 'artoname', width: 220 }, | ||||
|       { title: '订单数', index: 'ordlines', width: 90, className: 'text-right' }, | ||||
|       { | ||||
|         title: '价税合计', | ||||
| @ -376,7 +376,7 @@ export class CancellationInvoiceComponent implements OnInit { | ||||
|       }, | ||||
|       { title: '服务名称', index: 'vatname', width: 120 }, | ||||
|       { title: '销货清单', index: 'isdetail', width: 120, type: 'enum', enum: { 1: '是', 0: '否' }, className: 'text-center' }, | ||||
|       { title: '票面备注', index: 'remarks', width: 250 }, | ||||
|       { title: '票面备注', index: 'remarks', width: 300 }, | ||||
|       { title: '其他要求', index: 'otherremarks', width: 100 }, | ||||
|       { | ||||
|         title: '操作', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user