Subversion Repositories SmartDukaan

Rev

Rev 28018 | Rev 28944 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28018 Rev 28942
Line 54... Line 54...
54
        	<input  type="text" class="slabOnwardsAmount form-control"  value="0"/>
54
        	<input  type="text" class="slabOnwardsAmount form-control"  value="0"/>
55
        	<span class="input-group-addon">${holder2}</span>
55
        	<span class="input-group-addon">${holder2}</span>
56
        	<input type="text" class="form-control payoutValue"  value="0"/>
56
        	<input type="text" class="form-control payoutValue"  value="0"/>
57
        	<span class="input-group-addon">${holder3}</span>
57
        	<span class="input-group-addon">${holder3}</span>
58
        	</div>`;
58
        	</div>`;
59
        $(this).closest('.itemcriteriapayout').find('div.slab-container').html(slabHtml.repeat(4));
59
        $(this).closest('.itemcriteriapayout').find('div.slab-container').html(slabHtml.repeat(9));
60
        //targetSlabTemplate = $('div.targetslabs').get(0).outerHTML;
60
        //targetSlabTemplate = $('div.targetslabs').get(0).outerHTML;
61
    });
61
    });
62
});
62
});
63
function changeTargetType() {
63
function changeTargetType() {
64
	let holder1 = "Rs.";
64
	let holder1 = "Rs.";