| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <t:base type="jquery,easyui,tools,DatePicker"></t:base>
- <div class="easyui-layout" fit="true">
- <div region="center" style="padding:0px;border:0px">
- <t:datagrid name="demoteTransferList" checkbox="true" fitColumns="true" title="人事降职申请表" actionUrl="demoteTransferController.do?datagrid" idField="id" fit="true" queryMode="group">
- <t:dgCol title="主键" field="id" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="流程状态" field="bpmStatus" query="true" queryMode="single" dictionary="bpm_status" width="120"></t:dgCol>
- <t:dgCol title="创建人名称" field="createName" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="创建人登录名称" field="createBy" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="更新人名称" field="updateName" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="更新人登录名称" field="updateBy" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="所属部门" field="sysOrgCode" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="创建日期" field="createDate" formatter="yyyy-MM-dd hh:mm:ss" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="更新日期" field="updateDate" formatter="yyyy-MM-dd hh:mm:ss" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="调动员工ID" field="userid" query="true" queryMode="single" dictionary="t_s_base_user,id,realname" width="120"></t:dgCol>
- <t:dgCol title="所属单位ID" field="belongUnitid" query="true" queryMode="single" dictionary="t_s_depart,id,departname, and org_type != '1' " width="120"></t:dgCol>
- <t:dgCol title="调入单位ID" field="inUnitid" queryMode="single" dictionary="t_s_depart,id,departname, and org_type != '1' " width="120"></t:dgCol>
- <t:dgCol title="原职位ID" field="oldDutiesid" hidden="true" queryMode="single" dictionary="t_bus_duties,id,duties_name, and delete_flag != '1' and status != '1' " width="120"></t:dgCol>
- <t:dgCol title="原岗位ID" field="oldPostid" hidden="true" queryMode="single" dictionary="t_bus_post,id,post_name, and delete_flag = '0' and status = '0'" width="120"></t:dgCol>
- <t:dgCol title="调入职位" field="inDutiesid" hidden="true" queryMode="single" dictionary="t_bus_duties,id,duties_name, and delete_flag != '1' and status != '1' " width="120"></t:dgCol>
- <t:dgCol title="调入岗位" field="inPostid" queryMode="single" dictionary="t_bus_post,id,post_name, and delete_flag = '0' and status = '0'" width="120"></t:dgCol>
- <t:dgCol title="薪资调整总额" field="salaryPay" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="调出日期" field="outTime" formatter="yyyy-MM-dd" query="true" queryMode="group" width="120"></t:dgCol>
- <t:dgCol title="调入日期" field="inTime" formatter="yyyy-MM-dd" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="调动原因" field="transferReason" hidden="true" queryMode="single" width="120"></t:dgCol>
- <t:dgCol title="申请人ID" field="applicantId" queryMode="single" dictionary="t_s_base_user,id,realname" width="120"></t:dgCol>
- <t:dgCol title="申请日期" field="applyDate" formatter="yyyy-MM-dd" query="true" queryMode="group" width="120"></t:dgCol>
- <t:dgCol title="逻辑删除标识" field="deleteFlag" hidden="true" queryMode="single" dictionary="del_flag" width="120"></t:dgCol>
- <t:dgCol title="操作" field="opt"></t:dgCol>
- <t:dgDelOpt title="删除" url="demoteTransferController.do?doDel&id={id}" urlclass="ace_button" urlfont="fa-trash-o"/>
- <t:dgToolBar title="录入" icon="icon-add" operationCode="add" url="demoteTransferController.do?goAdd" funname="add"></t:dgToolBar>
- <t:dgToolBar title="修改" icon="icon-edit" operationCode="edit" url="demoteTransferController.do?goUpdate" funname="update"></t:dgToolBar>
- <t:dgToolBar title="批量删除" icon="icon-remove" operationCode="remove" url="demoteTransferController.do?doBatchDel" funname="deleteALLSelect"></t:dgToolBar>
- <t:dgToolBar title="查看" icon="icon-search" url="demoteTransferController.do?goUpdate" funname="detail"></t:dgToolBar>
- <t:dgToolBar title="导入" icon="icon-putout" operationCode="put" funname="ImportXls"></t:dgToolBar>
- <t:dgToolBar title="导出" icon="icon-put" operationCode="put" funname="ExportXls"></t:dgToolBar>
- <t:dgToolBar title="模板下载" icon="icon-putout" operationCode="putout" funname="ExportXlsByT"></t:dgToolBar>
- </t:datagrid>
- </div>
- </div>
- <script src = "webpage/cn/com/lzt/demotetransfer/demoteTransferList.js"></script>
- <script type="text/javascript">
-
-
- //导入
- function ImportXls() {
- openuploadwin('Excel导入', 'demoteTransferController.do?upload', "demoteTransferList");
- }
- //导出
- function ExportXls() {
- JeecgExcelExport("demoteTransferController.do?exportXls","demoteTransferList");
- }
- //模板下载
- function ExportXlsByT() {
- JeecgExcelExport("demoteTransferController.do?exportXlsByT","demoteTransferList");
- }
- //新增
- function add(title,url,id){
- window.location.href=url
- }
- //修改
- function update(title,url, id){
- updateNotCreateWin("修改",url, "demoteTransferList",false);
- }
- //查看
- function view(title,url, id){
- viewNotCreateWin("查看",url, "demoteTransferList",false)
- }
- </script>
|