去除合同编号必填校验

This commit is contained in:
BianLzhaoMin 2025-10-14 17:57:46 +08:00
parent d7db833a54
commit f879065349
2 changed files with 2 additions and 2 deletions

View File

@ -1088,7 +1088,7 @@ export default {
async (valid4) => {
if (valid4) {
let fieldsToCheck_1 = [
'contractCode', //
// 'contractCode', //
'wageCriterion', //
'contractStopDate', //
'contractStartDate', //

View File

@ -274,7 +274,7 @@ export default {
checkFormStatus() {
//
let fieldsList = [
'contractCode', //
// 'contractCode', //
'wageCriterion', //
'contractStopDate', //
'contractStartDate', //