fix:
1.发运明细备注赋值
This commit is contained in:
parent
5182295971
commit
8002035dd3
@ -597,14 +597,17 @@ public class ShippingDetailsFormPlugin extends AbstractBillPlugIn implements Bef
|
||||
break;
|
||||
case "yem_isdismantlecar":
|
||||
extracted();
|
||||
break;
|
||||
case "yem_productmodel":
|
||||
carryReportCategoryAndHsCode(this.getModel(), this.getView(), rowIndex, "yem_customclass");
|
||||
extracted();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
private void extracted() {
|
||||
String value = (String) this.getModel().getValue("yem_billtype.number");
|
||||
|
||||
String value = ((DynamicObject)this.getModel().getValue("yem_billtype")).getString("number");
|
||||
if ("yem_shippingdetails_zj".equals(value)||"yem_shippingdetails_nmzj".equals(value)) {
|
||||
String yemIsdismantlecar = (String) this.getModel().getValue("yem_isdismantlecar");
|
||||
if ("B".equals(yemIsdismantlecar)) {
|
||||
|
Loading…
Reference in New Issue
Block a user