1.发运明细备注赋值
This commit is contained in:
ljw 2024-11-14 21:13:17 +08:00
parent 5182295971
commit 8002035dd3

View File

@ -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)) {