优化
This commit is contained in:
@@ -465,7 +465,8 @@ public class HandPFOutIvtServiceImpl implements HandPFOutIvtService {
|
||||
}
|
||||
String area_type = pointObj.getString("area_type");
|
||||
String bucketunique = jsonObject.get("bucketunique");
|
||||
String out_qty = NumberUtil.round(MapUtil.getStr(jsonObject,"out_qty"), 2).toString();
|
||||
//需出重量
|
||||
String out_qty = jsonObject.get("out_qty");
|
||||
//根据桶查询物料批次信息
|
||||
JSONObject bucketObj = WQLObject.getWQLObject("md_pb_bucketrecord").query("bucketunique='" + bucketunique + "'").uniqueResult(0);
|
||||
String material_id = bucketObj.getString("material_id");
|
||||
|
||||
Reference in New Issue
Block a user