|
@@ -585,6 +585,7 @@ export default {
|
|
|
price: isEdit ? row.price : row.productPrice,
|
|
|
qty: row.qty, // 添加时调出数量默认为1
|
|
|
productSn: row.productSn,
|
|
|
+ productBrandSn: row.productBrandSn,
|
|
|
departmentSn: row.departmentSn,
|
|
|
departmentName: row.departmentName,
|
|
|
productTypeSn1: row.productTypeSn1,
|