Ver código fonte

更新一些修改

sandm 2 anos atrás
pai
commit
1fe41a16a5

+ 11 - 0
app/enterprise/view/talent/no_file_apply.html

@@ -413,6 +413,17 @@
                                         </table>
 
                                         <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
+                                            <tr>
+                                                <td colspan="2" align="center">
+                                                    导入来源标签:
+                                                    {if condition='$row["isImport"] == 1'}福建省高层次人才{/if}
+                                                    {if condition='$row["isImport"] == 2'}泉州市高层次人才{/if}
+                                                </td>
+                                                <td colspan="2" align="center">
+                                                    认定条件:
+                                                    {$row["talent_condition_text"]}
+                                                </td>
+                                            </tr>
                                             <tr>
                                                 <td>
                                                     <div class="rowGroup">

+ 11 - 0
app/enterprise/view/talent/no_file_view.html

@@ -390,6 +390,17 @@
                                         </table>
 
                                         <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
+                                            <tr>
+                                                <td colspan="2" align="center">
+                                                    导入来源标签:
+                                                    {if condition='$row["isImport"] == 1'}福建省高层次人才{/if}
+                                                    {if condition='$row["isImport"] == 2'}泉州市高层次人才{/if}
+                                                </td>
+                                                <td colspan="2" align="center">
+                                                    认定条件:
+                                                    {$row["talent_condition_text"]}
+                                                </td>
+                                            </tr>
                                             <tr>
                                                 <td>
                                                     <div class="rowGroup">

+ 1 - 1
public/static/modular/gate/talentInfo/new_nofile_talentInfo_info.js

@@ -572,7 +572,7 @@ TalentInfoInfoDlg.sourceChange = function () {
         case "2":
         case "4":
             $("#source_batch").parents("td").css("display", "table-cell");
-            $("#quanzhou_highcert").css("display", "table-cell");
+            $(".quanzhou_highcert").css("display", "table-cell");
             $("#fujian_highcert_pubtime").val("");
             $(".fujian_highcert_exptime").val("");
             $('#talentInfoForm').bootstrapValidator('addField', "source_batch", {validators: {notEmpty: {message: '申报来源批次不能为空'}}});