|
@@ -542,7 +542,7 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
'</div>\n' +
|
|
|
'<div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkState" class="control-label">扣除其它补贴</label>\n' +
|
|
|
- '<input type="text" class="form-control" id="otherEnjoyedMoney" data-money="0" value="0" onclick="$(this).select()" oninput=TalentAllowanceInfoDlg.cal();>\n' +
|
|
|
+ '<input type="text" class="form-control" id="otherEnjoyedMoney" readonly data-money="0" value="0" onclick="$(this).select()" oninput=TalentAllowanceInfoDlg.cal();>\n' +
|
|
|
'</div>\n' +
|
|
|
'<div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkState" class="control-label">最终补贴</label>\n' +
|
|
@@ -550,7 +550,7 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
'</div>\n' +
|
|
|
'<div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkMsg" class="control-label">其它补贴说明</label>\n' +
|
|
|
- '<textarea class="form-control" id="otherEnjoyedDescription" rows="5"></textarea>\n' +
|
|
|
+ '<textarea class="form-control" id="otherEnjoyedDescription" readonly rows="5"></textarea>\n' +
|
|
|
'</div></div>\n';
|
|
|
}
|
|
|
html += '<div class="form-group" id="field" style="display: none;margin: 10px">\n';
|
|
@@ -619,7 +619,7 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
'</div>\n' +
|
|
|
'<div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkState" class="control-label">扣除其它补贴</label>\n' +
|
|
|
- '<input type="text" class="form-control" id="otherEnjoyedMoney" readonly data-money="0" value="0" onclick="$(this).select()" oninput=TalentAllowanceInfoDlg.cal();>\n' +
|
|
|
+ '<input type="text" class="form-control" id="otherEnjoyedMoney" data-money="0" value="0" onclick="$(this).select()" oninput=TalentAllowanceInfoDlg.cal();>\n' +
|
|
|
'</div>\n' +
|
|
|
'<div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkState" class="control-label">最终补贴</label>\n' +
|
|
@@ -627,7 +627,7 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
|
|
|
'</div>\n' +
|
|
|
'<div class="form-group" style="margin: 10px;">\n' +
|
|
|
'<label for="checkMsg" class="control-label">其它补贴说明</label>\n' +
|
|
|
- '<textarea class="form-control" id="otherEnjoyedDescription" rows="5" readonly></textarea>\n' +
|
|
|
+ '<textarea class="form-control" id="otherEnjoyedDescription" rows="5"></textarea>\n' +
|
|
|
'</div></div>\n';
|
|
|
}
|
|
|
html += '</form>';
|