Commit 46edf94e authored by zhengke's avatar zhengke

修改

parent 7a6ce5a1
...@@ -1507,7 +1507,7 @@ ...@@ -1507,7 +1507,7 @@
} }
this.SpecificationPriceList.forEach(item => { this.SpecificationPriceList.forEach(item => {
this.ggplList.forEach(list => { this.ggplList.forEach(list => {
if (item.Id == list.Id) { if (item.SpecificationSort === list.SpecificationSort) {
if (this.ggpl == 1) { if (this.ggpl == 1) {
item.SellingPrice = this.valpl; item.SellingPrice = this.valpl;
} }
......
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