Commit 908c379f authored by 黄奎's avatar 黄奎

页面修改

parent 4d9426bd
......@@ -246,10 +246,10 @@ export default {
soup: 'Add soup',
orderType: 'Order type',
tCNum: 'Group number',
contactName: 'Contact name',
contactNumber: 'Contact phone number',
ContactName: 'Contact name',
ContactNumber: 'Contact phone number',
inputText: 'Please enter',
remark: 'Remarks',
Remark: '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',
rTC: 'Non consumption can be refunded at any time, partial refund is not supported for multiple ticket orders',
rtc: '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',
sB: 'Submit order',
sb: 'Submit Order',
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.',
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment