|
@@ -142,6 +142,24 @@ export const saleQuotationFormShipColumns: JVxeColumn[] = [
|
|
|
},
|
|
|
]
|
|
|
export const saleQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
+ {
|
|
|
+ title: '产品英文名(english name)',
|
|
|
+ key: 'englishName',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ width:"200px",
|
|
|
+ defaultValue:'',
|
|
|
+ fixed: 'left',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备件号(partno)',
|
|
|
+ key: 'partno',
|
|
|
+ type: JVxeTypes.normal,
|
|
|
+ placeholder: '请输入${title}',
|
|
|
+ width:"200px",
|
|
|
+ defaultValue:'',
|
|
|
+ fixed: 'left',
|
|
|
+ },
|
|
|
{
|
|
|
title: '交期(delivery time)',
|
|
|
key: 'deliveryDayChild',
|
|
@@ -174,14 +192,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
- {
|
|
|
- title: '产品英文名(english name)',
|
|
|
- key: 'englishName',
|
|
|
- type: JVxeTypes.normal,
|
|
|
- placeholder: '请输入${title}',
|
|
|
- width:"200px",
|
|
|
- defaultValue:'',
|
|
|
- },
|
|
|
+
|
|
|
// {
|
|
|
// title: '规格(specifications)',
|
|
|
// key: 'specifications',
|
|
@@ -198,14 +209,6 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
|
|
|
width:"200px",
|
|
|
defaultValue:'',
|
|
|
},
|
|
|
- {
|
|
|
- title: '备件号(partno)',
|
|
|
- key: 'partno',
|
|
|
- type: JVxeTypes.normal,
|
|
|
- placeholder: '请输入${title}',
|
|
|
- width:"200px",
|
|
|
- defaultValue:'',
|
|
|
- },
|
|
|
{
|
|
|
title: '订货号(orderno)',
|
|
|
key: 'orderno',
|