瀏覽代碼

增加高教复审功能(人工判定兑现类型)

zmw 9 月之前
父節點
當前提交
7014f3bd3f

+ 2 - 2
public/static/modular/talentAllowance/talentAllowanceInfo_info.js

@@ -933,10 +933,10 @@ TalentAllowanceInfoDlg.allowanceTypeChange = function (content) {
     console.log(allowanceType)
     if (allowanceType == 1) {
         $(".personDiv").css("display", "none");
-        $("#otherEnjoyed").css("otherEnjoyed", "block");
+        $("#otherEnjoyed").css("display", "block");
     } else {
         $(".personDiv").css("display", "block");
-        $("#otherEnjoyed").css("otherEnjoyed", "none");
+        $("#otherEnjoyed").css("display", "none");
     }
 }
 

+ 2 - 2
public/static/modular/talentAllowance/talentAllowanceInfo_info_supple.js

@@ -624,7 +624,7 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
 
             if (type == 6) {
                 html += '<div id="otherSence">\n' +
-                        '<div class="form-group notPassDiv sourceDiv">\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' +
@@ -632,7 +632,7 @@ 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' +
                         '<select type="text" class="form-control" id="resAllowanceType">\n' +
                             '<option value="">请选择</option>\n' +