Commit 63b96c22 zshaohui

Api008 修改数量时,bug修改:旧数量当成新数量修改

1 个父辈 1705b425
......@@ -374,7 +374,7 @@ public class MicronDeviceController {
try {
//上传数量
boolean result = MicronApi.Api008(barcode.getBarcode(), qty, oldQty);
boolean result = MicronApi.Api008(barcode.getBarcode(), oldQty, qty);
if (result) {
//点料已完成,等待获取库位号
loadingUtil.xRayEndUpdateItem(barcode.getBarcode(), qty, INITEM_STATUS.XRayEnd);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!