fix:装箱单报错处理

This commit is contained in:
ljw 2024-09-21 10:49:42 +08:00
parent 7e219c2ee0
commit 163a751eed

View File

@ -653,6 +653,10 @@ public class EncaseMentEdit extends AbstractBillPlugIn implements Plugin, Before
}
private void salesmethod() {
String name = this.getClass().getName();
if (!name.equals("yem_im_encasement")){
return;
}
DynamicObjectCollection yemImMaterialinfoMi = this.getModel().getEntryEntity("yem_im_materialinfo_mi");
if (!yemImMaterialinfoMi.isEmpty()) {
boolean bool = false;