Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
87869823
authored
2025-08-21 11:32:13 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
8.21 日期定格10月
1 parent
853a0cbc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/viewsPc/match/components/affix-invitation.vue
src/viewsPc/match/components/affix-invitation.vue
View file @
8786982
...
...
@@ -168,6 +168,7 @@
size=
"small"
style=
"width: 100%;"
type=
"date"
value-format=
"YYYY-MM-DD"
:default-value=
"nowYearMonth"
/>
</
template
>
</el-table-column>
...
...
@@ -186,6 +187,7 @@
size=
"small"
style=
"width: 100%;"
type=
"date"
value-format=
"YYYY-MM-DD"
:default-value=
"nowYearMonth"
/>
</
template
>
</el-table-column>
...
...
@@ -409,6 +411,7 @@ const countrys = ref([])
const
mnaList
=
ref
([])
const
cptId
=
ref
(
''
)
const
showCheck
=
ref
(
false
)
const
nowYearMonth
=
new
Date
().
getFullYear
()
+
"-10-01"
const
rules
=
ref
(
{
nationality
:
[{
required
:
true
,
trigger
:
'change'
,
message
:
language
.
value
==
0
?
'请选择'
:
'Please choose'
},],
...
...
@@ -602,7 +605,7 @@ const getPassportInfo = (res) => {
passportNo
:
res
.
data
.
code
,
issueDate
:
res
.
data
.
issueDate
?.
slice
(
0
,
10
),
expiryDate
:
res
.
data
.
validToDate
?.
slice
(
0
,
10
),
passportCopy
:
res
.
data
.
pic
passportCopy
:
res
.
data
.
pic
,
}
form
.
value
.
cptVisaInfoBos
.
push
(
obj
)
}
else
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment