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();
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user