update 二次确认物料出库请求接口修改/meswms_materialout_request,增加lotName字段(条码的主键)
This commit is contained in:
parent
2ea3042bda
commit
fefcf3a717
@ -171,9 +171,10 @@ public class MESToWMSServiceImpl implements MESToWMSService {
|
|||||||
String shipRequestName = "";
|
String shipRequestName = "";
|
||||||
for (int i = 0; i < in.size(); i++) {
|
for (int i = 0; i < in.size(); i++) {
|
||||||
JSONObject jb = in.getJSONObject(i);
|
JSONObject jb = in.getJSONObject(i);
|
||||||
String charge = jb.get("charge").toString(); // 批号
|
// String charge = jb.get("charge").toString(); // 批号
|
||||||
|
String materialPackingName = jb.get("lotName").toString();
|
||||||
shipRequestName = jb.get("shipRequestName").toString(); // 领料单号
|
shipRequestName = jb.get("shipRequestName").toString(); // 领料单号
|
||||||
boxIdList.add(charge);
|
boxIdList.add(materialPackingName);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user