下次跟进增加默认时间

This commit is contained in:
hupeng 2024-09-14 09:04:29 +08:00
parent 5bcb2e0832
commit 100b269cd2
5 changed files with 4 additions and 5 deletions

View File

@ -211,7 +211,7 @@ const resetForm = () => {
status: undefined, status: undefined,
statusTime: undefined, statusTime: undefined,
isEnd: undefined, isEnd: undefined,
nextTime: undefined, nextTime: Date.parse(new Date()),
name: undefined, name: undefined,
money: undefined, money: undefined,
totalPrice: 0, totalPrice: 0,

View File

@ -268,7 +268,7 @@ const resetForm = () => {
city: undefined, city: undefined,
area: undefined, area: undefined,
detailAddress: undefined, detailAddress: undefined,
nextTime: undefined, nextTime: Date.parse(new Date()),
followTime: undefined, followTime: undefined,
collectTime: undefined, collectTime: undefined,
followStatus: undefined followStatus: undefined

View File

@ -339,7 +339,7 @@ const resetForm = () => {
orderAdminId: undefined, orderAdminId: undefined,
remark: undefined, remark: undefined,
ownerUserId: undefined, ownerUserId: undefined,
nextTime: undefined, nextTime: Date.parse(new Date()),
expireHandle: undefined, expireHandle: undefined,
invoiceMoney: undefined invoiceMoney: undefined
} }

View File

@ -310,7 +310,7 @@ const resetForm = () => {
detailAddress: undefined, detailAddress: undefined,
lng: undefined, lng: undefined,
lat: undefined, lat: undefined,
nextTime: undefined, nextTime: Date.parse(new Date()),
followTime: undefined, followTime: undefined,
collectTime: undefined, collectTime: undefined,
weixin: undefined, weixin: undefined,

View File

@ -163,7 +163,6 @@
</el-col> </el-col>
</el-row> </el-row>
<template #footer> <template #footer>
<el-button @click="submitForm" type="primary"> </el-button>
<el-button @click="dialogVisible = false"> </el-button> <el-button @click="dialogVisible = false"> </el-button>
</template> </template>
</Dialog> </Dialog>