diff --git a/src/views/crm/business/BusinessForm.vue b/src/views/crm/business/BusinessForm.vue
index 07139f75..7c0236af 100644
--- a/src/views/crm/business/BusinessForm.vue
+++ b/src/views/crm/business/BusinessForm.vue
@@ -155,7 +155,6 @@ const formData = ref({
id: undefined,
name: undefined,
customerId: undefined,
- contactNextTime: undefined,
ownerUserId: undefined,
statusTypeId: undefined,
dealTime: undefined,
@@ -273,7 +272,6 @@ const resetForm = () => {
id: undefined,
name: undefined,
customerId: undefined,
- contactNextTime: undefined,
ownerUserId: undefined,
statusTypeId: undefined,
dealTime: undefined,
diff --git a/src/views/crm/business/components/BusinessProductForm.vue b/src/views/crm/business/components/BusinessProductForm.vue
index 6a244c74..fbba065b 100644
--- a/src/views/crm/business/components/BusinessProductForm.vue
+++ b/src/views/crm/business/components/BusinessProductForm.vue
@@ -95,7 +95,7 @@
diff --git a/src/views/crm/contract/components/ContractProductForm.vue b/src/views/crm/contract/components/ContractProductForm.vue
new file mode 100644
index 00000000..c33b996a
--- /dev/null
+++ b/src/views/crm/contract/components/ContractProductForm.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ —
+
+
+
+
+
+ + 添加产品
+
+
+
diff --git a/src/views/crm/contract/components/ProductList.vue b/src/views/crm/contract/components/ProductList.vue
deleted file mode 100644
index ed4ce6f1..00000000
--- a/src/views/crm/contract/components/ProductList.vue
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
- 添加产品
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ fenToYuan(getTotalPrice(row)) }}
-
-
-
-
- 移除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-