下次跟进增加默认时间

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,
statusTime: undefined,
isEnd: undefined,
nextTime: undefined,
nextTime: Date.parse(new Date()),
name: undefined,
money: undefined,
totalPrice: 0,

View File

@ -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

View File

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

View File

@ -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,

View File

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