From 4b832b7d1864283dc55fbeded14d837edc0de5e6 Mon Sep 17 00:00:00 2001 From: yinq Date: Sat, 9 May 2026 14:28:25 +0800 Subject: [PATCH] =?UTF-8?q?1.1.31=20=E9=9A=90=E8=97=8F=E5=90=88=E5=90=8C?= =?UTF-8?q?=E5=9B=9E=E6=AC=BE=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE=EF=BC=8C?= =?UTF-8?q?=E5=9C=A8=E5=88=86=E6=AC=BE=E9=A1=B5=E9=9D=A2=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=9B=9E=E6=AC=BE=E5=88=86=E9=85=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/erp/contractCollection/index.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/oa/erp/contractCollection/index.vue b/src/views/oa/erp/contractCollection/index.vue index 84bebea..cdb480a 100644 --- a/src/views/oa/erp/contractCollection/index.vue +++ b/src/views/oa/erp/contractCollection/index.vue @@ -53,7 +53,7 @@ @@ -98,17 +98,17 @@ {{ scope.row.collectionConfirmNickName || scope.row.collectionConfirmUserId || '—' }} - + - - - - + + + + + + @@ -130,7 +130,7 @@ }} - + { ElMessage.warning('缺少阶段ID'); return; } - if (!confirmForm.receivableDate) { + if (!confirmForm.collectionConfirmTime) { ElMessage.warning('请选择实际回款日期'); return; }