| | |
| | | <script src="../../../layuiadmin/Scripts/webConfig.js"></script> |
| | | <script src="../../../layuiadmin/PubCustom.js"></script> |
| | | <script src="../../../layuiadmin/zgqCustom/zgqCustom.js"></script> |
| | | <script src="../../../layuiadmin/PageTitle.js"></script> |
| | | <style type="text/css"> |
| | | .layui-form-item .layui-inline { |
| | | margin-right: 0; |
| | |
| | | , laydate = layui.laydate |
| | | , element = layui.element; |
| | | |
| | | //#region ã卿è·å模ååç§°ã |
| | | var HModuleType = "2203"; |
| | | //éè¿åæ®ç±»åï¼ä»æ°æ®åºå¨æè·ååæ®æ¨¡åå½å,å¼ç¨jsæä»¶ PageTitle.js |
| | | var HPageTitle = get_PageTitle(HModuleType) == "" ? $("h1").html() : get_PageTitle(HModuleType); |
| | | $("h1").html('<b>' + HPageTitle + '</b>'); |
| | | //#endregion |
| | | |
| | | |
| | | var params = get_UrlVars(); |
| | | if (typeof (params[params[0]]) == "undefined") { |
| | | var OperationType = 1;//æä½ç±»å |
| | |
| | | elem: '#mainTable' |
| | | , toolbar: '#toolbarDemo' |
| | | , height: 500 |
| | | , totalRow: true |
| | | //,url: '/demo/table/user/' //æ°æ®æ¥å£ |
| | | , page: true //å¼å¯å页 |
| | | , cols: [[ //表头 |
| | | { type: 'checkbox', fixed: 'left' } |
| | | { type: 'checkbox', totalRowText: 'å计' } |
| | | , { templet: '#xuhao', title: 'åºå·', sort: true, fixed: 'left', event: "qwe", width: 100 } |
| | | , { field: 'HEmpID', title: 'HEmpID', edit: 'text', width: 100, hide: true } |
| | | , { field: 'HEmpNumber', title: 'èå代ç ', edit: 'text', event: 'HEmpCheck', width: 150 } |
| | | , { field: 'HEmpName', title: 'èååç§°', edit: 'text', width: 100 } |
| | | , { field: 'HEmpRate', title: 'èåç³»æ°', edit: 'text', width: 100 } |
| | | , { field: 'HPMTimes', title: 'ä¸åå·¥æ¶', edit: 'text', width: 100 } |
| | | , { field: 'HAMTimes', title: 'ä¸åå·¥æ¶', edit: 'text', width: 100 } |
| | | , { field: 'HBaseTimes', title: 'åºæ¬å·¥æ¶', width: 100 } |
| | | , { field: 'HBaseDays', title: 'åºæ¬å¤©æ°', edit: 'text', width: 100 } |
| | | , { field: 'HOverTimes', title: 'å çå·¥æ¶', edit: 'text', width: 100 } |
| | | , { field: 'HOverDays', title: 'å ç天æ°', edit: 'text', width: 100 } |
| | | , { field: 'HLeaveTimes', title: '请åå·¥æ¶', edit: 'text', width: 100 } |
| | | , { field: 'HLeaveDays', title: '请å天æ°', edit: 'text', width: 100 } |
| | | , { field: 'HLateQty', title: 'è¿å°æ¬¡æ°', edit: 'text', width: 100 } |
| | | , { field: 'HLateTimes', title: 'è¿å°æ¶é´', edit: 'text', width: 100 } |
| | | , { field: 'HEarlyQty', title: 'æ©é次æ°', edit: 'text', width: 100 } |
| | | , { field: 'HEarlyTimes', title: 'æ©éæ¶é´', edit: 'text', width: 100 } |
| | | , { field: 'HOutForEmpQty', title: 'ç§åºæ¬¡æ°', edit: 'text', width: 100 } |
| | | , { field: 'HOutForEmpTimes', title: 'ç§åºæ¶é´', edit: 'text', width: 100 } |
| | | , { field: 'HOutForComQty', title: 'å
¬åºæ¬¡æ°', edit: 'text', width: 100 } |
| | | , { field: 'HOutForComTimes', title: 'å
¬åºæ¶é´', edit: 'text', width: 100 } |
| | | , { field: 'HAbsentDays', title: 'æ·å·¥å¤©æ°', edit: 'text', width: 100 } |
| | | , { field: 'HPMTimes', title: 'ä¸åå·¥æ¶', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HAMTimes', title: 'ä¸åå·¥æ¶', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HBaseTimes', title: 'åºæ¬å·¥æ¶', width: 100, totalRow: true } |
| | | , { field: 'HBaseDays', title: 'åºæ¬å¤©æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HOverTimes', title: 'å çå·¥æ¶', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HOverDays', title: 'å ç天æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HLeaveTimes', title: '请åå·¥æ¶', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HLeaveDays', title: '请å天æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HLateQty', title: 'è¿å°æ¬¡æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HLateTimes', title: 'è¿å°æ¶é´', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HEarlyQty', title: 'æ©é次æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HEarlyTimes', title: 'æ©éæ¶é´', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HOutForEmpQty', title: 'ç§åºæ¬¡æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HOutForEmpTimes', title: 'ç§åºæ¶é´', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HOutForComQty', title: 'å
¬åºæ¬¡æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HOutForComTimes', title: 'å
¬åºæ¶é´', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HAbsentDays', title: 'æ·å·¥å¤©æ°', edit: 'text', width: 100, totalRow: true } |
| | | , { field: 'HRestFlag', title: 'åä¼', edit: 'text', value: "true", width: 100, hide: true } |
| | | , { field: 'HSchClassID', title: 'çæ¬¡', edit: 'text', width: 100 } |
| | | , { field: 'HCTPrjID', title: 'æ ¸ç®æ¹æ¡ä»£ç ', edit: 'text', width: 100, hide: true} |
| | |
| | | , { field: 'HWorkTypeID', title: 'å·¥ç§ä»£ç ', edit: 'text', width: 100, hide: true} |
| | | , { field: 'HWorkTypeName', title: 'å·¥ç§åç§°', edit: 'text', event: 'HWorkTypeName', width: 100 } |
| | | , { field: 'HPayMoney', title: 'å°æ¶å·¥èµ', edit: 'text', width: 100 } |
| | | , { field: 'HMoney', title: 'å·¥èµ', width: 100 } |
| | | , { field: 'HMoney', title: 'å·¥èµ', width: 100, totalRow: true } |
| | | //, { field: 'HNeedTimes ', title: 'åºä¸çå·¥æ¶', edit: 'text', width: 100 } |
| | | , { field: 'HRemark', title: '夿³¨', edit: 'text', width: 100 } |
| | | , { field: 'HMainSourceInterID ', title: 'æºå主å
ç ', edit: 'text', width: 100, hide: true } |