|
@@ -230,7 +230,7 @@
|
|
|
<%--此处按钮样式包括 nav-btn-add nav-btn-refresh nav-btn-import nav-btn-export nav-btn-query nav-btn-reset--%>
|
|
|
<div class="layui-btn-group">
|
|
|
<shiro:hasPermission name="workreimbursement:workReimbursement:add">
|
|
|
- <button onclick="openDialogre('新增报销单', '${ctx}/workreimbursement/workReimbursement/form?tabId=0','95%','95%')" class="layui-btn layui-btn-sm layui-bg-blue" > 添加</button>
|
|
|
+ <button onclick="openDialogre('新增报销单', '${ctx}/workReimbursementNew/workReimbursementNew/form?tabId=0','95%','95%')" class="layui-btn layui-btn-sm layui-bg-blue" > 添加</button>
|
|
|
</shiro:hasPermission>
|
|
|
<shiro:hasPermission name="workreimbursement:workReimbursement:export">
|
|
|
<table:exportExcel url="${ctx}/workreimbursement/workReimbursement/export"></table:exportExcel><!-- 导出按钮 -->
|
|
@@ -340,7 +340,7 @@
|
|
|
}
|
|
|
|
|
|
if(d.canedit3 != undefined && d.canedit3 == "1")
|
|
|
- xml +="<a href=\"javascript:void(0)\" onclick=\"openDialogreplay('重新申请报销单', '${ctx}/workreimbursement/workReimbursement/form?id=" + d.id + "&tabId=4','95%','95%')\" class=\"layui-btn layui-btn-xs layui-bg-green\" > 修改</a>";
|
|
|
+ xml +="<a href=\"javascript:void(0)\" onclick=\"openDialogreplay('重新申请报销单', '${ctx}/workReimbursementNew/workReimbursementNew/form?id=" + d.id + "&tabId=4','95%','95%')\" class=\"layui-btn layui-btn-xs layui-bg-green\" > 修改</a>";
|
|
|
if(d.candelete != undefined && d.candelete == "1")
|
|
|
xml +="<a href=\"${ctx}/workreimbursement/workReimbursement/delete?id=" + d.id + "\" onclick=\"return confirmx('确认要删除该报销单吗?', this.href)\" class=\"layui-btn layui-btn-xs layui-bg-red\"> 删除</a>";
|
|
|
|