人员入场

This commit is contained in:
lSun 2025-06-11 15:11:14 +08:00
parent 279e5837cd
commit 387333e9ca
2 changed files with 4 additions and 1 deletions

View File

@ -506,7 +506,7 @@ function completeClick(){
//上传合同
contractId,
uploadContractSwitch: uploadContractSwitch, //上传合同 是否填写
contractCode: contractRef, //上传合同 合同编号
contractCode: '0001-zdsc', //上传合同 合同编号
laborContractType: contractTermType, //上传合同 合同期限类型
contractValidDate: contractStartTime, //上传合同 合同签订日期
contractInvalidDate: contractEndTime, //上传合同 合同终止日期

View File

@ -2003,6 +2003,9 @@ function nextClick(e) {
contractRef != null
) {
contractTf = uploadContractRequired();
}else{
layer.alert("合同编号为空,请在合同管理先上传合同", { icon: 0 });
return false;
}
if (contractTf) {
completeClick();