From 100b269cd2c0ec49471201876aa32d6e6917572f Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 14 Sep 2024 09:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=AC=A1=E8=B7=9F=E8=BF=9B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yshop-crm-vue/src/views/crm/crmbusiness/BusinessForm.vue | 2 +- yshop-crm-vue/src/views/crm/crmclues/CluesForm.vue | 2 +- yshop-crm-vue/src/views/crm/crmcontract/ContractForm.vue | 2 +- yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue | 2 +- yshop-crm-vue/src/views/crm/crmrecord/RecordForm.vue | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/yshop-crm-vue/src/views/crm/crmbusiness/BusinessForm.vue b/yshop-crm-vue/src/views/crm/crmbusiness/BusinessForm.vue index 265c21c..9a3ca3a 100644 --- a/yshop-crm-vue/src/views/crm/crmbusiness/BusinessForm.vue +++ b/yshop-crm-vue/src/views/crm/crmbusiness/BusinessForm.vue @@ -211,7 +211,7 @@ const resetForm = () => { status: undefined, statusTime: undefined, isEnd: undefined, - nextTime: undefined, + nextTime: Date.parse(new Date()), name: undefined, money: undefined, totalPrice: 0, diff --git a/yshop-crm-vue/src/views/crm/crmclues/CluesForm.vue b/yshop-crm-vue/src/views/crm/crmclues/CluesForm.vue index 146d636..47fa123 100644 --- a/yshop-crm-vue/src/views/crm/crmclues/CluesForm.vue +++ b/yshop-crm-vue/src/views/crm/crmclues/CluesForm.vue @@ -268,7 +268,7 @@ const resetForm = () => { city: undefined, area: undefined, detailAddress: undefined, - nextTime: undefined, + nextTime: Date.parse(new Date()), followTime: undefined, collectTime: undefined, followStatus: undefined diff --git a/yshop-crm-vue/src/views/crm/crmcontract/ContractForm.vue b/yshop-crm-vue/src/views/crm/crmcontract/ContractForm.vue index 95b36ec..45b9d2a 100644 --- a/yshop-crm-vue/src/views/crm/crmcontract/ContractForm.vue +++ b/yshop-crm-vue/src/views/crm/crmcontract/ContractForm.vue @@ -339,7 +339,7 @@ const resetForm = () => { orderAdminId: undefined, remark: undefined, ownerUserId: undefined, - nextTime: undefined, + nextTime: Date.parse(new Date()), expireHandle: undefined, invoiceMoney: undefined } diff --git a/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue b/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue index 216aeb7..d14eb58 100644 --- a/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue +++ b/yshop-crm-vue/src/views/crm/crmcustomer/CustomerForm.vue @@ -310,7 +310,7 @@ const resetForm = () => { detailAddress: undefined, lng: undefined, lat: undefined, - nextTime: undefined, + nextTime: Date.parse(new Date()), followTime: undefined, collectTime: undefined, weixin: undefined, diff --git a/yshop-crm-vue/src/views/crm/crmrecord/RecordForm.vue b/yshop-crm-vue/src/views/crm/crmrecord/RecordForm.vue index 5c97738..9623553 100644 --- a/yshop-crm-vue/src/views/crm/crmrecord/RecordForm.vue +++ b/yshop-crm-vue/src/views/crm/crmrecord/RecordForm.vue @@ -163,7 +163,6 @@