Commit 22793d17 by mushishixian

fix

parent ba34a4f6
Showing with 1 additions and 0 deletions
...@@ -157,6 +157,7 @@ func getUpdateData(matching model.BomItemMatching) map[string]interface{} { ...@@ -157,6 +157,7 @@ func getUpdateData(matching model.BomItemMatching) map[string]interface{} {
"supplier_name": matching.SupplierName, "supplier_name": matching.SupplierName,
"delivery": matching.Delivery, "delivery": matching.Delivery,
"price": matching.Price, "price": matching.Price,
"number": matching.Number,
"stock": matching.Stock, "stock": matching.Stock,
"moq": matching.Moq, "moq": matching.Moq,
"mpq": matching.Mpq, "mpq": matching.Mpq,
......
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 sign in to comment