1.外销合同下单数量问题修改
This commit is contained in:
25655 2025-03-22 17:06:22 +08:00
parent ae1de03fc2
commit 58696aa85b

View File

@ -154,6 +154,7 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
IFormView view = this.getView(); IFormView view = this.getView();
setLockIfSignBtn(); setLockIfSignBtn();
System.out.println(); System.out.println();
setUnQty();
} }
@Override @Override
@ -164,8 +165,6 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
// String billno = dataEntity.getString("billno"); // String billno = dataEntity.getString("billno");
// String customBillno = SalesOrderUtils.replaceSerialNumberWithLetters(billno, dataEntity.getDataEntityType().getName()); // String customBillno = SalesOrderUtils.replaceSerialNumberWithLetters(billno, dataEntity.getDataEntityType().getName());
// dataEntity.set("billno", customBillno); // dataEntity.set("billno", customBillno);
setUnQty();
// genShipPortEnName(model, this.getView()); // genShipPortEnName(model, this.getView());
String yemAccamtusetype = (String) model.getValue("yem_accamtusetype"); String yemAccamtusetype = (String) model.getValue("yem_accamtusetype");
extracted(yemAccamtusetype); extracted(yemAccamtusetype);