|
@@ -36,7 +36,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '关联客户(relate customer)',
|
|
|
align: 'center',
|
|
|
- dataIndex: 'relateCustomer_dictText',
|
|
|
+ dataIndex: 'relateCustomer',
|
|
|
},
|
|
|
];
|
|
|
//查询数据
|
|
@@ -170,12 +170,22 @@ export const formSchema: FormSchema[] = [
|
|
|
{
|
|
|
label: '船类型(ship type)',
|
|
|
field: 'shipType',
|
|
|
- component: 'Input',
|
|
|
+ component: 'JDictSelectTag',
|
|
|
+ componentProps: {
|
|
|
+ dictCode: 'ship_type',
|
|
|
+ showSearch: true,
|
|
|
+ getPopupContainer: (node) => document.body,
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '船厂(ship factory)',
|
|
|
field: 'shipFactory',
|
|
|
- component: 'Input',
|
|
|
+ component: 'JDictSelectTag',
|
|
|
+ componentProps: {
|
|
|
+ dictCode: 'ship_factory',
|
|
|
+ showSearch: true,
|
|
|
+ getPopupContainer: (node) => document.body,
|
|
|
+ },
|
|
|
},
|
|
|
{
|
|
|
label: '造船日期(ship date)',
|