|
|
@@ -295,7 +295,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
+ ";料号:" + JsonUtils.optStringNotNull(messageObject, "BAR_PRODCODE")
|
|
|
+ ";名称规格:" + messageObject.optString("PR_DETAIL")
|
|
|
+ " " + JsonUtils.optStringNotNull(messageObject, "PR_SPEC")
|
|
|
- + ";仓位:" + JsonUtils.optStringNotNull(messageObject, "BAR_LOCATION");
|
|
|
+ + ";储位:" + JsonUtils.optStringNotNull(messageObject, "BAR_LOCATION");
|
|
|
|
|
|
if (listArray != null && listArray.length() > 0) {
|
|
|
for (int i = 0; i < listArray.length(); i++) {
|
|
|
@@ -391,7 +391,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
+ " " + (materialInformationBean.getPR_SPEC() == null ? "" : materialInformationBean.getPR_SPEC())
|
|
|
+ "; 未备料数:" + (materialInformationBean.getPD_RESTQTY() == null ? "" : materialInformationBean.getPD_RESTQTY())
|
|
|
+ "; 批数量:" + (CommonUtil.doubleFormat(materialInformationBean.getBAR_REMAIN()))
|
|
|
- + "; 仓位:" + (materialInformationBean.getBAR_LOCATION() == null ? "" : materialInformationBean.getBAR_LOCATION());
|
|
|
+ + "; 储位:" + (materialInformationBean.getBAR_LOCATION() == null ? "" : materialInformationBean.getBAR_LOCATION());
|
|
|
if (materialInformationBean.getPD_BATCHCODE() != null) {
|
|
|
materialInfo = materialInfo + "; 批号:" + materialInformationBean.getPD_BATCHCODE();
|
|
|
}
|
|
|
@@ -686,7 +686,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
+ " " + (materialInformationBean.getData().getPR_SPEC() == null ? "" : materialInformationBean.getData().getPR_SPEC())
|
|
|
+ "; 未备料数:" + (materialInformationBean.getData().getPD_RESTQTY() == null ? "" : materialInformationBean.getData().getPD_RESTQTY())
|
|
|
+ "; 批数量:" + (CommonUtil.doubleFormat(materialInformationBean.getData().getBAR_REMAIN()))
|
|
|
- + "; 仓位:" + (materialInformationBean.getData().getBAR_LOCATION() == null ? "" : materialInformationBean.getData().getBAR_LOCATION());
|
|
|
+ + "; 储位:" + (materialInformationBean.getData().getBAR_LOCATION() == null ? "" : materialInformationBean.getData().getBAR_LOCATION());
|
|
|
if (materialInformationBean.getData().getPD_BATCHCODE() != null) {
|
|
|
materialInfo = materialInfo + "; 批号:" + materialInformationBean.getData().getPD_BATCHCODE();
|
|
|
}
|
|
|
@@ -824,7 +824,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
+ ";料号:" + JsonUtils.optStringNotNull(messageObject, "BAR_PRODCODE")
|
|
|
+ ";名称规格:" + messageObject.optString("PR_DETAIL")
|
|
|
+ " " + JsonUtils.optStringNotNull(messageObject, "PR_SPEC")
|
|
|
- + ";仓位:" + JsonUtils.optStringNotNull(messageObject, "BAR_LOCATION");
|
|
|
+ + ";储位:" + JsonUtils.optStringNotNull(messageObject, "BAR_LOCATION");
|
|
|
|
|
|
if (listArray != null && listArray.length() > 0) {
|
|
|
for (int i = 0; i < listArray.length(); i++) {
|
|
|
@@ -917,7 +917,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
+ " " + (materialInformationBean.getPR_SPEC() == null ? "" : materialInformationBean.getPR_SPEC())
|
|
|
+ "; 未备料数:" + (materialInformationBean.getPD_RESTQTY() == null ? "" : materialInformationBean.getPD_RESTQTY())
|
|
|
+ "; 批数量:" + (CommonUtil.doubleFormat(materialInformationBean.getBAR_REMAIN()))
|
|
|
- + "; 仓位:" + (materialInformationBean.getBAR_LOCATION() == null ? "" : materialInformationBean.getBAR_LOCATION());
|
|
|
+ + "; 储位:" + (materialInformationBean.getBAR_LOCATION() == null ? "" : materialInformationBean.getBAR_LOCATION());
|
|
|
if (materialInformationBean.getPD_BATCHCODE() != null) {
|
|
|
materialInfo = materialInfo + "; 批号:" + materialInformationBean.getPD_BATCHCODE();
|
|
|
}
|
|
|
@@ -1614,7 +1614,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
+ ";料号:" + JsonUtils.optStringNotNull(messageObject, "BAR_PRODCODE")
|
|
|
+ ";名称规格:" + messageObject.optString("PR_DETAIL")
|
|
|
+ " " + JsonUtils.optStringNotNull(messageObject, "PR_SPEC")
|
|
|
- + ";仓位:" + JsonUtils.optStringNotNull(messageObject, "BAR_LOCATION");
|
|
|
+ + ";储位:" + JsonUtils.optStringNotNull(messageObject, "BAR_LOCATION");
|
|
|
|
|
|
if (listArray != null && listArray.length() > 0) {
|
|
|
for (int i = 0; i < listArray.length(); i++) {
|
|
|
@@ -1707,7 +1707,7 @@ public class IOCOutMakeMaterialOper extends BaseFragment implements View.OnClick
|
|
|
+ " " + (materialInformationBean.getPR_SPEC() == null ? "" : materialInformationBean.getPR_SPEC())
|
|
|
+ "; 未备料数:" + (materialInformationBean.getPD_RESTQTY() == null ? "" : materialInformationBean.getPD_RESTQTY())
|
|
|
+ "; 批数量:" + (CommonUtil.doubleFormat(materialInformationBean.getBAR_REMAIN()))
|
|
|
- + "; 仓位:" + (materialInformationBean.getBAR_LOCATION() == null ? "" : materialInformationBean.getBAR_LOCATION());
|
|
|
+ + "; 储位:" + (materialInformationBean.getBAR_LOCATION() == null ? "" : materialInformationBean.getBAR_LOCATION());
|
|
|
if (materialInformationBean.getPD_BATCHCODE() != null) {
|
|
|
materialInfo = materialInfo + "; 批号:" + materialInformationBean.getPD_BATCHCODE();
|
|
|
}
|