CRM:增加回款的待办事项逻辑

This commit is contained in:
YunaiV
2024-02-26 12:24:47 +08:00
parent 154f84a89e
commit d220ffae6a
18 changed files with 456 additions and 339 deletions

View File

@ -129,7 +129,6 @@ const resetForm = (bizType: number, bizId: number) => {
}
onMounted(async () => {
// 获得用户列表
// TODO 芋艿:用户列表的选择组件
userOptions.value = await UserApi.getSimpleUserList()
})
</script>

View File

@ -40,7 +40,7 @@
</el-radio-group>
</el-form-item>
</el-form>
<!-- TODO 转移客户时需要额外有联系人商机合同 checkbox 选择 -->
<!-- TODO @puhui999 转移客户时需要额外有联系人商机合同 checkbox 选择 -->
<template #footer>
<el-button :disabled="formLoading" type="primary" @click="submitForm"> </el-button>
<el-button @click="dialogVisible = false"> </el-button>
@ -117,7 +117,6 @@ const resetForm = () => {
}
onMounted(async () => {
// 获得用户列表
// TODO 芋艿:用户列表的选择组件
userOptions.value = await UserApi.getSimpleUserList()
})
</script>