fix:
1.更改佣金币别计算
This commit is contained in:
parent
72ee36c413
commit
b981c545f3
@ -270,8 +270,8 @@ public class SalesOrderEdit extends AbstractBillPlugIn implements Plugin, Before
|
||||
int rowIndex = changeData.getRowIndex();
|
||||
DynamicObject dataEntity = model.getDataEntity(true);
|
||||
String yemCntype = (String) model.getValue("yem_cntypes");
|
||||
BigDecimal yemcommissionamtba = (BigDecimal) this.getModel().getValue("yem_commissionamtba");
|
||||
BigDecimal yemCnexrate = (BigDecimal) this.getModel().getValue("yem_cnexrate");
|
||||
// BigDecimal yemcommissionamtba = (BigDecimal) this.getModel().getValue("yem_commissionamtba");
|
||||
// BigDecimal yemCnexrate = (BigDecimal) this.getModel().getValue("yem_cnexrate");
|
||||
DynamicObject org = (DynamicObject) this.getModel().getValue("org");
|
||||
DynamicObject cncurrency = (DynamicObject) this.getModel().getValue("yem_cncurrency");
|
||||
DynamicObject currencybase = (DynamicObject) this.getModel().getValue("yem_currencybase");
|
||||
|
Loading…
Reference in New Issue
Block a user