opt:组盘入库优化
This commit is contained in:
@@ -711,7 +711,7 @@ public class HandheldServiceImpl implements HandheldService {
|
|||||||
"material_qty", item.get("material_qty"), "due_date", item.get("due_date")));
|
"material_qty", item.get("material_qty"), "due_date", item.get("due_date")));
|
||||||
});
|
});
|
||||||
JSONObject json = new JSONObject();
|
JSONObject json = new JSONObject();
|
||||||
json.put("materialList", keys);
|
json.put("content", keys);
|
||||||
return json;
|
return json;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user