|
@@ -201,26 +201,27 @@ export const saleInquiryFormProductColumns: JVxeColumn[] = [
|
|
|
// defaultValue:'',
|
|
|
// },
|
|
|
{
|
|
|
- title: '产品中文名(chinese name)',
|
|
|
- key: 'chineseName',
|
|
|
+ title: '产品英文名(english name)',
|
|
|
+ key: 'englishName',
|
|
|
type: JVxeTypes.normal,
|
|
|
placeholder: '请输入${title}',
|
|
|
width:"200px",
|
|
|
- defaultValue:'',
|
|
|
fixed: 'left',
|
|
|
+ defaultValue:'',
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- title: '产品英文名(english name)',
|
|
|
- key: 'englishName',
|
|
|
+ title: '备件号(partno)',
|
|
|
+ key: 'partno',
|
|
|
type: JVxeTypes.normal,
|
|
|
placeholder: '请输入${title}',
|
|
|
+ fixed: 'left',
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
- title: '备件号(partno)',
|
|
|
- key: 'partno',
|
|
|
+ title: '产品中文名(chinese name)',
|
|
|
+ key: 'chineseName',
|
|
|
type: JVxeTypes.normal,
|
|
|
placeholder: '请输入${title}',
|
|
|
width:"200px",
|