Commit 4afb1ca3 zshaohui

增加qty和location字段

1 个父辈 6b32b7a5
......@@ -585,6 +585,8 @@ public class MesApiController extends BaseController {
dataMap.put("slot",slot);//tower slot  ,  Depot T8001.010203,slot為03
dataMap.put("reelSize",reelSize);//料捲尺寸
dataMap.put("slotSize",slotSize);//該儲位可放尺寸
dataMap.put("Qty",barcode.getAmount());//数量
dataMap.put("Location",storagePos.getPosName());//库位名称
materialList.add(dataMap);
materialMap.put(storageId, materialList);
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!