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();
|
int rowIndex = changeData.getRowIndex();
|
||||||
DynamicObject dataEntity = model.getDataEntity(true);
|
DynamicObject dataEntity = model.getDataEntity(true);
|
||||||
String yemCntype = (String) model.getValue("yem_cntypes");
|
String yemCntype = (String) model.getValue("yem_cntypes");
|
||||||
BigDecimal yemcommissionamtba = (BigDecimal) this.getModel().getValue("yem_commissionamtba");
|
// BigDecimal yemcommissionamtba = (BigDecimal) this.getModel().getValue("yem_commissionamtba");
|
||||||
BigDecimal yemCnexrate = (BigDecimal) this.getModel().getValue("yem_cnexrate");
|
// BigDecimal yemCnexrate = (BigDecimal) this.getModel().getValue("yem_cnexrate");
|
||||||
DynamicObject org = (DynamicObject) this.getModel().getValue("org");
|
DynamicObject org = (DynamicObject) this.getModel().getValue("org");
|
||||||
DynamicObject cncurrency = (DynamicObject) this.getModel().getValue("yem_cncurrency");
|
DynamicObject cncurrency = (DynamicObject) this.getModel().getValue("yem_cncurrency");
|
||||||
DynamicObject currencybase = (DynamicObject) this.getModel().getValue("yem_currencybase");
|
DynamicObject currencybase = (DynamicObject) this.getModel().getValue("yem_currencybase");
|
||||||
|
Loading…
Reference in New Issue
Block a user