|
|
@@ -584,6 +584,13 @@
|
|
|
minWidth: 130,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'colorKey',
|
|
|
+ label: '颜色',
|
|
|
+ align: 'center',
|
|
|
+ minWidth: 130,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
...(this.dimension != '1' ? [{
|
|
|
prop: 'batchNo',
|
|
|
label: '批次号',
|
|
|
@@ -744,6 +751,13 @@
|
|
|
minWidth: 130,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'colorKey',
|
|
|
+ label: '颜色',
|
|
|
+ align: 'center',
|
|
|
+ minWidth: 130,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
// {
|
|
|
// prop: 'batchNo',
|
|
|
// label: '批次号',
|
|
|
@@ -1473,6 +1487,7 @@
|
|
|
.join(','),
|
|
|
allotApplyAddPOBuilders: this.tableData.map((item) => {
|
|
|
return {
|
|
|
+ colorKey: item.colorKey,
|
|
|
quantity: item.quantity,
|
|
|
categoryId: item.categoryId,
|
|
|
warehouseId: item.warehouseId,
|