Browse Source

全部费用申请页面添加过滤导入功能

梁世豪 5 months ago
parent
commit
f43ec5440a

+ 1 - 1
src/main/resources/templates/payapply/list.html

@@ -644,7 +644,7 @@
644 644
                 title: '查看付款申请',
645 645
                 type: 2,
646 646
                 shade: 0.3,
647
-                // maxmin: true,
647
+                maxmin: true,
648 648
                 shadeClose: true,
649 649
                 area: ['950px', '750px'],
650 650
                 content: AjaxUtil.ctx + "staPayapproval/forView/" + obj.data.id,

+ 1 - 1
src/main/resources/templates/prjcontract/list.html

@@ -191,7 +191,7 @@
191 191
                 // 测试打印出后端返回的权限列表
192 192
                 // let permissionSet = [[${permissionSet}]];
193 193
                 // console.log(JSON.stringify(permissionSet));
194
-                if (userPostName !='科技项目管理专责'&& userId !=1) {
194
+                if (userPostName !='科技项目管理专责'&&userPostName !='科技项目管理专责2'&& userId !=1) {
195 195
                     document.getElementById("viewXgsq").style.display = 'none';
196 196
                 }
197 197
             }

File diff suppressed because it is too large
+ 27 - 1
src/main/resources/templates/stabudgetapproval/view_apply.html