mirror of
https://gitee.com/guchengwuyue/crm.git
synced 2025-12-06 08:58:27 +08:00
下次跟进增加默认时间
This commit is contained in:
parent
5bcb2e0832
commit
100b269cd2
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
@ -339,7 +339,7 @@ const resetForm = () => {
|
||||
orderAdminId: undefined,
|
||||
remark: undefined,
|
||||
ownerUserId: undefined,
|
||||
nextTime: undefined,
|
||||
nextTime: Date.parse(new Date()),
|
||||
expireHandle: undefined,
|
||||
invoiceMoney: undefined
|
||||
}
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user