Эх сурвалжийг харах

去掉津补贴中驳回的修改合同选项

sugangqiang 8 сар өмнө
parent
commit
30583413de

+ 0 - 3
public/static/modular/gate/enterprise/talentAllowance/talentAllowanceInfo.js

@@ -91,9 +91,6 @@ TalentAllowanceInfo.updateFieldsAndFiles = function () {
                     maxmin: true,
                     maxmin: true,
                     content: '<form id="checkForm">\n' +
                     content: '<form id="checkForm">\n' +
                             '                    <div class="form-group" id="field" style="margin: 10px">\n' +
                             '                    <div class="form-group" id="field" style="margin: 10px">\n' +
-                            '                        <label for="field_concat" class="control-label">可修改合同时间</label>\n' +
-                            '                        <div id="field_concat">\n' +
-                            '                        </div>\n' +
                             '                        <label for="field_project" class="control-label">可修改字段</label>\n' +
                             '                        <label for="field_project" class="control-label">可修改字段</label>\n' +
                             '                        <div id="field_field">\n' +
                             '                        <div id="field_field">\n' +
                             '                           <ul><li style="width: 100%"><input type="checkbox" id="typeChange" class="icheckbox" value="allowanceType"><span>津补贴类型</span></li></ul>\n' +
                             '                           <ul><li style="width: 100%"><input type="checkbox" id="typeChange" class="icheckbox" value="allowanceType"><span>津补贴类型</span></li></ul>\n' +

+ 0 - 6
public/static/modular/gate/talentAllowance/check/talentAllowanceInfo_info_supple.js

@@ -472,9 +472,6 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
             '<div class="form-group" id="field" style="display: none;margin: 10px">\n';
             '<div class="form-group" id="field" style="display: none;margin: 10px">\n';
     if ($("#type").val() == 6 && ($("#postType option").length > 0 || $("#institution option").length > 0)) {
     if ($("#type").val() == 6 && ($("#postType option").length > 0 || $("#institution option").length > 0)) {
         html = html +
         html = html +
-                '<label for="field_concat" class="control-label">可修改合同时间</label>\n' +
-                '<div id="field_concat">\n' +
-                '</div>\n' +
                 '<label for="field_project" class="control-label">可修改字段</label>\n' +
                 '<label for="field_project" class="control-label">可修改字段</label>\n' +
                 '<div id="field_field">\n' +
                 '<div id="field_field">\n' +
                 '<ul>';
                 '<ul>';
@@ -487,9 +484,6 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
         html += '</ul></div>';
         html += '</ul></div>';
     } else {
     } else {
         html = html +
         html = html +
-                '<label for="field_concat" class="control-label">可修改合同时间</label>\n' +
-                '<div id="field_concat">\n' +
-                '</div>\n' +
                 '<label for="field_project" class="control-label">可修改字段</label>\n' +
                 '<label for="field_project" class="control-label">可修改字段</label>\n' +
                 '<div id="field_field">\n' +
                 '<div id="field_field">\n' +
                 '<ul><li style="width: 100%"><input type="checkbox" value="allowanceType"><span>津补贴类型</span></li></ul>\n' +
                 '<ul><li style="width: 100%"><input type="checkbox" value="allowanceType"><span>津补贴类型</span></li></ul>\n' +

+ 0 - 3
public/static/modular/talentAllowance/talentAllowanceInfo.js

@@ -422,9 +422,6 @@ TalentAllowanceInfo.updateFieldsAndFiles = function () {
                     maxmin: true,
                     maxmin: true,
                     content: '<form id="checkForm">\n' +
                     content: '<form id="checkForm">\n' +
                             '                    <div class="form-group" id="field" style="margin: 10px">\n' +
                             '                    <div class="form-group" id="field" style="margin: 10px">\n' +
-                            '                        <label for="field_concat" class="control-label">可修改合同时间</label>\n' +
-                            '                        <div id="field_concat">\n' +
-                            '                        </div>\n' +
                             '                        <label for="field_project" class="control-label">可修改字段</label>\n' +
                             '                        <label for="field_project" class="control-label">可修改字段</label>\n' +
                             '                        <div id="field_field">\n' +
                             '                        <div id="field_field">\n' +
                             '                           <ul><li style="width: 100%"><input type="checkbox" id="typeChange" class="icheckbox" value="allowanceType"><span>津补贴类型</span></li>\n' +
                             '                           <ul><li style="width: 100%"><input type="checkbox" id="typeChange" class="icheckbox" value="allowanceType"><span>津补贴类型</span></li>\n' +

+ 0 - 6
public/static/modular/talentAllowance/talentAllowanceInfo_info_supple.js

@@ -567,9 +567,6 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
 
 
             if ($("#type").val() == 6 && ($("#postType option").length > 0 || $("#institution option").length > 0)) {
             if ($("#type").val() == 6 && ($("#postType option").length > 0 || $("#institution option").length > 0)) {
                 html = html +
                 html = html +
-                        '<label for="field_concat" class="control-label">可修改合同时间</label>\n' +
-                        '<div id="field_concat">\n' +
-                        '</div>\n' +
                         '<label for="field_project" class="control-label">可修改字段</label>\n' +
                         '<label for="field_project" class="control-label">可修改字段</label>\n' +
                         '<div id="field_field">\n' +
                         '<div id="field_field">\n' +
                         '<ul><li style="width: 100%"><input type="checkbox" value="allowanceType"><span>津补贴类型</span></li>';
                         '<ul><li style="width: 100%"><input type="checkbox" value="allowanceType"><span>津补贴类型</span></li>';
@@ -582,9 +579,6 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
                 html += '</ul></div>';
                 html += '</ul></div>';
             } else {
             } else {
                 html = html +
                 html = html +
-                        '<label for="field_concat" class="control-label">可修改合同时间</label>\n' +
-                        '<div id="field_concat">\n' +
-                        '</div>\n' +
                         '<label for="field_project" class="control-label">可修改字段</label>\n' +
                         '<label for="field_project" class="control-label">可修改字段</label>\n' +
                         '<div id="field_field">\n' +
                         '<div id="field_field">\n' +
                         '<ul><li style="width: 100%"><input type="checkbox" value="allowanceType"><span>津补贴类型</span></li></ul>\n' +
                         '<ul><li style="width: 100%"><input type="checkbox" value="allowanceType"><span>津补贴类型</span></li></ul>\n' +