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
038d5b0e
authored
2025-08-19 09:20:25 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
8.18 hebing
1 parent
1f7ee987
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
src/viewsPc/center/info/reservationInfo.vue
src/viewsPc/match/components/affix-invitation.vue
vite.config.js
src/viewsPc/center/info/reservationInfo.vue
View file @
038d5b0
<
template
>
<div
class=
"pd20"
>
<div
style=
"margin-bottom: 20px"
>
<el-button
type=
"primary"
@
click=
"downloadAll"
>
合并生成缴费单
</el-button>
<!--
<el-button
type=
"primary"
@
click=
"showDialog"
>
合并上传缴费单
</el-button>
--
>
<el-button
type=
"primary"
@
click=
"downloadAll"
>
{{
language
==
0
?
'合并生成缴费单'
:
'Download Consolidated Invoice'
}}
</el-button>
<el-button
type=
"primary"
@
click=
"showDialog"
>
合并上传缴费单
</el-button
>
</div>
<div
v-for=
"b in list"
class=
"item"
>
<div
class=
"title"
>
...
...
src/viewsPc/match/components/affix-invitation.vue
View file @
038d5b0
...
...
@@ -535,6 +535,22 @@ const submit = async () => {
ElMessage
.
warning
(
`Please specify Date OF Departure position`
)
return
;
}
if
(
!
row
.
lastName
)
{
ElMessage
.
warning
(
`Please specify lastName`
)
return
;
}
if
(
!
row
.
fristName
)
{
ElMessage
.
warning
(
`Please specify fristName`
)
return
;
}
if
(
!
row
.
birthday
)
{
ElMessage
.
warning
(
`Please specify birth`
)
return
;
}
if
(
!
row
.
issueDate
)
{
ElMessage
.
warning
(
`Please specify issueDate`
)
return
;
}
}
if
(
form
.
value
.
files
&&
Array
.
isArray
(
form
.
value
.
files
))
{
...
...
vite.config.js
View file @
038d5b0
...
...
@@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => {
},
'/dev-api'
:
{
// target: 'http://192.168.1.118:8082/',
target
:
'http://192.168.1.22:8082'
,
//
target: 'https://tk005.wxjylt.com/stage-api',
//
target: 'http://192.168.1.22:8082',
target
:
'https://tk005.wxjylt.com/stage-api'
,
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin
:
true
,
...
...
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