fix:
1.外销合同下单数量问题修改
This commit is contained in:
parent
ae1de03fc2
commit
58696aa85b
@ -154,6 +154,7 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
|
||||
IFormView view = this.getView();
|
||||
setLockIfSignBtn();
|
||||
System.out.println();
|
||||
setUnQty();
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -164,8 +165,6 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
|
||||
// String billno = dataEntity.getString("billno");
|
||||
// String customBillno = SalesOrderUtils.replaceSerialNumberWithLetters(billno, dataEntity.getDataEntityType().getName());
|
||||
// dataEntity.set("billno", customBillno);
|
||||
|
||||
setUnQty();
|
||||
// genShipPortEnName(model, this.getView());
|
||||
String yemAccamtusetype = (String) model.getValue("yem_accamtusetype");
|
||||
extracted(yemAccamtusetype);
|
||||
|
Loading…
Reference in New Issue
Block a user