This commit is contained in:
Taric Xin
2022-02-16 17:15:27 +08:00
parent 7d1c0d754e
commit 888103ed65
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
{{ costInfo?.arkpmoney }} {{ costInfo?.arkpmoney }}
</se> </se>
<se label="收款金额" required> <se label="收款金额" required>
{{ costInfo?.arbrmmoney }} {{ costInfo?.armoeny }}
</se> </se>
</se-container> </se-container>
<se-container col="3" labelWidth="100" *ngIf="textStatus" class="mt-md"> <se-container col="3" labelWidth="100" *ngIf="textStatus" class="mt-md">

View File

@ -59,13 +59,13 @@ export class CostManagementDetailComponent implements OnInit {
], ],
requested: [ requested: [
{ title: '序号', render: 'no', width: 70, className: 'text-left' }, { title: '序号', render: 'no', width: 70, className: 'text-left' },
{ title: '费用明细号', index: 'feeHId', className: 'text-left', width: 200 }, { title: '费用明细号', index: 'feeLId', className: 'text-left', width: 200 },
{ title: '发票申请', index: 'vatappcode', className: 'text-left', width: 200 }, { title: '发票申请', index: 'vatinvcode', className: 'text-left', width: 200 },
{ title: '发票类型', index: 'vatapptype', className: 'text-left', width: 200 }, { title: '发票类型', index: 'vatapptype', className: 'text-left', width: 200 },
{ title: '发票号', index: 'vatappcode', className: 'text-left', width: 200 }, { title: '发票号', index: 'vatappcode', className: 'text-left', width: 200 },
{ title: '发票日期', index: 'vatappdate', className: 'text-left', width: 200 }, { title: '发票日期', index: 'vatappdate', className: 'text-left', width: 200 },
{ title: '发票状态', index: 'sts', className: 'text-left', width: 200 }, { title: '发票状态', index: 'stsLabel', className: 'text-left', width: 200 },
{ title: '应收金额', render: 'vatnotax', className: 'text-left', width: 200 }, { title: '应收金额', render: 'armoney', className: 'text-left', width: 200 },
{ title: '开票金额', render: 'vatmoney', className: 'text-left', width: 200 } { title: '开票金额', render: 'vatmoney', className: 'text-left', width: 200 }
], ],
collection: [ collection: [