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

View File

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