浏览代码

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

zmw 9 月之前
父节点
当前提交
29a3dfc017
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/static/modular/talentAllowance/talentAllowanceInfo_info.js

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

@@ -720,6 +720,7 @@ TalentAllowanceInfoDlg.toggleField = function () {
     if (checkState == 2 || checkState == -2) {
     if (checkState == 2 || checkState == -2) {
         $("#toProcessDiv").css("display", process == 3 ? "block" : "none");
         $("#toProcessDiv").css("display", process == 3 ? "block" : "none");
         $("#field").show();
         $("#field").show();
+        $("#otherSence").css("display", "none");
     } else {
     } else {
         if (checkState == 3) {
         if (checkState == 3) {
             if (type == 6) {
             if (type == 6) {