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
a7df04a9
authored
2024-08-09 21:22:58 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
ab42b9ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
src/viewsPc/booking/ticket/confirmOrder.vue
src/viewsPc/booking/ticket/peopleManage.vue
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
a7df04a
...
...
@@ -60,7 +60,7 @@
</div>
</el-checkbox-group>
</div>
<div
class=
"btn"
@
click=
"
$router.push(
{ path: '/booking/ticket/peopleManage' })
">
<div
class=
"btn"
@
click=
"
addPeopl
"
>
{{
languageFormat
(
language
,
"新增"
,
"Add"
)
}}
</div>
</div>
...
...
@@ -346,6 +346,18 @@ async function getDetail() {
}
getDetail
()
function
addPeopl
()
{
router
.
push
({
path
:
'/booking/ticket/peopleManage'
,
query
:
{
activeId
:
orderForm
.
value
.
activeId
,
attId
:
orderForm
.
value
.
attId
,
atId
:
orderForm
.
value
.
atId
}
})
}
</
script
>
...
...
src/viewsPc/booking/ticket/peopleManage.vue
View file @
a7df04a
...
...
@@ -72,6 +72,7 @@ import {triggerLanguage} from '@/utils/ruoyi'
const
user
=
computed
(()
=>
useUserStore
().
user
)
const
useStore
=
useUserStore
()
const
language
=
useStorage
(
'language'
,
0
)
const
route
=
useRoute
()
const
personnelList
=
ref
([])
const
show
=
ref
(
false
)
const
form
=
ref
({})
...
...
@@ -95,7 +96,11 @@ const rules = ref({
customerList
()
async
function
customerList
()
{
const
res
=
await
customerListApi
()
const
res
=
await
customerListApi
({
activeId
:
route
.
query
.
activeId
,
attId
:
route
.
query
.
attId
,
atId
:
route
.
query
.
atId
})
personnelList
.
value
=
res
.
rows
}
...
...
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