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
513a4a97
authored
2024-04-25 15:03:01 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
553fc11c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
src/viewsPc/booking/Invoicing.vue
src/viewsPc/center/myReservation.vue
vite.config.js
src/viewsPc/booking/Invoicing.vue
View file @
513a4a9
...
...
@@ -3,7 +3,7 @@
<div
class=
"box"
>
<div
class=
"indexTitle"
>
<h3
class=
"leftboderTT"
>
{{
language
==
0
?
'我的发票'
:
'My invoice'
}}
<el-button
@
click=
"goAdd"
type=
"primary"
class=
"btn-lineG fr"
>
开发票
</el-button>
<el-button
@
click=
"goAdd"
type=
"primary"
class=
"btn-lineG fr"
>
{{
language
==
0
?
'开发票'
:
'Invoicing'
}}
</el-button>
</h3>
</div>
<el-card
class=
"mt30 mb60"
>
...
...
@@ -29,9 +29,11 @@
<div
class=
"warning"
v-if=
"b.isInvoice == '2'"
>
已取消
</div>
</div>
<div>
<button
class=
"billbtn"
v-if=
"b.isInvoice == '0'"
@
click
.
stop=
"editDetail(b)"
>
修改发票
</button>
<button
class=
"billbtn"
v-if=
"b.isInvoice == '0'"
@
click
.
stop=
"editDetail(b)"
>
{{
language
==
0
?
'修改发票'
:
'Edit'
}}
</button>
<button
class=
"billbtn rbtn-m-kx"
@
click
.
stop=
"showDetail(b)"
>
详情
</button>
@
click
.
stop=
"showDetail(b)"
>
{{
language
==
0
?
'详情'
:
'Detail'
}}
</button>
</div>
</div>
...
...
@@ -74,7 +76,7 @@ function getList() {
function
goAdd
()
{
//选择开票订单
var
obj
=
{
title
:
'选择开票订单
'
,
title
:
language
.
value
==
0
?
'选择开票订单'
:
'Select the invoicing order
'
,
show
:
true
,
choosedList
:[]
}
...
...
src/viewsPc/center/myReservation.vue
View file @
513a4a9
...
...
@@ -5,7 +5,7 @@
<h3
class=
"leftboderTT"
>
{{
language
==
0
?
'我的预订'
:
'My reservation'
}}
</h3>
<el-button
class=
"fr"
type=
"primary"
plain
@
click=
"toInvoice"
>
发票开具
</el-button>
<el-button
class=
"fr"
type=
"primary"
plain
@
click=
"toInvoice"
>
{{
language
==
0
?
'发票开具'
:
'Invoice'
}}
</el-button>
</div>
<el-empty
:image=
"`/img/order_no.png`"
:image-size=
"228"
v-if=
"list?.length == 0"
/>
<div
class=
"pd20"
>
...
...
vite.config.js
View file @
513a4a9
...
...
@@ -82,7 +82,7 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.1
31
:8081/'
,
target
:
'http://192.168.1.1
18
:8081/'
,
// target: 'https://dance.itechtop.cn/stage-api',
// target: 'https://wdsfwuxicenter.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