fix:
1.发运明细备注赋值
This commit is contained in:
parent
c568e17470
commit
30c7aeb79e
@ -703,7 +703,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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user