|
@@ -266,21 +266,19 @@ export const orderSearchForm: Partial<FormProps> = {
|
|
|
},
|
|
|
schemas: [
|
|
|
{
|
|
|
- field: 'ctivated',
|
|
|
- label: '下单时间',
|
|
|
- component: 'RangePicker',
|
|
|
+ field: 'orderSn',
|
|
|
+ label: '订单号',
|
|
|
+ component: 'Input',
|
|
|
componentProps: {
|
|
|
maxLength: 100,
|
|
|
- format: 'YYYY-MM-DD',
|
|
|
- valueFormat:'YYYY-MM-DD',
|
|
|
},
|
|
|
colProps: {
|
|
|
xl: 7,
|
|
|
xxl: 7,
|
|
|
},
|
|
|
},{
|
|
|
- field: 'orderSn',
|
|
|
- label: '订单号',
|
|
|
+ field: 'tradeNum',
|
|
|
+ label: '交易号',
|
|
|
component: 'Input',
|
|
|
componentProps: {
|
|
|
maxLength: 100,
|
|
@@ -290,17 +288,19 @@ export const orderSearchForm: Partial<FormProps> = {
|
|
|
xxl: 7,
|
|
|
},
|
|
|
},{
|
|
|
- field: 'tradeNum',
|
|
|
- label: '交易号',
|
|
|
- component: 'Input',
|
|
|
+ field: 'ctivated',
|
|
|
+ label: '下单时间',
|
|
|
+ component: 'RangePicker',
|
|
|
componentProps: {
|
|
|
maxLength: 100,
|
|
|
+ format: 'YYYY-MM-DD',
|
|
|
+ valueFormat:'YYYY-MM-DD',
|
|
|
},
|
|
|
colProps: {
|
|
|
xl: 7,
|
|
|
xxl: 7,
|
|
|
},
|
|
|
- },
|
|
|
+ }
|
|
|
],
|
|
|
};
|
|
|
//下载订单
|