Commit e1fa731f by Sweet Zhang

新单跟进增加专业投资者字段

parent 5e246be6
......@@ -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: '冷静期(天)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment