|
@@ -539,8 +539,8 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
html +=
|
|
|
'<div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkState" class="control-label">强制转换类型</label>\n' +
|
|
|
- '<input type="radio" class="form-control" id="absoule_control0" value="0"> 不改变 ' +
|
|
|
- '<input type="radio" class="form-control" id="absoule_control1" value="0"> 津贴变补贴 \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' +
|