Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
908c379f
Commit
908c379f
authored
Mar 07, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
4d9426bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
index.ts
src/i18n/en-US/index.ts
+6
-6
vehicleOrder.vue
src/pages/vehicle/vehicleOrder.vue
+0
-3
No files found.
src/i18n/en-US/index.ts
View file @
908c379f
...
@@ -246,10 +246,10 @@ export default {
...
@@ -246,10 +246,10 @@ export default {
soup
:
'Add soup'
,
soup
:
'Add soup'
,
orderType
:
'Order type'
,
orderType
:
'Order type'
,
tCNum
:
'Group number'
,
tCNum
:
'Group number'
,
c
ontactName
:
'Contact name'
,
C
ontactName
:
'Contact name'
,
c
ontactNumber
:
'Contact phone number'
,
C
ontactNumber
:
'Contact phone number'
,
inputText
:
'Please enter'
,
inputText
:
'Please enter'
,
r
emark
:
'Remarks'
,
R
emark
:
'Remarks'
,
scattered
:
'Individual customers'
,
scattered
:
'Individual customers'
,
group
:
'Group'
,
group
:
'Group'
,
title
:
'This trip'
,
title
:
'This trip'
,
...
@@ -938,7 +938,7 @@ export default {
...
@@ -938,7 +938,7 @@ export default {
zqd1
:
'Self pickup address'
,
zqd1
:
'Self pickup address'
,
sj
:
'Customer message'
,
sj
:
'Customer message'
,
youji
:
'Mailing messages'
,
youji
:
'Mailing messages'
,
unit
:
'
Zhang
'
,
unit
:
'
Number
'
,
sex
:
{
sex
:
{
man
:
'Male'
,
man
:
'Male'
,
women
:
'Female'
women
:
'Female'
...
@@ -960,11 +960,11 @@ export default {
...
@@ -960,11 +960,11 @@ export default {
},
},
st
:
'Settlement Bill'
,
st
:
'Settlement Bill'
,
rtt
:
'Refund restriction'
,
rtt
:
'Refund restriction'
,
r
TC
:
'Non consumption can be refunded at any time, partial refund is not supported for multiple ticket orders'
,
r
tc
:
'Non consumption can be refunded at any time, partial refund is not supported for multiple ticket orders'
,
ms
:
'Ticket booking details'
,
ms
:
'Ticket booking details'
,
nt
:
'No ticket selected'
,
nt
:
'No ticket selected'
,
ds
:
'Total order amount'
,
ds
:
'Total order amount'
,
s
B
:
'Submit o
rder'
,
s
b
:
'Submit O
rder'
,
or
:
'Order remarks'
,
or
:
'Order remarks'
,
zqa
:
'Self pickup address'
,
zqa
:
'Self pickup address'
,
nzqa
:
'We will wait for customer service confirmation before we can see the pickup address. We will inform you via email as soon as possible.'
,
nzqa
:
'We will wait for customer service confirmation before we can see the pickup address. We will inform you via email as soon as possible.'
,
...
...
src/pages/vehicle/vehicleOrder.vue
View file @
908c379f
...
@@ -66,9 +66,7 @@ export default defineComponent({
...
@@ -66,9 +66,7 @@ export default defineComponent({
if
(
currentRouter
.
currentRoute
.
value
.
params
.
OrderId
)
{
if
(
currentRouter
.
currentRoute
.
value
.
params
.
OrderId
)
{
data
.
OrderId
=
currentRouter
.
currentRoute
.
value
.
params
.
OrderId
;
data
.
OrderId
=
currentRouter
.
currentRoute
.
value
.
params
.
OrderId
;
}
}
if
(
currentRouter
.
currentRoute
.
value
.
params
.
pages
<
4
)
{
if
(
currentRouter
.
currentRoute
.
value
.
params
.
pages
<
4
)
{
console
.
log
(
"11"
,
currentRouter
.
currentRoute
.
value
.
params
.
pages
);
if
(
if
(
b2bUserInfo
&&
b2bUserInfo
&&
b2bUserInfo
.
groupId
==
100
&&
b2bUserInfo
.
groupId
==
100
&&
...
@@ -81,7 +79,6 @@ export default defineComponent({
...
@@ -81,7 +79,6 @@ export default defineComponent({
}
else
{
}
else
{
data
.
tab
=
0
;
data
.
tab
=
0
;
}
}
console
.
log
(
"currentRouter.tab"
,
data
.
tab
);
}
}
const
menu
=
inject
(
DirtionmaryHelper
.
MENU_KEYS
)
as
any
;
const
menu
=
inject
(
DirtionmaryHelper
.
MENU_KEYS
)
as
any
;
menu
.
value
=
6
;
menu
.
value
=
6
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment