parent
85d96a9fcf
commit
9a208ac39e
@ -517,13 +517,7 @@ public class DeclareDocxEdit extends AbstractBillPlugIn implements BeforeF7Selec
|
||||
// 产品机型
|
||||
DynamicObject productmodel = (DynamicObject) dynamicObject.get("yem_productmodel");
|
||||
if (productmodel != null) {
|
||||
String yemCustomsType = productmodel.getString("yem_customs_type");
|
||||
if ("".equals(yemCustomsType)) {
|
||||
this.getView().showMessage("第"+dynamicObject.get("seq")+
|
||||
"行,基础机型"+productmodel.getString("name")+"对应的报关机型为空,请联系产品经理维护该机型的报关机型!");
|
||||
} else {
|
||||
productId = yemCustomsType;
|
||||
}
|
||||
productId = productmodel.getString("yem_customs_type");
|
||||
}
|
||||
}else if ("Z".equals(yemBusinesssort)) {
|
||||
// 资源号
|
||||
|
Loading…
Reference in New Issue
Block a user