From 567233236641bd2cb1c31f7cae1572ee80cb66b6 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Tue, 9 Dec 2025 10:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AE=9E=E5=90=8D=E5=88=B6-?= =?UTF-8?q?=E6=96=BD=E5=B7=A5=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smz-web/js/work/person/blacklist.js | 4 +- .../certificateRecheckUpload.js | 12 +- .../certificateManage/certificateTypeList.js | 12 +- .../singleWorkCertificateList.js | 10 +- .../certificateManage/workCertificateList.js | 8 +- .../workCertificateNumList.js | 4 +- smz-web/js/work/person/redlist.js | 24 +-- .../employmentManagementAccountList.js | 10 +- .../salaryApprovalFormList.js | 10 +- .../salaryPaymentStatisticsList.js | 10 +- .../js/work/person/safeguardingAppealList.js | 12 +- .../js/work/person/training/trainingList.js | 8 +- .../js/work/person/wagesManage/wagesInfo.js | 32 ++-- .../work/person/wagesManage/wagesInfoList.js | 2 +- .../wagesManage/wagesInfoReceiptUploadList.js | 14 +- smz-web/js/work/person/workGive.js | 6 +- smz-web/js/work/person/workGiveFrom.js | 4 +- smz-web/js/work/train/trainList.js | 8 +- smz-web/pages/jobType/jobManagementForm.html | 2 +- smz-web/pages/work/basic/ProManagerForm.html | 2 +- .../pages/work/basic/ProManagerFormView.html | 2 +- .../pages/work/basic/SubContractorForm.html | 2 +- .../pages/work/basic/SubContractorLook.html | 2 +- .../basic/SubPrincipalManagementAudit.html | 2 +- smz-web/pages/work/basic/SubTeamForm.html | 2 +- smz-web/pages/work/basic/audit.html | 2 +- smz-web/pages/work/basic/proCompletion.html | 2 +- .../pages/work/basic/subBlackListForm.html | 2 +- .../pages/work/person/BaseManagerForm.html | 2 +- .../work/person/BaseViewManagerForm.html | 2 +- .../pages/work/person/accessFieldInform.html | 2 +- smz-web/pages/work/person/blacklist.html | 75 ++++---- .../certificateRecheckForm.html | 4 +- .../certificateRecheckUpload.html | 47 +++-- .../certificateTypeFrom.html | 4 +- .../certificateTypeList.html | 16 +- .../singleWorkerCertificateList.html | 4 +- .../workCertificateSetting.html | 28 ++- .../workerCertificateList.html | 46 +++-- .../workerCertificateNumList.html | 53 ++++-- .../workerCertificateRecheck.html | 4 +- .../WorkNumberListByCurrentDay.html | 2 +- .../WorkNumberListByCurrentDay.html | 2 +- smz-web/pages/work/person/inOutInfo.html | 2 +- smz-web/pages/work/person/redHistory.html | 6 +- smz-web/pages/work/person/redlist.html | 65 ++----- .../employmentManagementAccountForm.html | 174 ++++++++---------- .../employmentManagementAccountList.html | 10 +- .../reportStatistics/salaryApprovalForm.html | 17 +- .../salaryApprovalFormList.html | 4 +- .../salaryPaymentStatisticsForm.html | 6 +- .../salaryPaymentStatisticsList.html | 4 +- .../work/person/safeguardingAppealList.html | 14 +- smz-web/pages/work/person/showPhoto.html | 4 +- .../person/templateManage/acceptanceView.html | 2 +- .../templateManage/contractDetails.html | 2 +- .../templateManage/contractTypeView.html | 2 +- .../work/person/training/trainingDetails.html | 65 +++++-- .../work/person/training/traininglist.html | 10 +- .../work/person/wagesManage/findPhoto.html | 2 +- .../person/wagesManage/wagesCheckView.html | 4 +- .../work/person/wagesManage/wagesInfo.html | 8 +- .../person/wagesManage/wagesInfoList.html | 6 +- .../wagesInfoReceiptUploadList.html | 29 +-- .../person/wagesManage/wagesPhotoView.html | 4 +- .../person/wagesManage/wagesUploadFile.html | 4 +- smz-web/pages/work/person/workGive.html | 12 +- smz-web/pages/work/person/workGiveFrom.html | 4 +- .../work/person/workerAttendHistory.html | 2 +- smz-web/pages/work/publicFileView.html | 2 +- smz-web/pages/work/sysMag/userAudit.html | 2 +- smz-web/pages/work/train/trainList.html | 146 ++------------- 72 files changed, 514 insertions(+), 599 deletions(-) diff --git a/smz-web/js/work/person/blacklist.js b/smz-web/js/work/person/blacklist.js index b4d8cef..bd52143 100644 --- a/smz-web/js/work/person/blacklist.js +++ b/smz-web/js/work/person/blacklist.js @@ -285,7 +285,7 @@ function buttonPutIn(data,status, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } // 移除按钮 @@ -295,7 +295,7 @@ function buttonDel(data,status, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } diff --git a/smz-web/js/work/person/certificateManage/certificateRecheckUpload.js b/smz-web/js/work/person/certificateManage/certificateRecheckUpload.js index 3deb826..4e6e14e 100644 --- a/smz-web/js/work/person/certificateManage/certificateRecheckUpload.js +++ b/smz-web/js/work/person/certificateManage/certificateRecheckUpload.js @@ -211,8 +211,8 @@ function certificateFileView(id) { localStorage.setItem("filePaths", data.obj.files); localStorage.setItem("fileTimes",data.obj.times); localStorage.removeItem("fileNames"); - var height = '525px'; - var width = '800px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ["查看", 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -236,7 +236,7 @@ function buttonUploadView(id, oneReviewTime, reviewNum, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -251,7 +251,7 @@ function uploadView(id,oneReviewTime, reviewNum) { title: ['上传复审结果', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'certificateRecheckForm.html', - area: ['40%', '65%'], + area: ['75%', '75%'], maxmin: false, btn: ['确定', '关闭'], success: function (layero, index) { @@ -271,7 +271,7 @@ function buttonCheckView(id, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -284,7 +284,7 @@ function checkView(id) { title: ['查看', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'workerCertificateRecheck.html', - area: ['85%', '95%'], + area: ['75%', '75%'], maxmin: false, success: function (layero, index) { var myIframe = window[layero.find('iframe')[0]['name']]; diff --git a/smz-web/js/work/person/certificateManage/certificateTypeList.js b/smz-web/js/work/person/certificateManage/certificateTypeList.js index b68c4db..2c5bc32 100644 --- a/smz-web/js/work/person/certificateManage/certificateTypeList.js +++ b/smz-web/js/work/person/certificateManage/certificateTypeList.js @@ -157,7 +157,7 @@ function insertCertificateType() { title: ['新增', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'certificateTypeFrom.html', - area: ['50%', '60%'], + area: ['75%', '75%'], maxmin: false, btn: ['确定','关闭'], yes: function (index, layero) { @@ -181,7 +181,7 @@ function buttonCheckView(id, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -194,7 +194,7 @@ function checkView(id) { title: ['查看', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'certificateTypeFrom.html', - area: ['50%', '60%'], + area: ['75%', '75%'], maxmin: false, btn: ['关闭'], success: function (layero, index) { @@ -211,7 +211,7 @@ function buttonUpdateView(id, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -224,7 +224,7 @@ function updateView(id) { title: ['修改', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'certificateTypeFrom.html', - area: ['50%', '60%'], + area: ['75%', '75%'], maxmin: false, btn: ['确定','关闭'], success: function (layero, index) { @@ -251,7 +251,7 @@ function buttonDelView(id, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } diff --git a/smz-web/js/work/person/certificateManage/singleWorkCertificateList.js b/smz-web/js/work/person/certificateManage/singleWorkCertificateList.js index 9295eb5..cdf1451 100644 --- a/smz-web/js/work/person/certificateManage/singleWorkCertificateList.js +++ b/smz-web/js/work/person/certificateManage/singleWorkCertificateList.js @@ -199,8 +199,8 @@ function certificateFileView(url) { localStorage.setItem("filePaths", url); localStorage.removeItem("fileTimes"); localStorage.removeItem("fileNames"); - var height = '525px'; - var width = '800px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ["查看", 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -222,7 +222,7 @@ function buttonUpdateView(id, name, idNumber, postId, postName, certificateId, s } var btn = $(""); + "\"" + certificateFile + "\",\"" + certificateTypeFile + "\",\"" + oneReviewTime + "\",\"" + twoReviewTime + "\",\"" + threeReviewTime + "\")' style='background-color: transparent;color: #009688;'>修改"); return btn.prop("outerHTML"); } @@ -248,7 +248,7 @@ function updateView(id, name, idNumber, postId, postName, certificateId, startDa title: ['修改', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'workerCertificateFrom.html', - area: ['85%', '95%'], + area: ['75%', '75%'], maxmin: false, btn: ['确定', '关闭'], success: function (layero, index) { @@ -275,7 +275,7 @@ function buttonDelView(id, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } diff --git a/smz-web/js/work/person/certificateManage/workCertificateList.js b/smz-web/js/work/person/certificateManage/workCertificateList.js index 2a1706e..0e16dcd 100644 --- a/smz-web/js/work/person/certificateManage/workCertificateList.js +++ b/smz-web/js/work/person/certificateManage/workCertificateList.js @@ -194,7 +194,7 @@ function buttonAddView(name,idNumber,postId,postName,uploadCertificateName, perm return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -214,7 +214,7 @@ function insertWorkCertificate(name,idNumber,postId,postName,uploadCertificateNa title: ['新增', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'workerCertificateFrom.html', - area: ['72%', '90%'], + area: ['75%', '75%'], maxmin: false, btn: ['确定','关闭'], yes: function (index, layero) { @@ -237,7 +237,7 @@ function buttonCheckView(idNumber, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -250,7 +250,7 @@ function checkView(idNumber) { title: ['查看', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'singleWorkerCertificateList.html', - area: ['90%', '95%'], + area: ['97.5%', '97.5%'], maxmin: false, btn: ['关闭'], success: function (layero, index) { diff --git a/smz-web/js/work/person/certificateManage/workCertificateNumList.js b/smz-web/js/work/person/certificateManage/workCertificateNumList.js index 51a1329..db61a7c 100644 --- a/smz-web/js/work/person/certificateManage/workCertificateNumList.js +++ b/smz-web/js/work/person/certificateManage/workCertificateNumList.js @@ -200,8 +200,8 @@ function certificateFileView(url) { localStorage.setItem("filePaths", url); localStorage.removeItem("fileTimes"); localStorage.removeItem("fileNames"); - var height = '525px'; - var width = '800px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ["查看", 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, diff --git a/smz-web/js/work/person/redlist.js b/smz-web/js/work/person/redlist.js index d4c2db5..97ec5c6 100644 --- a/smz-web/js/work/person/redlist.js +++ b/smz-web/js/work/person/redlist.js @@ -151,12 +151,8 @@ function init() { * 新增页面 * */ function addRedInfo() { - if ($.inArray("sys:Redlist:add", pers) < 0) { - layer.msg("无添加红名单权限"); - return; - } - var height = '525px'; - var width = '900px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['新增', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -222,12 +218,8 @@ function delBatch() { // 点赞达标配置 function configure() { - if ($.inArray("sys:Redlist:config", pers) < 0) { - layer.msg("无配置达标权限"); - return; - } - var height = '375px'; - var width = '500px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['点赞达标配置', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -281,8 +273,8 @@ function del(id) { function view(id,orgId) { localStorage.setItem("idNumbers", id); localStorage.setItem("orgId", orgId); - var height = '600px'; - var width = '1200px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['详情', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -307,7 +299,7 @@ function buttonDel(data, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -320,7 +312,7 @@ function buttonView(id, permission, pers) { } var orgId = $("#orgId").val(); - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } diff --git a/smz-web/js/work/person/reportStatistics/employmentManagementAccountList.js b/smz-web/js/work/person/reportStatistics/employmentManagementAccountList.js index 8f36c79..1ef91c5 100644 --- a/smz-web/js/work/person/reportStatistics/employmentManagementAccountList.js +++ b/smz-web/js/work/person/reportStatistics/employmentManagementAccountList.js @@ -144,7 +144,7 @@ function downloadBtn(proId,proName, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -184,7 +184,7 @@ function detailsBtn(idNumber,proName, id, proId, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -195,8 +195,8 @@ function details(proId,proName) { localStorage.setItem("proId",proId); localStorage.setItem("proName",proName); localStorage - var height = '95%'; - var width = '95%'; + var height = '97.5%'; + var width = '97.5%'; var index = layer.open({ title: ['农民工用工管理台账', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px;font-weight:bold'], type: 2, @@ -209,4 +209,4 @@ function details(proId,proName) { // 子页面调用的刷新父页面方法 function reloadData() { example.ajax.reload(); -} \ No newline at end of file +} diff --git a/smz-web/js/work/person/reportStatistics/salaryApprovalFormList.js b/smz-web/js/work/person/reportStatistics/salaryApprovalFormList.js index 6a11e05..cf7d422 100644 --- a/smz-web/js/work/person/reportStatistics/salaryApprovalFormList.js +++ b/smz-web/js/work/person/reportStatistics/salaryApprovalFormList.js @@ -150,7 +150,7 @@ function downloadBtn(proId,proName, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -191,7 +191,7 @@ function detailsBtn(proId,proName, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -203,8 +203,8 @@ function details(proId,proName) { localStorage.setItem("proName",proName); var days = $("#days").val(); localStorage.setItem("days",days); - var height = '95%'; - var width = '95%'; + var height = '97.5%'; + var width = '97.5%'; var index = layer.open({ title: ['农民工实名制工资信息报审表详情', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px;font-weight:bold'], type: 2, @@ -218,4 +218,4 @@ function details(proId,proName) { // 子页面调用的刷新父页面方法 function reloadData() { example.ajax.reload(); -} \ No newline at end of file +} diff --git a/smz-web/js/work/person/reportStatistics/salaryPaymentStatisticsList.js b/smz-web/js/work/person/reportStatistics/salaryPaymentStatisticsList.js index 355c483..d7c7835 100644 --- a/smz-web/js/work/person/reportStatistics/salaryPaymentStatisticsList.js +++ b/smz-web/js/work/person/reportStatistics/salaryPaymentStatisticsList.js @@ -275,7 +275,7 @@ function downloadBtn(id,year,month,proId,proName,teamId,teamName, seTime,permiss return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -319,7 +319,7 @@ function detailsBtn(idNumber, id,proId,year,month,proName,teamId,teamName,subId, return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -337,8 +337,8 @@ function details(idNumber,id,proId,year,month,proName,teamId,teamName,subId,subN localStorage.setItem("subId",subId); localStorage.setItem("subName",subName); localStorage.setItem("seTime",seTime); - var height = '750px'; - var width = '1650px'; + var height = '97.5%'; + var width = '97.5%'; var index = layer.open({ title: ['工资发放结果详情', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px;font-weight: bold'], type: 2, @@ -513,4 +513,4 @@ function reloadData() { // // // -// } \ No newline at end of file +// } diff --git a/smz-web/js/work/person/safeguardingAppealList.js b/smz-web/js/work/person/safeguardingAppealList.js index d246d15..45bd7c3 100644 --- a/smz-web/js/work/person/safeguardingAppealList.js +++ b/smz-web/js/work/person/safeguardingAppealList.js @@ -232,8 +232,8 @@ function photoView(id,type) { dataType: 'json', success: function (data) { localStorage.setItem("filePaths", data.path); - var height = '525px'; - var width = '800px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -252,18 +252,18 @@ function checkReply(id, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } // 回复 function reply(id){ - var height = '400px'; - var width = '500px'; + var height = '30%'; + var width = '30%'; var index = layer.open({ title: ['回复','color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 1, - content: '*', + content: '*', area: [width, height], maxmin: false, btn: ['确定', '关闭'], diff --git a/smz-web/js/work/person/training/trainingList.js b/smz-web/js/work/person/training/trainingList.js index daa3348..92c5efc 100644 --- a/smz-web/js/work/person/training/trainingList.js +++ b/smz-web/js/work/person/training/trainingList.js @@ -154,7 +154,7 @@ function details(id,date) { title: ['详情', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'trainingDetails.html', - area: ['95%', '95%'], + area: ['97.5%', '97.5%'], maxmin: false, success: function (layero, index) { var myIframe = window[layero.find('iframe')[0]['name']]; @@ -168,7 +168,7 @@ function upload(id,date) { title: ['修改','color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'trainingForm.html', - area: ["45%", "55%"], + area: ["75%", "75%"], maxmin: false, btn: ['确定', '关闭'], success:function(layero,index){ @@ -194,7 +194,7 @@ function buttonUpload(data,date, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -205,7 +205,7 @@ function buttonDetails(data,date, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } diff --git a/smz-web/js/work/person/wagesManage/wagesInfo.js b/smz-web/js/work/person/wagesManage/wagesInfo.js index 4046dbd..6e42e21 100644 --- a/smz-web/js/work/person/wagesManage/wagesInfo.js +++ b/smz-web/js/work/person/wagesManage/wagesInfo.js @@ -178,8 +178,8 @@ function photoView(id,filePaths,uploadName,uploadTime) { localStorage.setItem("filePaths", filePaths); localStorage.setItem("uploadName", uploadName); localStorage.setItem("uploadTime", uploadTime); - var height = '650px'; - var width = '800px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ["查看", 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -198,7 +198,7 @@ function buttonDel(id, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -234,14 +234,14 @@ function uploadFile(idNumber, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } //上传页面 function uploadFileView(idNumber){ localStorage.setItem("idNumber", idNumber); - var height = '85%'; - var width = '45%'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['查看图片','color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -257,7 +257,7 @@ function checkV(idNumber,bankCard,bankId,rollBankName,uploadName,uploadTime,witn return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -271,8 +271,8 @@ function checkView(idNumber,bankCard,bankId,rollBankName,updateName,updateTime,w localStorage.setItem("updateTime", updateTime); localStorage.setItem("witnessPath", witnessPath); localStorage.setItem("proId", proId); - var height = '85%'; - var width = '45%'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['工资卡见证','color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -299,8 +299,8 @@ function view(idNumber,bankCard,bankId,rollBankName,uploadTime,uploadName,witnes localStorage.setItem("uploadName", uploadName); localStorage.setItem("witnessPath",witnessPath); localStorage.setItem("proId",proId); - var height = '85%'; - var width = '45%'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['见证照片','color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -332,7 +332,7 @@ function buttonView(idNumber,bankCard,bankId,rollBankName,uploadName,uploadTime, return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -401,15 +401,15 @@ function buttonHistory(id, permission, pers){ return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } //变更记录 function history(idNumber) { localStorage.setItem("idNumber", idNumber); - let height = '80%'; - let width = '80%'; + let height = '75%'; + let width = '75%'; var layerIndex = layer.open({ id: 'layer-contract-signing-infor', title: ['变更记录', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], @@ -433,4 +433,4 @@ function history(idNumber) { btn2: function (index, layero) { } }); -} \ No newline at end of file +} diff --git a/smz-web/js/work/person/wagesManage/wagesInfoList.js b/smz-web/js/work/person/wagesManage/wagesInfoList.js index 1ebcdd9..835f5eb 100644 --- a/smz-web/js/work/person/wagesManage/wagesInfoList.js +++ b/smz-web/js/work/person/wagesManage/wagesInfoList.js @@ -94,7 +94,7 @@ function init() { {"data": "rollBankName"}, {"data": "time"}, ], - "order": [[0, "desc"], [1, "asc"]] //在栏目列上显示排序功能 + "order": [] //在栏目列上显示排序功能 }); } diff --git a/smz-web/js/work/person/wagesManage/wagesInfoReceiptUploadList.js b/smz-web/js/work/person/wagesManage/wagesInfoReceiptUploadList.js index 01ad569..e26f96f 100644 --- a/smz-web/js/work/person/wagesManage/wagesInfoReceiptUploadList.js +++ b/smz-web/js/work/person/wagesManage/wagesInfoReceiptUploadList.js @@ -172,8 +172,8 @@ function view(receiptFlage) { dataType: 'json', success: function (data) { console.log(data) - var height = '750px'; - var width = '1650px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['查看', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -229,8 +229,8 @@ function edit(id) { data: {"id": id}, dataType: 'json', success: function (data) { - var height = '750px'; - var width = '1650px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['修改', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -262,7 +262,7 @@ function buttonUpload(month,proId,teamId,subId, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -272,8 +272,8 @@ function upload(month,proId,teamId,subId ) { localStorage.setItem("proId",proId); localStorage.setItem("teamId",teamId); localStorage.setItem("subId",subId); - var height = '750px'; - var width = '1650px'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['回执单上传', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, diff --git a/smz-web/js/work/person/workGive.js b/smz-web/js/work/person/workGive.js index f9d130b..e1005c8 100644 --- a/smz-web/js/work/person/workGive.js +++ b/smz-web/js/work/person/workGive.js @@ -154,7 +154,7 @@ function view(proId,idNumber, name, starNums, workGiveNums) { title: ['详情', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'workGiveFrom.html', - area: ['90%', '90%'], + area: ['97.5%', '97.5%'], maxmin: false, btn: ['关闭'], yes: function (index, layero) { @@ -170,7 +170,7 @@ function buttonView(proId,idNumber, name, starNums, workGiveNums, permission, pe return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -193,4 +193,4 @@ function getCompanys(form) { form.render(); } }) -} \ No newline at end of file +} diff --git a/smz-web/js/work/person/workGiveFrom.js b/smz-web/js/work/person/workGiveFrom.js index 70f9c90..a4da7be 100644 --- a/smz-web/js/work/person/workGiveFrom.js +++ b/smz-web/js/work/person/workGiveFrom.js @@ -97,11 +97,11 @@ function buttonView(id,proId, permission, pers){ title: ['详情', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, content: 'workGiveDetails.html', - area: ['90%', '90%'], + area: ['97.5%', '97.5%'], maxmin: false, btn: ['关闭'], yes: function (index, layero) { layer.close(index); }, }); -} \ No newline at end of file +} diff --git a/smz-web/js/work/train/trainList.js b/smz-web/js/work/train/trainList.js index 14de9de..e5132a2 100644 --- a/smz-web/js/work/train/trainList.js +++ b/smz-web/js/work/train/trainList.js @@ -177,7 +177,7 @@ function buttonEdits(id, permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); } @@ -192,8 +192,8 @@ function edit(id) { data: {"id": id}, dataType: 'json', success: function (data) { - var height = '85%'; - var width = '85%'; + var height = '75%'; + var width = '75%'; var index = layer.open({ title: ['修改', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'], type: 2, @@ -227,7 +227,7 @@ function buttonDel(id,permission, pers) { return ""; } } - var btn = $(""); + var btn = $(""); return btn.prop("outerHTML"); diff --git a/smz-web/pages/jobType/jobManagementForm.html b/smz-web/pages/jobType/jobManagementForm.html index 6e91680..b03fbce 100644 --- a/smz-web/pages/jobType/jobManagementForm.html +++ b/smz-web/pages/jobType/jobManagementForm.html @@ -22,7 +22,7 @@
-
+
diff --git a/smz-web/pages/work/basic/ProManagerForm.html b/smz-web/pages/work/basic/ProManagerForm.html index d686fd8..0c52fb4 100644 --- a/smz-web/pages/work/basic/ProManagerForm.html +++ b/smz-web/pages/work/basic/ProManagerForm.html @@ -60,7 +60,7 @@
- +
+
@@ -18,47 +24,50 @@
-
- +
-
- + +
- - - - - - - - - +
+ + + +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+
+ + + + + + +
-
@@ -68,7 +77,7 @@
- +
@@ -104,4 +113,4 @@ \ No newline at end of file + diff --git a/smz-web/pages/work/person/certificateManage/certificateRecheckForm.html b/smz-web/pages/work/person/certificateManage/certificateRecheckForm.html index cb44475..682fe6e 100644 --- a/smz-web/pages/work/person/certificateManage/certificateRecheckForm.html +++ b/smz-web/pages/work/person/certificateManage/certificateRecheckForm.html @@ -22,7 +22,7 @@
-
+ @@ -74,4 +74,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/certificateManage/certificateRecheckUpload.html b/smz-web/pages/work/person/certificateManage/certificateRecheckUpload.html index 4a154dd..2ed741c 100644 --- a/smz-web/pages/work/person/certificateManage/certificateRecheckUpload.html +++ b/smz-web/pages/work/person/certificateManage/certificateRecheckUpload.html @@ -24,30 +24,41 @@
-
- 工程名称: +
- 分包商: +
+
+ +
+
- 班组: +
+
+ +
+
- - - -
@@ -45,7 +47,7 @@
- + @@ -75,4 +77,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/certificateManage/singleWorkerCertificateList.html b/smz-web/pages/work/person/certificateManage/singleWorkerCertificateList.html index 1d5cecc..7bb918b 100644 --- a/smz-web/pages/work/person/certificateManage/singleWorkerCertificateList.html +++ b/smz-web/pages/work/person/certificateManage/singleWorkerCertificateList.html @@ -32,7 +32,7 @@
序号 证件名称
- + @@ -65,4 +65,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/certificateManage/workCertificateSetting.html b/smz-web/pages/work/person/certificateManage/workCertificateSetting.html index 6f2f023..8d2f35d 100644 --- a/smz-web/pages/work/person/certificateManage/workCertificateSetting.html +++ b/smz-web/pages/work/person/certificateManage/workCertificateSetting.html @@ -6,7 +6,7 @@ - + -
+
diff --git a/smz-web/pages/work/person/faceContrastNew/WorkNumberListByCurrentDay.html b/smz-web/pages/work/person/faceContrastNew/WorkNumberListByCurrentDay.html index 7cd58fb..f0d5aa2 100644 --- a/smz-web/pages/work/person/faceContrastNew/WorkNumberListByCurrentDay.html +++ b/smz-web/pages/work/person/faceContrastNew/WorkNumberListByCurrentDay.html @@ -17,7 +17,7 @@ -
+
diff --git a/smz-web/pages/work/person/inOutInfo.html b/smz-web/pages/work/person/inOutInfo.html index b796d0c..4b5e24b 100644 --- a/smz-web/pages/work/person/inOutInfo.html +++ b/smz-web/pages/work/person/inOutInfo.html @@ -27,7 +27,7 @@ -
+
diff --git a/smz-web/pages/work/person/redHistory.html b/smz-web/pages/work/person/redHistory.html index 693d485..d5dc15e 100644 --- a/smz-web/pages/work/person/redHistory.html +++ b/smz-web/pages/work/person/redHistory.html @@ -49,12 +49,12 @@ } -
+
序号 姓名
- + @@ -86,4 +86,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/redlist.html b/smz-web/pages/work/person/redlist.html index 6351fb0..7b4cb71 100644 --- a/smz-web/pages/work/person/redlist.html +++ b/smz-web/pages/work/person/redlist.html @@ -18,61 +18,34 @@ -
序号 分公司
- - - - - - - -
- +
-
- +
- - - - - - - - - - - +
+ +
+
+ + + + + + + + +
+
+
@@ -82,7 +55,7 @@
- +
@@ -117,4 +90,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/reportStatistics/employmentManagementAccountForm.html b/smz-web/pages/work/person/reportStatistics/employmentManagementAccountForm.html index 723938a..5f119b6 100644 --- a/smz-web/pages/work/person/reportStatistics/employmentManagementAccountForm.html +++ b/smz-web/pages/work/person/reportStatistics/employmentManagementAccountForm.html @@ -6,20 +6,8 @@ - + -
+
@@ -43,7 +36,7 @@ - +

农民工实名制工资信息报审表

@@ -60,7 +53,7 @@
- + @@ -95,4 +88,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/reportStatistics/salaryApprovalFormList.html b/smz-web/pages/work/person/reportStatistics/salaryApprovalFormList.html index e6df25d..97db892 100644 --- a/smz-web/pages/work/person/reportStatistics/salaryApprovalFormList.html +++ b/smz-web/pages/work/person/reportStatistics/salaryApprovalFormList.html @@ -41,7 +41,7 @@ - + @@ -54,7 +54,7 @@
序号 姓名
- + diff --git a/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsForm.html b/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsForm.html index ff54a70..4d5998a 100644 --- a/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsForm.html +++ b/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsForm.html @@ -19,7 +19,7 @@ -
+
序号 工程名称
@@ -57,7 +57,7 @@
- + @@ -111,4 +111,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsList.html b/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsList.html index 0901d9e..9732414 100644 --- a/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsList.html +++ b/smz-web/pages/work/person/reportStatistics/salaryPaymentStatisticsList.html @@ -43,7 +43,7 @@ - + @@ -56,7 +56,7 @@
- + diff --git a/smz-web/pages/work/person/safeguardingAppealList.html b/smz-web/pages/work/person/safeguardingAppealList.html index 8bb7572..578690a 100644 --- a/smz-web/pages/work/person/safeguardingAppealList.html +++ b/smz-web/pages/work/person/safeguardingAppealList.html @@ -21,10 +21,14 @@
序号 工程名称
@@ -37,7 +41,7 @@
-
+
- - +
+
+ +
+
+
- + @@ -78,4 +82,4 @@ \ No newline at end of file + diff --git a/smz-web/pages/work/person/showPhoto.html b/smz-web/pages/work/person/showPhoto.html index 3c30ff2..f7fc275 100644 --- a/smz-web/pages/work/person/showPhoto.html +++ b/smz-web/pages/work/person/showPhoto.html @@ -116,11 +116,11 @@ -
+
- \ No newline at end of file + diff --git a/smz-web/pages/work/person/templateManage/acceptanceView.html b/smz-web/pages/work/person/templateManage/acceptanceView.html index aff4c17..de71e22 100644 --- a/smz-web/pages/work/person/templateManage/acceptanceView.html +++ b/smz-web/pages/work/person/templateManage/acceptanceView.html @@ -116,7 +116,7 @@ -
+
diff --git a/smz-web/pages/work/person/templateManage/contractDetails.html b/smz-web/pages/work/person/templateManage/contractDetails.html index d32077d..89e98b6 100644 --- a/smz-web/pages/work/person/templateManage/contractDetails.html +++ b/smz-web/pages/work/person/templateManage/contractDetails.html @@ -17,7 +17,7 @@ -
+
diff --git a/smz-web/pages/work/person/templateManage/contractTypeView.html b/smz-web/pages/work/person/templateManage/contractTypeView.html index 631603c..348b8f2 100644 --- a/smz-web/pages/work/person/templateManage/contractTypeView.html +++ b/smz-web/pages/work/person/templateManage/contractTypeView.html @@ -116,7 +116,7 @@ -
+
diff --git a/smz-web/pages/work/person/training/trainingDetails.html b/smz-web/pages/work/person/training/trainingDetails.html index ad71dba..b7f6e1d 100644 --- a/smz-web/pages/work/person/training/trainingDetails.html +++ b/smz-web/pages/work/person/training/trainingDetails.html @@ -10,32 +10,59 @@
-
+
序号 欠薪单位
@@ -50,7 +77,7 @@
-
+
- - - - +
+
+ +
+
- - - - +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + +
+ +
+
- + @@ -84,4 +111,4 @@ \ No newline at end of file + diff --git a/smz-web/pages/work/person/training/traininglist.html b/smz-web/pages/work/person/training/traininglist.html index ffc4644..e718134 100644 --- a/smz-web/pages/work/person/training/traininglist.html +++ b/smz-web/pages/work/person/training/traininglist.html @@ -24,8 +24,8 @@ @@ -47,7 +47,7 @@
序号 姓名
-
-
+
+
- - + +
- + diff --git a/smz-web/pages/work/person/wagesManage/findPhoto.html b/smz-web/pages/work/person/wagesManage/findPhoto.html index 67036e9..9cc3c92 100644 --- a/smz-web/pages/work/person/wagesManage/findPhoto.html +++ b/smz-web/pages/work/person/wagesManage/findPhoto.html @@ -115,7 +115,7 @@ - +
    diff --git a/smz-web/pages/work/person/wagesManage/wagesCheckView.html b/smz-web/pages/work/person/wagesManage/wagesCheckView.html index 7380d36..12438a9 100644 --- a/smz-web/pages/work/person/wagesManage/wagesCheckView.html +++ b/smz-web/pages/work/person/wagesManage/wagesCheckView.html @@ -51,7 +51,7 @@
    -
    +
    @@ -111,4 +111,4 @@
    - \ No newline at end of file + diff --git a/smz-web/pages/work/person/wagesManage/wagesInfo.html b/smz-web/pages/work/person/wagesManage/wagesInfo.html index 3d64652..e1f830d 100644 --- a/smz-web/pages/work/person/wagesManage/wagesInfo.html +++ b/smz-web/pages/work/person/wagesManage/wagesInfo.html @@ -37,8 +37,8 @@
    - - + +
@@ -51,7 +51,7 @@
序号 日期
- + @@ -84,4 +84,4 @@ \ No newline at end of file + diff --git a/smz-web/pages/work/person/wagesManage/wagesInfoList.html b/smz-web/pages/work/person/wagesManage/wagesInfoList.html index 324585c..5e90d6a 100644 --- a/smz-web/pages/work/person/wagesManage/wagesInfoList.html +++ b/smz-web/pages/work/person/wagesManage/wagesInfoList.html @@ -14,11 +14,11 @@
-
+
序号 姓名
- + @@ -47,4 +47,4 @@ \ No newline at end of file + diff --git a/smz-web/pages/work/person/wagesManage/wagesInfoReceiptUploadList.html b/smz-web/pages/work/person/wagesManage/wagesInfoReceiptUploadList.html index e35070c..ea72ad9 100644 --- a/smz-web/pages/work/person/wagesManage/wagesInfoReceiptUploadList.html +++ b/smz-web/pages/work/person/wagesManage/wagesInfoReceiptUploadList.html @@ -32,22 +32,27 @@
-
- 工程名称: +
+ - 分包商: + +
+
+ +
+
- 班组: +
+
+ +
+
- -
-
+
-
@@ -71,7 +76,7 @@
序号 银行卡号
- + diff --git a/smz-web/pages/work/person/wagesManage/wagesPhotoView.html b/smz-web/pages/work/person/wagesManage/wagesPhotoView.html index c4ae058..bb093c7 100644 --- a/smz-web/pages/work/person/wagesManage/wagesPhotoView.html +++ b/smz-web/pages/work/person/wagesManage/wagesPhotoView.html @@ -48,7 +48,7 @@
-
+
@@ -105,4 +105,4 @@
- \ No newline at end of file + diff --git a/smz-web/pages/work/person/wagesManage/wagesUploadFile.html b/smz-web/pages/work/person/wagesManage/wagesUploadFile.html index 059b63e..f107851 100644 --- a/smz-web/pages/work/person/wagesManage/wagesUploadFile.html +++ b/smz-web/pages/work/person/wagesManage/wagesUploadFile.html @@ -48,7 +48,7 @@
- +
@@ -104,4 +104,4 @@
- \ No newline at end of file + diff --git a/smz-web/pages/work/person/workGive.html b/smz-web/pages/work/person/workGive.html index 7b53f52..2850fd2 100644 --- a/smz-web/pages/work/person/workGive.html +++ b/smz-web/pages/work/person/workGive.html @@ -22,24 +22,24 @@
@@ -52,7 +52,7 @@
序号 工程名称
-
+
-
+
-
+
- +
- + @@ -84,4 +84,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/workGiveFrom.html b/smz-web/pages/work/person/workGiveFrom.html index 9d11962..79925f5 100644 --- a/smz-web/pages/work/person/workGiveFrom.html +++ b/smz-web/pages/work/person/workGiveFrom.html @@ -15,7 +15,7 @@
序号 公司名称
- + @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/smz-web/pages/work/person/workerAttendHistory.html b/smz-web/pages/work/person/workerAttendHistory.html index 9b2f582..54b2475 100644 --- a/smz-web/pages/work/person/workerAttendHistory.html +++ b/smz-web/pages/work/person/workerAttendHistory.html @@ -49,7 +49,7 @@ } -
+
diff --git a/smz-web/pages/work/publicFileView.html b/smz-web/pages/work/publicFileView.html index 6cf099b..4d704a0 100644 --- a/smz-web/pages/work/publicFileView.html +++ b/smz-web/pages/work/publicFileView.html @@ -134,7 +134,7 @@ -
+
diff --git a/smz-web/pages/work/sysMag/userAudit.html b/smz-web/pages/work/sysMag/userAudit.html index c0439e6..fae74e4 100644 --- a/smz-web/pages/work/sysMag/userAudit.html +++ b/smz-web/pages/work/sysMag/userAudit.html @@ -8,7 +8,7 @@
-
+
diff --git a/smz-web/pages/work/train/trainList.html b/smz-web/pages/work/train/trainList.html index 3be7154..34b8afd 100644 --- a/smz-web/pages/work/train/trainList.html +++ b/smz-web/pages/work/train/trainList.html @@ -23,22 +23,19 @@
- - - - + +
+ +
+ + + - - + +
+
序号 公司名称
@@ -49,7 +46,7 @@
- + @@ -82,124 +79,3 @@ - - - -
序号 所属单位