diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts index fb2892fa..755722b4 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts @@ -142,10 +142,10 @@ export class ReceivableOrderDetailComponent implements OnInit { { title: '序号', render: 'no', width: 80 }, { title: '费用号', index: 'feeLId', width: 100 }, { title: '费用日期', index: 'feedate', type: 'date', width: 150 }, - { title: '订单号', index: 'billHId', width: 100 }, + { title: '订单号', index: 'billHCode', width: 100 }, // { title: '订单日期', index: 'billTime', width: 150 }, // { title: '费用类型', index: 'cnoName', width: 90 }, - { title: '订单费用科目', index: 'feeSubId', width: 100 }, + // { title: '订单费用科目', index: 'feeSubId', width: 100 }, { title: '费用科目', index: 'feeSubId', width: 140 }, { title: '结算客户', index: 'cno', width: 100 }, {