فهرست منبع

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

zmw 9 ماه پیش
والد
کامیت
01d4befc99

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

@@ -716,15 +716,15 @@ TalentAllowanceInfoDlg.toggleField = function () {
     var type = $("#type").val();
     $("#otherEnjoyedMoney").val(0);
     TalentAllowanceInfoDlg.cal();
-    $("#otherEnjoyed").css("display", "none");
+    //$("#otherEnjoyed").css("display", "none");
     if (checkState == 2 || checkState == -2) {
         $("#toProcessDiv").css("display", process == 3 ? "block" : "none");
         $("#field").show();
     } else {
         if (checkState == 3) {
-            // if (type == 6) {
-            //     $("#otherEnjoyed").css("display", "block");
-            // }
+            if (type == 6) {
+                $("#otherSence").css("display", "block");
+            }
             $("#checkMsg").val(process == 3 ? "复核通过,待核查征信" : "初审通过");
         }
         $("#field").hide();

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

@@ -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' +