From 0bd0384090888649a559939b568f9c0e5e0b2337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 19 May 2025 17:12:24 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-974]pc=E4=B8=8D=E5=8F=AF=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E5=88=9B=E5=BB=BA=E7=BB=B4=E4=BF=AE=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E3=80=81pc=E7=BB=B4=E4=BF=AE=E4=BA=BA=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/device/deviceRepair/deviceRepair.data.ts | 8 ++++---- src/views/eam/device/devicemaintenancejob/index.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/eam/device/deviceRepair/deviceRepair.data.ts b/src/views/eam/device/deviceRepair/deviceRepair.data.ts index 2ac0294..7bc64f3 100644 --- a/src/views/eam/device/deviceRepair/deviceRepair.data.ts +++ b/src/views/eam/device/deviceRepair/deviceRepair.data.ts @@ -22,10 +22,10 @@ export const DeviceRepairRules = reactive({ faultType: [required], type: [required], available: [required], - declarerPhone: [ - required, - { validator:validateHanset, message: '输入手机号格式不正确', trigger: 'blur'} - ] + // declarerPhone: [ + // required, + // { validator:validateHanset, message: '输入手机号格式不正确', trigger: 'blur'} + // ] // result: [required], }) diff --git a/src/views/eam/device/devicemaintenancejob/index.vue b/src/views/eam/device/devicemaintenancejob/index.vue index 7470f06..c5bfcb5 100644 --- a/src/views/eam/device/devicemaintenancejob/index.vue +++ b/src/views/eam/device/devicemaintenancejob/index.vue @@ -385,7 +385,7 @@ const judgeIsTheClass = (row) => { } const judgeIsTheClassEngineerAndApply = (row,type) => { - // 根据不同的状态进行判断 + // 根据不同的状态进行判断 // VERIFY:工程师验证; CONFIRM:申请人确认; if (row.status === 'COMPLETED' && type == 'CONFIRM') { // COMPLETED状态下,需要额外判断requestNumber和declarer if(row.requestNumber != null && row.requestNumber !== '' && row.declarer === userStore.getUser.id){ @@ -410,7 +410,7 @@ const judgeIsTheClassEngineerAndApply = (row,type) => { // 列表头部按钮 const HeadButttondata = [ - defaultButtons.defaultAddBtn({ hasPermi:'eam:device-maintenance-job-main:create'}), // 新增 + // defaultButtons.defaultAddBtn({ hasPermi:'eam:device-maintenance-job-main:create'}), // 新增 // defaultButtons.defaultImportBtn({hasPermi:'eam:device-maintenance-job-main:import'}), // defaultButtons.defaultExportBtn({hasPermi:'eam:device-maintenance-job-main:export'}), defaultButtons.defaultFreshBtn(null), // 刷新