mod.saveExitInv = function(bid){
        var val = checkedVal(this);
        saveBtField('saveExitInv', val, bid, $(this), this.defaultValue);
    };