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
161113ab
Commit
161113ab
authored
Mar 23, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增是否专业投资者
parent
e1fa731f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
src/views/sign/policyReceipts/premiumRecon.vue
+11
-11
src/views/sign/underwritingMain/policyDetail.vue
+1
-1
No files found.
src/views/sign/policyReceipts/premiumRecon.vue
View file @
161113ab
...
...
@@ -742,14 +742,14 @@ const remittanceConfig = [
type
:
'upload'
,
prop
:
'paymentVoucherList'
,
label
:
'支付凭证'
,
uploadType
:
'
imag
e'
,
uploadType
:
'
fil
e'
,
multiple
:
true
,
limit
:
5
,
maxSize
:
5
*
1024
*
1024
,
// 5
MB
accept
:
'.png,.jpg,.jpeg,.webp'
,
// ✅ 改成扩展名!
limit
:
10
,
maxSize
:
10
*
1024
*
1024
,
// 10
MB
accept
:
'.png,.jpg,.jpeg,.webp
,.pdf,.doc,.docx,.xls,.xlsx,.txt
'
,
// ✅ 改成扩展名!
action
:
import
.
meta
.
env
.
VITE_APP_BASE_API
+
'/oss/api/oss/upload'
,
headers
:
{
Authorization
:
'Bearer '
+
getToken
()
},
listType
:
'
picture-card
'
,
listType
:
'
text
'
,
defaultValue
:
[],
span
:
24
,
rules
:
[{
required
:
true
,
message
:
'请上传支付凭证'
,
trigger
:
'blur'
}]
...
...
@@ -758,14 +758,14 @@ const remittanceConfig = [
type
:
'upload'
,
prop
:
'accountVerificationList'
,
label
:
'账户证明'
,
uploadType
:
'
imag
e'
,
uploadType
:
'
fil
e'
,
multiple
:
true
,
limit
:
5
,
maxSize
:
5
*
1024
*
1024
,
// 5
MB
accept
:
'.png,.jpg,.jpeg,.webp'
,
// ✅ 改成扩展名!
limit
:
10
,
maxSize
:
10
*
1024
*
1024
,
// 10
MB
accept
:
'.png,.jpg,.jpeg,.webp
,.pdf,.doc,.docx,.xls,.xlsx,.txt
'
,
// ✅ 改成扩展名!
action
:
import
.
meta
.
env
.
VITE_APP_BASE_API
+
'/oss/api/oss/upload'
,
headers
:
{
Authorization
:
'Bearer '
+
getToken
()
},
listType
:
'
picture-card
'
,
listType
:
'
text
'
,
defaultValue
:
[],
span
:
24
,
rules
:
[{
required
:
true
,
message
:
'请上传账户证明'
,
trigger
:
'blur'
}]
...
...
@@ -776,7 +776,7 @@ const remittanceConfig = [
label
:
'其他资料'
,
uploadType
:
'file'
,
multiple
:
true
,
limit
:
5
,
limit
:
10
,
maxSize
:
10
*
1024
*
1024
,
// 5MB
accept
:
'.png,.jpg,.jpeg,.webp,.pdf,.doc,.docx,.xls,.xlsx,.txt'
,
// ✅ 支持多种格式
action
:
import
.
meta
.
env
.
VITE_APP_BASE_API
+
'/oss/api/oss/upload'
,
...
...
src/views/sign/underwritingMain/policyDetail.vue
View file @
161113ab
...
...
@@ -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
,
getUserSaleExpandList
}
from
'@/api/common'
import
{
uploadOssFileList
,
delUploadFile
}
from
'@/api/common'
import
{
getProcessDetail
}
from
'@/api/sign/fna'
import
{
premiumReconciliationList
}
from
'@/api/sign/policy'
import
{
loadDicts
,
getDictLabel
}
from
'@/utils/useDict'
...
...
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