parent
cfee129bf2
commit
ea60566c97
@ -820,8 +820,8 @@ public class TrackplaceFormPlugIn extends AbstractBillPlugIn implements Plugin,
|
||||
BigDecimal length = materiel.getBigDecimal("length");
|
||||
BigDecimal width = materiel.getBigDecimal("width");
|
||||
BigDecimal height = materiel.getBigDecimal("height");
|
||||
boolean ifgift = object.getBoolean("yem_ifgift");
|
||||
if (ifgift) continue;
|
||||
boolean isgift = object.getBoolean("yem_isgift");
|
||||
if (isgift) continue;
|
||||
if (YEM.isEmpty(length) || YEM.isEmpty(width) || YEM.isEmpty(height)) {
|
||||
sb.append(String.format("商品明细第 [ %s ] 行,物料 [ %s ] 的长宽高信息未维护,请及时维护!\n",
|
||||
(index + 1),
|
||||
|
Loading…
Reference in New Issue
Block a user