feat:续费增加关联订单
This commit is contained in:
@@ -110,6 +110,9 @@ export interface OrderPay {
|
|||||||
userId?: any;
|
userId?: any;
|
||||||
equipmentCode: string;
|
equipmentCode: string;
|
||||||
merchantName?:string;
|
merchantName?:string;
|
||||||
|
|
||||||
|
//关联订单(即内部订单)
|
||||||
|
rentOrderNo?:string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user