|
@@ -536,16 +536,16 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
'<textarea class="form-control" id="checkMsg" rows="5"></textarea>\n' +
|
|
|
'</div>\n';
|
|
|
if (type == 6) {
|
|
|
- html +=
|
|
|
- '<div class="form-group" style="margin: 10px;">\n' +
|
|
|
- '<label for="checkState" class="control-label">强制转换类型</label>\n' +
|
|
|
- '<input type="radio" id="absoule_control0" value="0" name="absolute_control"> 不改变 ' +
|
|
|
- '<input type="radio" id="absoule_control1" value="1" name="absolute_control"> 津贴变补贴 \n' +
|
|
|
- '</div>\n' +
|
|
|
- '<div class="form-group" style="margin: 10px;">\n' +
|
|
|
- '<label for="checkMsg" class="control-label">强制拟兑现金额</label>\n' +
|
|
|
- '<input class="form-control" name="crontol_money" id="crontol_money"">\n' +
|
|
|
- '</div>\n';
|
|
|
+ // html +=
|
|
|
+ // '<div class="form-group" style="margin: 10px;">\n' +
|
|
|
+ // '<label for="checkState" class="control-label">强制转换类型</label>\n' +
|
|
|
+ // '<input type="radio" id="absoule_control0" value="0" name="absolute_control"> 不改变 ' +
|
|
|
+ // '<input type="radio" id="absoule_control1" value="1" name="absolute_control"> 津贴变补贴 \n' +
|
|
|
+ // '</div>\n' +
|
|
|
+ // '<div class="form-group" style="margin: 10px;">\n' +
|
|
|
+ // '<label for="checkMsg" class="control-label">强制拟兑现金额</label>\n' +
|
|
|
+ // '<input class="form-control" name="crontol_money" id="crontol_money" value="0" ">\n' +
|
|
|
+ // '</div>\n';
|
|
|
html += '<div id="otherEnjoyed" style="display:none;"><div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkState" class="control-label">试算结果</label>\n' +
|
|
|
'<textarea type="text" class="form-control" id="calResult" rows="2" readonly></textarea>\n' +
|