已选择
{{ selectedRows.length }} 张单
diff --git a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts
index 32b03295..2fc3b452 100644
--- a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts
+++ b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts
@@ -235,15 +235,15 @@ export class PaymentOrderComponent implements OnInit {
width: 120,
type: 'widget',
className: 'text-right',
- widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.paymoney }) }
+ widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.payMoney }) }
},
- { title: '付款类型', index: 'payTypeLabel', width: 130 },
+ { title: '付款类型', index: 'payType', width: 130 },
{ title: '付款方式', index: 'payModeLabel', width: 130 },
{ title: '结算客户', index: 'shipperId', width: 160 },
{ title: '收款人', index: 'hrToName', width: 150 },
{ title: '应付已核销', index: 'callNo', width: 150 },
- { title: '确认日期', index: 'payDate2', type: 'date', className: 'text-center', width: 150 },
- { title: '创建时间', index: 'createTime', type: 'date', className: 'text-center', width: 150 },
+ { title: '确认日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
+ { title: '创建时间', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
{ title: '创建人', index: 'createUserId', width: 160 },
{ title: '付款备注', index: 'payRemarks', width: 200 },
{
@@ -256,9 +256,9 @@ export class PaymentOrderComponent implements OnInit {
text: '浏览',
click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id])
},
- {
- text: '修改',
- }
+ // {
+ // text: '修改',
+ // }
]
}
];
diff --git a/src/app/routes/financial-management/components/receipt-order/receipt-order-detail/receipt-order-detail.component.html b/src/app/routes/financial-management/components/receipt-order/receipt-order-detail/receipt-order-detail.component.html
index 923e7ea7..c0b073c7 100644
--- a/src/app/routes/financial-management/components/receipt-order/receipt-order-detail/receipt-order-detail.component.html
+++ b/src/app/routes/financial-management/components/receipt-order/receipt-order-detail/receipt-order-detail.component.html
@@ -59,7 +59,7 @@
-
+
-
-
+