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; }