|
@@ -144,53 +144,61 @@ export default {
|
|
dataIndex: 'salesman',
|
|
dataIndex: 'salesman',
|
|
width: 120,
|
|
width: 120,
|
|
// fixed: 'left',
|
|
// fixed: 'left',
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '计划单号',
|
|
title: '计划单号',
|
|
dataIndex: 'planLotNumber',
|
|
dataIndex: 'planLotNumber',
|
|
width: 160,
|
|
width: 160,
|
|
// fixed: 'left',
|
|
// fixed: 'left',
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '款号/Kimball',
|
|
title: '款号/Kimball',
|
|
dataIndex: 'itemNumber',
|
|
dataIndex: 'itemNumber',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '缸号/Batch no.',
|
|
title: '缸号/Batch no.',
|
|
dataIndex: 'dyelotNumber',
|
|
dataIndex: 'dyelotNumber',
|
|
// scopedSlots: { customRender: 'dyelotNumber' },
|
|
// scopedSlots: { customRender: 'dyelotNumber' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '颜色/Color',
|
|
title: '颜色/Color',
|
|
dataIndex: 'colour',
|
|
dataIndex: 'colour',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
title: '项目/Item(存货编码)',
|
|
title: '项目/Item(存货编码)',
|
|
dataIndex: 'inventoryCode',
|
|
dataIndex: 'inventoryCode',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '存货名称(辅料名称)',
|
|
title: '存货名称(辅料名称)',
|
|
dataIndex: 'inventoryName',
|
|
dataIndex: 'inventoryName',
|
|
width: 160,
|
|
width: 160,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
title: '报关品名',
|
|
title: '报关品名',
|
|
dataIndex: 'declarationName',
|
|
dataIndex: 'declarationName',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
@@ -198,7 +206,8 @@ export default {
|
|
dataIndex: 'composition',
|
|
dataIndex: 'composition',
|
|
// scopedSlots: { customRender: 'composition' },
|
|
// scopedSlots: { customRender: 'composition' },
|
|
width: 150,
|
|
width: 150,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
@@ -206,28 +215,32 @@ export default {
|
|
dataIndex: 'width',
|
|
dataIndex: 'width',
|
|
// scopedSlots: { customRender: 'width' },
|
|
// scopedSlots: { customRender: 'width' },
|
|
width: 140,
|
|
width: 140,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '匹数/Rolls',
|
|
title: '匹数/Rolls',
|
|
dataIndex: 'rolls',
|
|
dataIndex: 'rolls',
|
|
// scopedSlots: { customRender: 'rolls' },
|
|
// scopedSlots: { customRender: 'rolls' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '毛重/GW/kg',
|
|
title: '毛重/GW/kg',
|
|
dataIndex: 'grossWeight',
|
|
dataIndex: 'grossWeight',
|
|
// scopedSlots: { customRender: 'grossWeight' },
|
|
// scopedSlots: { customRender: 'grossWeight' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '净重/NW/kg',
|
|
title: '净重/NW/kg',
|
|
// scopedSlots: { customRender: 'netWeight' },
|
|
// scopedSlots: { customRender: 'netWeight' },
|
|
dataIndex: 'netWeight',
|
|
dataIndex: 'netWeight',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
@@ -235,20 +248,23 @@ export default {
|
|
dataIndex: 'afterHeavy',
|
|
dataIndex: 'afterHeavy',
|
|
// scopedSlots: { customRender: 'afterHeavy' },
|
|
// scopedSlots: { customRender: 'afterHeavy' },
|
|
width: 90,
|
|
width: 90,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '拷布重',
|
|
title: '拷布重',
|
|
dataIndex: 'kaoClothWeight',
|
|
dataIndex: 'kaoClothWeight',
|
|
// scopedSlots: { customRender: 'kaoClothWeight' },
|
|
// scopedSlots: { customRender: 'kaoClothWeight' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '米数/Length/m',
|
|
title: '米数/Length/m',
|
|
dataIndex: 'meter',
|
|
dataIndex: 'meter',
|
|
width: 130,
|
|
width: 130,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
// title: '价格',
|
|
// title: '价格',
|
|
@@ -260,108 +276,124 @@ export default {
|
|
title: '克重/G',
|
|
title: '克重/G',
|
|
dataIndex: 'gramWeight',
|
|
dataIndex: 'gramWeight',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '供应商编码(染厂)',
|
|
title: '供应商编码(染厂)',
|
|
dataIndex: 'supplierCodeDyeingPlant',
|
|
dataIndex: 'supplierCodeDyeingPlant',
|
|
// scopedSlots: { customRender: 'supplierCodeDyeingPlant' },
|
|
// scopedSlots: { customRender: 'supplierCodeDyeingPlant' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '供应商(染厂)',
|
|
title: '供应商(染厂)',
|
|
dataIndex: 'supplierDyeingPlant',
|
|
dataIndex: 'supplierDyeingPlant',
|
|
// scopedSlots: { customRender: 'supplierDyeingPlant' },
|
|
// scopedSlots: { customRender: 'supplierDyeingPlant' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '供应商编码(印厂)',
|
|
title: '供应商编码(印厂)',
|
|
// scopedSlots: { customRender: 'supplierCodePrintingPlant' },
|
|
// scopedSlots: { customRender: 'supplierCodePrintingPlant' },
|
|
dataIndex: 'supplierCodePrintingPlant',
|
|
dataIndex: 'supplierCodePrintingPlant',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '供应商(印厂)',
|
|
title: '供应商(印厂)',
|
|
dataIndex: 'supplierPrintingPlant',
|
|
dataIndex: 'supplierPrintingPlant',
|
|
// scopedSlots: { customRender: 'supplierPrintingPlant' },
|
|
// scopedSlots: { customRender: 'supplierPrintingPlant' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '包装方式',
|
|
title: '包装方式',
|
|
dataIndex: 'mannerOfPacking',
|
|
dataIndex: 'mannerOfPacking',
|
|
// scopedSlots: { customRender: 'mannerOfPacking' },
|
|
// scopedSlots: { customRender: 'mannerOfPacking' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '处理方式',
|
|
title: '处理方式',
|
|
// scopedSlots: { customRender: 'treatmentMethod' },
|
|
// scopedSlots: { customRender: 'treatmentMethod' },
|
|
dataIndex: 'treatmentMethod',
|
|
dataIndex: 'treatmentMethod',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '是否手册纱',
|
|
title: '是否手册纱',
|
|
dataIndex: 'manualYarnFlag',
|
|
dataIndex: 'manualYarnFlag',
|
|
// scopedSlots: { customRender: 'manualYarnFlag' },
|
|
// scopedSlots: { customRender: 'manualYarnFlag' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '手册纱单价',
|
|
title: '手册纱单价',
|
|
dataIndex: 'manualYarnUnitPrice',
|
|
dataIndex: 'manualYarnUnitPrice',
|
|
// scopedSlots: { customRender: 'manualYarnUnitPrice' },
|
|
// scopedSlots: { customRender: 'manualYarnUnitPrice' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '手册纱占比%',
|
|
title: '手册纱占比%',
|
|
dataIndex: 'manualYarnProportion',
|
|
dataIndex: 'manualYarnProportion',
|
|
// scopedSlots: { customRender: 'manualYarnProportion' },
|
|
// scopedSlots: { customRender: 'manualYarnProportion' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '柜号',
|
|
title: '柜号',
|
|
dataIndex: 'containerNumber',
|
|
dataIndex: 'containerNumber',
|
|
// scopedSlots: { customRender: 'containerNumber' },
|
|
// scopedSlots: { customRender: 'containerNumber' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|
|
title: '规格型号',
|
|
title: '规格型号',
|
|
dataIndex: 'specificationAndModel',
|
|
dataIndex: 'specificationAndModel',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '实际报关数量',
|
|
title: '实际报关数量',
|
|
dataIndex: 'actualDeclaredQuantity',
|
|
dataIndex: 'actualDeclaredQuantity',
|
|
// scopedSlots: { customRender: 'actualDeclaredQuantity' },
|
|
// scopedSlots: { customRender: 'actualDeclaredQuantity' },
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '超发',
|
|
title: '超发',
|
|
dataIndex: 'excessQuantity',
|
|
dataIndex: 'excessQuantity',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '单位',
|
|
title: '单位',
|
|
dataIndex: 'masterMetering',
|
|
dataIndex: 'masterMetering',
|
|
width: 120,
|
|
width: 120,
|
|
- className: 'replacecolor'
|
|
|
|
|
|
+ className: 'replacecolor',
|
|
|
|
+ ellipsis: true,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '备注(U8)',
|
|
title: '备注(U8)',
|
|
dataIndex: 'remarks2',
|
|
dataIndex: 'remarks2',
|
|
width: 160,
|
|
width: 160,
|
|
|
|
+ ellipsis: true,
|
|
// fixed: 'right',
|
|
// fixed: 'right',
|
|
// scopedSlots: { customRender: 'remarks2' },
|
|
// scopedSlots: { customRender: 'remarks2' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|