fix:装箱单报错处理
This commit is contained in:
parent
7e219c2ee0
commit
163a751eed
@ -653,6 +653,10 @@ public class EncaseMentEdit extends AbstractBillPlugIn implements Plugin, Before
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void salesmethod() {
|
private void salesmethod() {
|
||||||
|
String name = this.getClass().getName();
|
||||||
|
if (!name.equals("yem_im_encasement")){
|
||||||
|
return;
|
||||||
|
}
|
||||||
DynamicObjectCollection yemImMaterialinfoMi = this.getModel().getEntryEntity("yem_im_materialinfo_mi");
|
DynamicObjectCollection yemImMaterialinfoMi = this.getModel().getEntryEntity("yem_im_materialinfo_mi");
|
||||||
if (!yemImMaterialinfoMi.isEmpty()) {
|
if (!yemImMaterialinfoMi.isEmpty()) {
|
||||||
boolean bool = false;
|
boolean bool = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user