'use strict';
var sProgramId = getProgramId(),
oGrid = null,
fnPageInit = function () {
var oForm = $('#form_main'),
oBaseQueryPm = {
pageIndex: 1,
pageSize: parent.SysSet.GridRecords || 10,
sortField: 'UserID',
sortOrder: 'asc'
},
/**
* 獲取資料
* @param {Object} args 查詢條件參數
*/
fnGetPro = function (args) {
var oQueryPm = {},
oQuery = getFormSerialize(oForm),
sUserID = oQuery.UserID,
sDate = oQuery.Date;
$.extend(oQueryPm, oBaseQueryPm, args);
oBaseQueryPm.pageIndex = oQueryPm.pageIndex;
return CallAjax(ComFn.W_Com, ComFn.GetPagePrc, {
Type: 'wenzhong_getlist',
Params: {
querysort: oQueryPm.sortField + ' ' + oQueryPm.sortOrder,
pageindex: oQueryPm.pageIndex,
pagesize: oQueryPm.pageSize,
UserID: sUserID,
Date: sDate,
LeaveDate: '',
OrgID: parent.OrgID
}
});
},
/**
* 匯入費用項目
*/
fnImport = function () {
$('#importfile').val('').off('change').on('change', function () {
if (this.value.indexOf('.xls') > -1 || this.value.indexOf('.xlsx') > -1) {
var sFileId = guid(),
sFileName = this.value;
$.ajaxFileUpload({
url: '/Controller.ashx?action=importfile&FileId=' + sFileId,
secureuri: false,
fileElementId: 'importfile',
success: function (data, status) {
g_api.ConnectLite(sProgramId, 'GetImport', {//匯入費用項目
FileId: sFileId,
FileName: sFileName
}, function (res) {
if (res.RESULT) {
$('#Toolbar_Qry').click();
}
else {
showMsg(i18next.t('message.ProgressError') + '
' + res.MSG, 'error'); // ╠message.ProgressError⇒資料處理異常╣
}
}, function () {
showMsg(i18next.t("message.ProgressError"), 'error'); // ╠message.ProgressError⇒資料處理異常╣
});
},
error: function (data, status, e) {
showMsg(i18next.t("message.ProgressError"), 'error'); // ╠message.ProgressError⇒資料處理異常╣
}
});
bRequestStorage = true;
}
else {
showMsg(i18next.t("message.FileTypeError"), 'error'); // ╠message.FileTypeError⇒文件格式錯誤╣
}
}).click();
},
/**
* 資料刪除
* @param {String} id pk
*/
fnDel = function (id) {
g_api.ConnectLite(sProgramId, 'GetDel', {//匯入費用項目
Guid: id
}, function (res) {
if (res.RESULT) {
if (res.DATA.rel) {
$('#Toolbar_Qry').trigger('click');
showMsg(i18next.t("message.Delete_Success"), 'success'); // ╠message.Delete_Success⇒刪除成功╣
}
else {
showMsg(i18next.t("message.Delete_Failed"), 'error'); // ╠message.Delete_Failed⇒刪除失敗╣
}
}
else {
showMsg(i18next.t("message.Delete_Failed") + '
' + res.MSG, 'error'); // ╠message.Delete_Failed⇒刪除失敗╣
}
}, function () {
showMsg(i18next.t("message.Delete_Failed"), 'error'); // ╠message.Delete_Failed⇒刪除失敗╣
});
},
/**
* 修改文中設定
*/
fnUpd = function (data) {//╠common.OriginalHours⇒原本時數╣╠common.Hours⇒小時╣╠common.UpdLeaveHours⇒變更時數╣
var sContent = '\