Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
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
f6493de3
authored
2024-04-15 15:33:04 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' into order
2 parents
3d7074eb
0a0f0a1a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
src/viewsPc/match/components/addCoach_en.vue
src/viewsPc/match/components/addWdsf.vue
src/viewsPc/match/teamSign.vue
src/viewsPc/match/components/addCoach_en.vue
View file @
f6493de
...
...
@@ -313,7 +313,7 @@ function checkCard() {
form
.
value
.
representing
=
res
.
data
.
representing
form
.
value
.
ageGroup
=
res
.
data
.
ageGroup
form
.
value
.
division
=
res
.
data
.
division
form
.
value
.
s
tatus
=
res
.
data
.
status
form
.
value
.
wdsfS
tatus
=
res
.
data
.
status
if
(
!
form
.
value
.
sex
)
{
form
.
value
.
sex
=
'0'
}
...
...
@@ -346,7 +346,7 @@ function checkCode() {
}
function
changeCountry
()
{
if
(
form
.
value
.
countryId
=
240
){
if
(
form
.
value
.
countryId
=
=
240
){
form
.
value
.
idcType
=
'0'
}
}
...
...
src/viewsPc/match/components/addWdsf.vue
View file @
f6493de
...
...
@@ -305,7 +305,7 @@ function codeSuccess(msg) {
form
.
value
=
res
.
data
form
.
value
.
xing
=
form
.
value
.
surname
form
.
value
.
ming
=
form
.
value
.
name
form
.
value
.
wdsfStatus
=
form
.
value
.
status
form
.
value
.
wdsfStatus
=
res
.
data
.
status
if
(
!
form
.
value
.
sex
)
{
form
.
value
.
sex
=
'0'
}
...
...
src/viewsPc/match/teamSign.vue
View file @
f6493de
...
...
@@ -29,7 +29,7 @@
<el-option
v-for=
"item in countryList"
:key=
"item.id"
:label=
"item.noc||item.enName"
:value=
"item.id"
/>
</el-select>
</el-form-item>
<el-form-item
v-if=
"form.type!='4'"
:label=
"language==0?'参赛队名称':'Name of participating team'"
required
prop=
"abreviations"
>
<el-form-item
v-if=
"form.type!='4'"
:label=
"language==0?'参赛队名称':'Name of participating team'"
required
>
<el-input
type=
"text"
v-model=
"form.abreviations"
:placeholder=
"language==0?'请输入内容':''"
/>
</el-form-item>
<!--
<el-form-item
v-if=
"form.type!='4'"
:label=
"language==0?'团体名称':'Team Name'"
prop=
"name"
required
>
-->
...
...
@@ -270,6 +270,10 @@ function goPrev() {
function
submitForm
()
{
proxy
.
$refs
[
'ruleFormRef'
].
validate
((
valid
,
fields
)
=>
{
if
(
valid
)
{
if
(
form
.
value
.
type
!=
'4'
&&
(
form
.
value
.
abreviations
==
''
)){
ElMessage
.
warning
(
language
.
value
==
0
?
`请输入参赛队名称`
:
`Please complete Name of participating team`
)
return
}
console
.
log
(
form
.
value
)
for
(
const
n
of
participantsInfoArr
.
value
)
{
if
(
n
.
status
==
0
&&
(
!
n
.
value
&&
(
!
n
.
fixWxFile
||
n
.
fixWxFile
.
length
==
0
)))
{
...
...
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