|
@@ -1908,7 +1908,7 @@
|
|
|
|
|
|
|
|
return {
|
|
return {
|
|
|
index: this.productList.length + index,
|
|
index: this.productList.length + index,
|
|
|
- isSave: true,
|
|
|
|
|
|
|
+ isSave: this.isShowPackage ? false : true,
|
|
|
categoryId: item.id, // 物品id
|
|
categoryId: item.id, // 物品id
|
|
|
categoryName: item.name, // 物品名称
|
|
categoryName: item.name, // 物品名称
|
|
|
categoryCode: item.code, // 物品编码
|
|
categoryCode: item.code, // 物品编码
|