From f8790653490704d93127ad1b4f45abeef5bb293a Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 14 Oct 2025 17:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=90=88=E5=90=8C=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E5=BF=85=E5=A1=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry-and-exit-manage/person-entry/add-or-edit-form.vue | 2 +- .../contract-witness/contract-witness-upload.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue index dac008c..9bc081e 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue +++ b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue @@ -1088,7 +1088,7 @@ export default { async (valid4) => { if (valid4) { let fieldsToCheck_1 = [ - 'contractCode', // 合同编号 + // 'contractCode', // 合同编号 'wageCriterion', // 工资核定标准 'contractStopDate', // 合同终止日期 'contractStartDate', // 合同签订日期 diff --git a/src/views/construction-person/red-green-light-mange/contract-witness/contract-witness-upload.vue b/src/views/construction-person/red-green-light-mange/contract-witness/contract-witness-upload.vue index 49815d5..454eaec 100644 --- a/src/views/construction-person/red-green-light-mange/contract-witness/contract-witness-upload.vue +++ b/src/views/construction-person/red-green-light-mange/contract-witness/contract-witness-upload.vue @@ -274,7 +274,7 @@ export default { checkFormStatus() { // 检查图片是否有上传(排除附件) let fieldsList = [ - 'contractCode', // 合同编号 + // 'contractCode', // 合同编号 'wageCriterion', // 工资核定标准 'contractStopDate', // 合同终止日期 'contractStartDate', // 合同签订日期