feat:续费增加关联订单

This commit is contained in:
yangqingyuan
2024-09-15 17:34:01 +08:00
parent 9f2f85ae18
commit 6f114eca50
2 changed files with 9 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ export interface OrderPay {
userId?: any; userId?: any;
equipmentCode: string; equipmentCode: string;
merchantName?:string; merchantName?:string;
//关联订单(即内部订单)
rentOrderNo?:string;
} }

View File

@@ -103,6 +103,12 @@
key: 'orderNo', key: 'orderNo',
sorter: true sorter: true
}, },
{
title: '关联订单号',
dataIndex: 'rentOrderNo',
key: 'rentOrderNo',
sorter: true
},
{ {
title: '电池型号', title: '电池型号',
dataIndex: 'batteryModel', dataIndex: 'batteryModel',