Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
e1fa731f
Commit
e1fa731f
authored
Mar 20, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新单跟进增加专业投资者字段
parent
5e246be6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
src/views/sign/underwritingMain/policyDetail.vue
+10
-1
No files found.
src/views/sign/underwritingMain/policyDetail.vue
View file @
e1fa731f
...
...
@@ -239,7 +239,7 @@ import CommonDialog from '@/components/commonDialog'
import
{
ElMessage
,
ElMessageBox
}
from
'element-plus'
import
{
Delete
,
Edit
,
Search
,
Share
,
Upload
}
from
'@element-plus/icons-vue'
import
{
getPolicyfollow
,
getProductList
}
from
'@/api/sign/underwritingMain'
import
{
uploadOssFileList
,
delUploadFile
}
from
'@/api/common'
import
{
uploadOssFileList
,
delUploadFile
,
getUserSaleExpandList
}
from
'@/api/common'
import
{
getProcessDetail
}
from
'@/api/sign/fna'
import
{
premiumReconciliationList
}
from
'@/api/sign/policy'
import
{
loadDicts
,
getDictLabel
}
from
'@/utils/useDict'
...
...
@@ -538,6 +538,15 @@ const policyInfoFormConfig = ref([
rules
:
[{
required
:
true
,
message
:
'请选择出单经纪公司'
,
trigger
:
'blur'
}]
},
{
type
:
'select'
,
prop
:
'professionalInvestor'
,
label
:
'专业投资者'
,
options
:
[
{
label
:
'是'
,
value
:
'Yes'
},
{
label
:
'否'
,
value
:
'No'
}
]
},
{
type
:
'input'
,
prop
:
'coolingOffDays'
,
label
:
'冷静期(天)'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment