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

页面修改

parent 4d9426bd
...@@ -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',
contactName: 'Contact name', ContactName: 'Contact name',
contactNumber: 'Contact phone number', ContactNumber: 'Contact phone number',
inputText: 'Please enter', inputText: 'Please enter',
remark: 'Remarks', Remark: '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',
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', ms: 'Ticket booking details',
nt: 'No ticket selected', nt: 'No ticket selected',
ds: 'Total order amount', ds: 'Total order amount',
sB: 'Submit order', sb: 'Submit Order',
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.',
......
...@@ -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;
......
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