|
|
@@ -162,69 +162,88 @@
|
|
|
|
|
|
{
|
|
|
label: '物品名称',
|
|
|
- prop: 'categoryName'
|
|
|
+ prop: 'categoryName',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
label: '物品分类名称',
|
|
|
- prop: 'categoryLevelName'
|
|
|
+ prop: 'categoryLevelName',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '批次号',
|
|
|
- prop: 'batchNo'
|
|
|
+ prop: 'batchNo',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
label: '牌号',
|
|
|
- prop: 'brandNum'
|
|
|
+ prop: 'brandNum',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '型号',
|
|
|
- prop: 'modelType'
|
|
|
+ prop: 'modelType',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '包装数量',
|
|
|
- prop: 'packingCount'
|
|
|
+ prop: 'packingCount',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '包装单位',
|
|
|
- prop: 'packingUnit'
|
|
|
+ prop: 'packingUnit',
|
|
|
+ showOverflowTooltip: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '包装编码',
|
|
|
+ prop: 'packingCode',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '本包重量',
|
|
|
- slot: 'packingWeight'
|
|
|
+ slot: 'packingWeight',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '包装内总数量',
|
|
|
slot: 'quantity',
|
|
|
- prop: 'quantity'
|
|
|
+ prop: 'quantity',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '序列号',
|
|
|
slot: 'productSequence',
|
|
|
- prop: 'productSequence'
|
|
|
+ prop: 'productSequence',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
label: '物料代号',
|
|
|
- slot: 'materielCode'
|
|
|
+ slot: 'materielCode',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
label: '客户代号',
|
|
|
- slot: 'clientCode'
|
|
|
+ slot: 'clientCode',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
label: '刻码',
|
|
|
- slot: 'engrave'
|
|
|
+ slot: 'engrave',
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
|
|
|
|
{
|
|
|
label: '发货码',
|
|
|
- prop: 'sendCode'
|
|
|
+ prop: 'sendCode',
|
|
|
+ showOverflowTooltip: true
|
|
|
}
|
|
|
],
|
|
|
|
|
|
@@ -272,6 +291,11 @@
|
|
|
label: '包装单位',
|
|
|
prop: 'packingUnit'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '包装编码',
|
|
|
+ prop: 'packingCode',
|
|
|
+ showOverflowTooltip: true
|
|
|
+ },
|
|
|
|
|
|
{
|
|
|
label: '本包重量',
|