|
@@ -777,7 +777,7 @@ TalentAllowanceInfoDlg.checkSubmit = function (index) {
|
|
|
var companyCode = $("#companyCode").val();
|
|
|
var companyCodes = "";
|
|
|
var otherEnjoyedMoney = $("#otherEnjoyedMoney").val();
|
|
|
- // var otherEnjoyedDescription = $("#otherEnjoyedDescription").val();
|
|
|
+ var otherEnjoyedDescription = $("#otherEnjoyedDescription").val();
|
|
|
// var absolute_control = $("input[name='absolute_control']").val()
|
|
|
var crontol_money = $("#crontol_money").val();
|
|
|
if (Feng.isEmptyStr(checkState)) {
|