|
@@ -144,13 +144,13 @@
|
|
|
align:"center",
|
|
|
width:200
|
|
|
},
|
|
|
- {
|
|
|
- title: '询价客户(inquiry customer)',
|
|
|
- key: 'inquiryCustomer',
|
|
|
- dataIndex: 'inquiryCustomer_dictText',
|
|
|
- align:"center",
|
|
|
- ellipsis: true,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '询价客户(inquiry customer)',
|
|
|
+ // key: 'inquiryCustomer',
|
|
|
+ // dataIndex: 'inquiryCustomer_dictText',
|
|
|
+ // align:"center",
|
|
|
+ // ellipsis: true,
|
|
|
+ // },
|
|
|
{
|
|
|
title: '询价有效期(inquiry period)',
|
|
|
align:"center",
|
|
@@ -201,47 +201,48 @@
|
|
|
key: 'englishName',
|
|
|
dataIndex: 'englishName',
|
|
|
align:"center",
|
|
|
+ ellipsis: true,
|
|
|
width:250
|
|
|
},
|
|
|
{
|
|
|
title: '型号(child model)',
|
|
|
- key: 'childModel;',
|
|
|
- dataIndex: 'childModel;',
|
|
|
+ key: 'childModel',
|
|
|
+ dataIndex: 'childModel',
|
|
|
align:"center",
|
|
|
width:250
|
|
|
},
|
|
|
{
|
|
|
title: '厂家(factory)',
|
|
|
- key: 'factory;',
|
|
|
- dataIndex: 'factory;',
|
|
|
+ key: 'factory',
|
|
|
+ dataIndex: 'factory',
|
|
|
align:"center",
|
|
|
width:250
|
|
|
},
|
|
|
{
|
|
|
title: '质量等级(quality grade)',
|
|
|
- key: 'qualityGrade;',
|
|
|
- dataIndex: 'qualityGrade;',
|
|
|
+ key: 'qualityGrade',
|
|
|
+ dataIndex: 'qualityGrade',
|
|
|
align:"center",
|
|
|
width:250
|
|
|
},
|
|
|
{
|
|
|
- title: '数量(quality)',
|
|
|
- key: 'quantity;',
|
|
|
- dataIndex: 'quantity;',
|
|
|
+ title: '数量(quantity)',
|
|
|
+ key: 'quantity',
|
|
|
+ dataIndex: 'quantity',
|
|
|
align:"center",
|
|
|
width:250
|
|
|
},
|
|
|
{
|
|
|
title: '单位(unit)',
|
|
|
- key: 'unit;',
|
|
|
- dataIndex: 'unit;',
|
|
|
+ key: 'unit',
|
|
|
+ dataIndex: 'unit',
|
|
|
align:"center",
|
|
|
width:250
|
|
|
},
|
|
|
{
|
|
|
title: '备注(notes)',
|
|
|
- key: 'notes;',
|
|
|
- dataIndex: 'notes;',
|
|
|
+ key: 'notes',
|
|
|
+ dataIndex: 'notes',
|
|
|
align:"center",
|
|
|
width:250
|
|
|
},
|