Commit 1a9ee2ec authored by 黄媛媛's avatar 黄媛媛

1

parent e15d2b8a
...@@ -198,8 +198,12 @@ ...@@ -198,8 +198,12 @@
scanMsg.MaterialId = myData.SuppliesId; scanMsg.MaterialId = myData.SuppliesId;
scanMsg.CostMoney = myData.UnitPrice; scanMsg.CostMoney = myData.UnitPrice;
scanMsg.OrderGoodsId = x.OrderGoodsId; scanMsg.OrderGoodsId = x.OrderGoodsId;
scanMsg.NewSpecification = x.NewSpecification; scanMsg.Specification = x.NewSpecification;
scanMsg.NewSpecificationSort = x.NewSpecificationSort; scanMsg.SpecificationSort = x.NewSpecificationSort;
scanMsg.SpecificationSort = x.NewSpecificationSort;
scanMsg.GoodsId = x.NewGoodsId;
scanMsg.GoodsName = x.NewGoodsName;
scanMsg.StockInId = myData.StockInId; scanMsg.StockInId = myData.StockInId;
this.sureMsg.WarehouseOutGoodsDetailList.push(scanMsg); this.sureMsg.WarehouseOutGoodsDetailList.push(scanMsg);
break; break;
......
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