|
@@ -184,22 +184,22 @@ export const saleInquiryFormShipColumns: JVxeColumn[] = [
|
|
|
},
|
|
|
]
|
|
|
export const saleInquiryFormProductColumns: JVxeColumn[] = [
|
|
|
- {
|
|
|
- title: '产品分类(product class)',
|
|
|
- key: 'productClass',
|
|
|
- type: JVxeTypes.normal,
|
|
|
- placeholder: '请输入${title}',
|
|
|
- width:"200px",
|
|
|
- defaultValue:'',
|
|
|
- },
|
|
|
- {
|
|
|
- title: '产品编码(product code)',
|
|
|
- key: 'productCode',
|
|
|
- type: JVxeTypes.normal,
|
|
|
- placeholder: '请输入${title}',
|
|
|
- width:"200px",
|
|
|
- defaultValue:'',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '产品分类(product class)',
|
|
|
+ // key: 'productClass',
|
|
|
+ // type: JVxeTypes.normal,
|
|
|
+ // placeholder: '请输入${title}',
|
|
|
+ // width:"200px",
|
|
|
+ // defaultValue:'',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: '产品编码(product code)',
|
|
|
+ // key: 'productCode',
|
|
|
+ // type: JVxeTypes.normal,
|
|
|
+ // placeholder: '请输入${title}',
|
|
|
+ // width:"200px",
|
|
|
+ // defaultValue:'',
|
|
|
+ // },
|
|
|
{
|
|
|
title: '产品中文名(chinese name)',
|
|
|
key: 'chineseName',
|
|
@@ -207,6 +207,7 @@ export const saleInquiryFormProductColumns: JVxeColumn[] = [
|
|
|
placeholder: '请输入${title}',
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
|
+ fixed: 'left',
|
|
|
},
|
|
|
{
|
|
|
title: '产品英文名(english name)',
|
|
@@ -216,14 +217,7 @@ export const saleInquiryFormProductColumns: JVxeColumn[] = [
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
- {
|
|
|
- title: '型号(model)',
|
|
|
- key: 'model',
|
|
|
- type: JVxeTypes.normal,
|
|
|
- placeholder: '请输入${title}',
|
|
|
- width:"200px",
|
|
|
- defaultValue:'',
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title: '备件号(partno)',
|
|
|
key: 'partno',
|
|
@@ -311,6 +305,14 @@ export const saleInquiryFormProductColumns: JVxeColumn[] = [
|
|
|
placeholder: '请输入${title}',
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '型号(model)',
|
|
|
+ key: 'model',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ width:"200px",
|
|
|
+ defaultValue:'',
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作(operation)',
|
|
|
key: 'action',
|