diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.html b/src/app/routes/financial-management/components/cost-management/cost-management.component.html index 5d5c0d98..f100323f 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.html +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.html @@ -1,51 +1,95 @@ - - + + -
-
- -
-
- - - - - -
+
+
+
+
+ + + + + +
+
-
-
- - - -
+
+
+ + +
- - +
+ + + {{ item.armoeny | currency}} + + + {{ item.hrmoney | currency}} + + + {{ item.hrpaymoney | currency}} + + + {{ item.hrvatmoney | currency}} + + -
-
- - - -
+
+
+ + +
- \ No newline at end of file +
+ diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts index 3032311c..24309484 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts @@ -248,22 +248,22 @@ export class CostManagementComponent implements OnInit { private initST(): STColumn[] { return [ - { title: '费用单号', index: 'feecode', width: 120 }, - { title: '网络货运人', index: 'ltdId', width: 120 }, - { title: '订单号', index: 'billHId', width: 120 }, - { title: '运单号', index: 'waybillHId', width: 120 }, - { title: '费用日期', index: 'feedate', width: 150 }, - { title: '费用类型', index: 'feetypeLabel', width: 100 }, - { title: '应付核销', index: 'ishrhx', width: 100, type: 'enum', enum: { 0: '否', 1: '是' } }, - { title: '结算客户', index: 'cno', width: 100 }, - { title: '应收对象', index: 'artoname', width: 100 }, - { title: '应付对象', index: 'hrtoname', width: 100 }, - { title: '应收金额', index: 'armoeny', width: 100 }, - { title: '应付金额', index: 'hrmoney', width: 100 }, - { title: '收/付款金额', index: 'hrpaymoney', width: 120 }, - { title: '开/收票金额', index: 'hrvatmoney', width: 120 }, - { title: '创建时间', index: 'auditTime', type: 'date', width: 150 }, - { title: '状态', index: 'stsLabel', width: 90 }, + { title: '费用单号', fixed: 'left', index: 'feecode', width: 200 ,className: 'text-left',}, + { title: '网络货运人', index: 'ltdId', width: 200 ,className: 'text-left',}, + { title: '订单号', index: 'billHId', width: 200,className: 'text-left', }, + { title: '运单号', index: 'waybillHId', width: 200 ,className: 'text-left',}, + { title: '费用日期', index: 'feedate', width: 200 ,className: 'text-left',}, + { title: '费用类型', index: 'feetypeLabel', width: 150,className: 'text-left', }, + { title: '应付核销', index: 'ishrhx', width: 200, type: 'enum', enum: { 0: '否', 1: '是' } ,className: 'text-left',}, + { title: '结算客户', index: 'cno', width: 200 ,className: 'text-left',}, + { title: '应收对象', index: 'artoname', width: 200 ,className: 'text-left',}, + { title: '应付对象', index: 'hrtoname', width: 200 ,className: 'text-left',}, + { title: '应收金额', render: 'armoeny', width: 100 ,className: 'text-left',}, + { title: '应付金额', render: 'hrmoney', width: 100 ,className: 'text-left',}, + { title: '收/付款金额', render: 'hrpaymoney', width: 120 ,className: 'text-left',}, + { title: '开/收票金额', render: 'hrvatmoney', width: 120 ,className: 'text-left',}, + { title: '创建时间', index: 'auditTime', type: 'date', width: 200 ,className: 'text-left',}, + { title: '状态', index: 'stsLabel', width: 90 ,className: 'text-left',}, { title: '操作', fixed: 'right',