|
@@ -770,6 +770,8 @@ export default {
|
|
|
factoryUnitPrice:referData.factoryUnitPrice,
|
|
|
customerAbbreviation:referData.customerAbbreviation,
|
|
|
sizeTables : itemData.sizeTables,
|
|
|
+ planSize : itemData.planSize,
|
|
|
+ planQuantity:itemData.planQuantity,
|
|
|
}
|
|
|
return addrow;
|
|
|
},
|