| | |
| | | <PropertyDef name="customerBank"> |
| | | <Property></Property> |
| | | <Property name="label">客户开户行</Property> |
| | | <Property name="mapping"> |
| | | <Property name="keyProperty">code</Property> |
| | | <Property name="valueProperty">name</Property> |
| | | <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("KHKHH")}</Property> |
| | | </Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="customerBankAccount"> |
| | | <Property></Property> |
| | |
| | | <PropertyDef name="bank"> |
| | | <Property></Property> |
| | | <Property name="label">本方开户行</Property> |
| | | <Property name="mapping"> |
| | | <Property name="keyProperty">code</Property> |
| | | <Property name="valueProperty">name</Property> |
| | | <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("KHKHH")}</Property> |
| | | </Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="bankAccount"> |
| | | <Property></Property> |
| | |
| | | if(price && contactAmount){
 |
| | | 
 |
| | | //计算倒入数量
 |
| | | var money = price*contactAmount;
 |
| | | var money = price*contactAmount/1000;
 |
| | | curData.set("money",money); 
 |
| | | }
 |
| | | };</ClientEvent> |