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 {
soup
:
'Add soup'
,
orderType
:
'Order type'
,
tCNum
:
'Group number'
,
c
ontactName
:
'Contact name'
,
c
ontactNumber
:
'Contact phone number'
,
C
ontactName
:
'Contact name'
,
C
ontactNumber
:
'Contact phone number'
,
inputText
:
'Please enter'
,
r
emark
:
'Remarks'
,
R
emark
:
'Remarks'
,
scattered
:
'Individual customers'
,
group
:
'Group'
,
title
:
'This trip'
,
...
...
@@ -938,7 +938,7 @@ export default {
zqd1
:
'Self pickup address'
,
sj
:
'Customer message'
,
youji
:
'Mailing messages'
,
unit
:
'
Zhang
'
,
unit
:
'
Number
'
,
sex
:
{
man
:
'Male'
,
women
:
'Female'
...
...
@@ -960,11 +960,11 @@ export default {
},
st
:
'Settlement Bill'
,
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'
,
nt
:
'No ticket selected'
,
ds
:
'Total order amount'
,
s
B
:
'Submit o
rder'
,
s
b
:
'Submit O
rder'
,
or
:
'Order remarks'
,
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.'
,
...
...
src/pages/vehicle/vehicleOrder.vue
View file @
908c379f
...
...
@@ -66,9 +66,7 @@ export default defineComponent({
if
(
currentRouter
.
currentRoute
.
value
.
params
.
OrderId
)
{
data
.
OrderId
=
currentRouter
.
currentRoute
.
value
.
params
.
OrderId
;
}
if
(
currentRouter
.
currentRoute
.
value
.
params
.
pages
<
4
)
{
console
.
log
(
"11"
,
currentRouter
.
currentRoute
.
value
.
params
.
pages
);
if
(
b2bUserInfo
&&
b2bUserInfo
.
groupId
==
100
&&
...
...
@@ -81,7 +79,6 @@ export default defineComponent({
}
else
{
data
.
tab
=
0
;
}
console
.
log
(
"currentRouter.tab"
,
data
.
tab
);
}
const
menu
=
inject
(
DirtionmaryHelper
.
MENU_KEYS
)
as
any
;
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