瀏覽代碼

增加高教复审功能(前台脚本)

zmw 9 月之前
父節點
當前提交
7f7ac27cb2

+ 1 - 0
public/static/modular/talentAllowance/talentAllowanceInfo_info.js

@@ -930,6 +930,7 @@ TalentAllowanceInfoDlg.calculator = function () {
 
 TalentAllowanceInfoDlg.allowanceTypeChange = function (content) {
     var allowanceType = $(content).val();
+    console.log(allowanceType)
     if (allowanceType == 1) {
         $(".personDiv").css("display", "none");
         $(".otherEnjoyed").css("otherEnjoyed", "block");

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

@@ -627,7 +627,7 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
                         '<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';