fix:
1.装箱单锁定重量是否确认为空效验
This commit is contained in:
parent
cdb01c64e5
commit
e7e1def3d2
@ -359,13 +359,15 @@ public class EncaseMentEdit extends AbstractBillPlugIn implements Plugin, Before
|
|||||||
dataEntity.set("yem_affirmmanpj", user);
|
dataEntity.set("yem_affirmmanpj", user);
|
||||||
dataEntity.set("yem_affirmdatepj", new Date());
|
dataEntity.set("yem_affirmdatepj", new Date());
|
||||||
}
|
}
|
||||||
if (!yemWeightconfirmed.isEmpty()&&"statusconvertqrzj".equals(operateKey)) {
|
if ("statusconvertqrzj".equals(operateKey)){
|
||||||
|
if (!yemWeightconfirmed.isEmpty()) {
|
||||||
dataEntity.set("yem_completionstatuszj", "B");
|
dataEntity.set("yem_completionstatuszj", "B");
|
||||||
dataEntity.set("yem_affirmmanzj", user);
|
dataEntity.set("yem_affirmmanzj", user);
|
||||||
dataEntity.set("yem_affirmdatezj", new Date());
|
dataEntity.set("yem_affirmdatezj", new Date());
|
||||||
} else {
|
} else {
|
||||||
this.getView().showMessage("锁定重量是否确认为空!!!");
|
this.getView().showMessage("锁定重量是否确认为空!!!");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
SaveServiceHelper.save(new DynamicObject[]{dataEntity});
|
SaveServiceHelper.save(new DynamicObject[]{dataEntity});
|
||||||
this.getView().invokeOperation("refresh");
|
this.getView().invokeOperation("refresh");
|
||||||
|
Loading…
Reference in New Issue
Block a user