Commit e36010bb authored by 黄奎's avatar 黄奎

批量设置价格调整

parent 27941010
...@@ -1607,6 +1607,7 @@ ...@@ -1607,6 +1607,7 @@
var allIndex = currSpec.CheckList.findIndex(eItem => eItem == -1); var allIndex = currSpec.CheckList.findIndex(eItem => eItem == -1);
//是否包含选中的属性 //是否包含选中的属性
var findIndex = currSpec.CheckList.findIndex(eItem => eItem == item2.SVId); var findIndex = currSpec.CheckList.findIndex(eItem => eItem == item2.SVId);
if (findIndex > -1 || allIndex > -1) { if (findIndex > -1 || allIndex > -1) {
let str = ":"; let str = ":";
if (index2 == item.length - 1) { if (index2 == item.length - 1) {
...@@ -1616,13 +1617,13 @@ ...@@ -1616,13 +1617,13 @@
} }
} }
}); });
if (SpecificationSort && SpecificationSort != '') { chooseSpecList.push(SpecificationSort);
chooseSpecList.push(SpecificationSort);
}
}) })
} }
this.SpecificationPriceList.forEach((item, index) => { this.SpecificationPriceList.forEach((item, index) => {
this.ggplList.forEach(subItem => { this.ggplList.forEach(subItem => {
var findRow = chooseSpecList[index]; var findRow = chooseSpecList[index];
if (subItem.SpecificationSort == findRow) { if (subItem.SpecificationSort == findRow) {
if (this.ggpl == 1) { if (this.ggpl == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment