Commit aeca4d66 authored by 黄媛媛's avatar 黄媛媛

1

parent 2465684e
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
let isUpdate=false let isUpdate=false
for (let i = 0; i < data2.length; i++) { for (let i = 0; i < data2.length; i++) {
let x = data2[i]; let x = data2[i];
if ((myData.GoodsId == x.GoodsId) && (myData.SpecificationKey == x.NewSpecificationSort)) { if ((myData.GoodsId == x.NewGoodsId) && (myData.SpecificationKey == x.NewSpecificationSort)) {
this.orderNum++; this.orderNum++;
if(x.nowBound<x.NewNumber){ if(x.nowBound<x.NewNumber){
isUpdate=true; isUpdate=true;
...@@ -228,7 +228,6 @@ ...@@ -228,7 +228,6 @@
scanMsg.OrderGoodsId = x.OrderGoodsId; scanMsg.OrderGoodsId = x.OrderGoodsId;
scanMsg.Specification = x.NewSpecification; scanMsg.Specification = x.NewSpecification;
scanMsg.SpecificationSort = x.NewSpecificationSort; scanMsg.SpecificationSort = x.NewSpecificationSort;
scanMsg.SpecificationSort = x.NewSpecificationSort;
scanMsg.GoodsId = x.NewGoodsId; scanMsg.GoodsId = x.NewGoodsId;
scanMsg.GoodsName = x.NewGoodsName; scanMsg.GoodsName = x.NewGoodsName;
......
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