|
@@ -623,12 +623,12 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
'</div>\n';
|
|
|
|
|
|
if (type == 6) {
|
|
|
- html += '<div id="otherSence">\n' +
|
|
|
+ html += '<div id="otherSence" style="display: none">\n' +
|
|
|
'<div class="form-group notPassDiv sourceDiv" >\n' +
|
|
|
'<label for="checkState" class="control-label">判定类型</label>\n' +
|
|
|
'<select class="form-control" id="source" onchange="TalentAllowanceInfoDlg.allowanceTypeChange(this)">\n' +
|
|
|
'<option value="">请选择</option>\n' +
|
|
|
- '<option value="1" selected>与系统判定一致</option>\n' +
|
|
|
+ '<option value="1">与系统判定一致</option>\n' +
|
|
|
'<option value="2">个人判定</option>\n' +
|
|
|
'</select>\n' +
|
|
|
'</div>\n' +
|
|
@@ -639,12 +639,12 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
'<option value="2">一次性交通补贴</option>\n' +
|
|
|
'</select>\n' +
|
|
|
'</div>\n' +
|
|
|
- '<div class="form-group notPassDiv personDiv">\n' +
|
|
|
+ '<div class="form-group notPassDiv personDiv" style="display: none">\n' +
|
|
|
'<label for="checkState" class="control-label">判定说明</label>\n' +
|
|
|
'<textarea type="text" class="form-control" id="resAllowanceMsg" name="resAllowanceMsg"></textarea>\n' +
|
|
|
'</div>\n' +
|
|
|
'</div>';
|
|
|
- html += '<div id="otherEnjoyed" ><div class="form-group" style="margin: 10px;">\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' +
|
|
|
'</div>\n' +
|