1.发运明细备注赋值
This commit is contained in:
ljw 2024-11-14 21:18:22 +08:00
parent c92ad04e0d
commit 32c084caa4

View File

@ -622,7 +622,7 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
, new QFilter[]{new QFilter("id", QCP.equals, yemProducts.getLong("id"))});
DynamicObject group = loadsingle.getDynamicObject("group");
String yemVechpowertype = loadsingle.getString("yem_vechpowertype");
if (group != null) {
if (group != null&& yemVechpowertype.equals("燃油")) {
String string = group.getString("number");
Boolean tere = false;
if ("ZZJ-7T".equals(string)) {