mirror of
https://gitee.com/guchengwuyue/crm.git
synced 2025-12-06 17:08:28 +08:00
下次跟进增加默认时间
This commit is contained in:
parent
5bcb2e0832
commit
100b269cd2
@ -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,
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user