fix:
订舱通知单打开计算台数
This commit is contained in:
parent
6ad4a162f4
commit
aa5bf8af2c
@ -250,7 +250,7 @@ public class StorageTransEdit extends AbstractBillPlugIn implements BeforeF7Sele
|
||||
String aLong = yemGiftproactype.getString("number");
|
||||
String yemContractnumbers = loadSingle.getString("yem_contractnumbers");
|
||||
String yemShipmentnumbers = loadSingle.getString("yem_shipmentnumbers");
|
||||
String yemBdProducts = loadSingle.getString("yem_bd_products");
|
||||
String yemBdProducts = loadSingle.getString("yem_bd_products.number");
|
||||
if (map.get(yemContractnumbers+yemShipmentnumbers+yemBdProducts+aLong) != null) {
|
||||
this.getModel().setValue("yem_tsagerqty", map.get(yemContractnumbers+yemShipmentnumbers+yemBdProducts+aLong), i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user