UpdateBillMoneyFunction.js 247 Bytes
Newer Older
raojiaguan committed
1 2 3 4 5 6 7 8 9 10
/**
 * 修改引用的回写金额公式,例如还款单引用借款单后需要修改借款单的剩余金额
 */
export default {
    execute: function () {
    },
    getResultType:function(){
        return FMR.ConstDataTypes.General;
    }
}