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 || '—' }}
-
+
{{ parseTime(scope.row.collectionConfirmTime, '{y}-{m}-{d}') || '—' }}
-
-
-
- 确认
-
-
+
+
+
+
+
+
@@ -130,7 +130,7 @@
}}
-
+
{
ElMessage.warning('缺少阶段ID');
return;
}
- if (!confirmForm.receivableDate) {
+ if (!confirmForm.collectionConfirmTime) {
ElMessage.warning('请选择实际回款日期');
return;
}