Browse Source

卫健津补贴表格去掉两没用的

sugangqiang 1 year ago
parent
commit
f7cf215541
2 changed files with 5 additions and 1 deletions
  1. 5 1
      app/enterprise/view/talent_allowance/indexIC.html
  2. BIN
      public/wjjbtbiao.xlsx

+ 5 - 1
app/enterprise/view/talent_allowance/indexIC.html

@@ -180,7 +180,11 @@
                         </div>
                     </div>
                 </form>
-                <a href="/jbtbiao.xlsx">下载津补贴申报表模板文件</a>
+                <if condition="$type eq 5">
+                    <a href="/wjjbtbiao.xlsx">下载津补贴申报表模板文件</a>
+                    <else/>
+                    <a href="/jbtbiao.xlsx">下载津补贴申报表模板文件</a>
+                </if>
             </div>
             <div class="modal-footer">
                 <button type="button" class="btn btn-primary" onclick="TalentAllowanceInfo.importSubmit()">提交</button>

BIN
public/wjjbtbiao.xlsx