Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
罗超
SuperMan
Commits
dd8e557e
Commit
dd8e557e
authored
Nov 15, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b623b3e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
338 additions
and
116 deletions
+338
-116
en.js
src/assets/common/lang/en.js
+1
-0
jp.js
src/assets/common/lang/jp.js
+1
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+1
-1
zh.js
src/assets/common/lang/zh.js
+1
-0
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
classification.vue
src/components/WebSet/classification.vue
+332
-113
No files found.
src/assets/common/lang/en.js
View file @
dd8e557e
...
@@ -2694,6 +2694,7 @@ export const op = {
...
@@ -2694,6 +2694,7 @@ export const op = {
fgszjl
:
'Branch General Manager'
,
fgszjl
:
'Branch General Manager'
,
opszje
:
'OP set the amount'
,
opszje
:
'OP set the amount'
,
fgszjdb
:
'New Japanese impression'
,
fgszjdb
:
'New Japanese impression'
,
IsSelfGuidedTour
:
'Is it a free trip'
,
}
}
import
invoicesManager
from
'./EN/invoicesManager'
import
invoicesManager
from
'./EN/invoicesManager'
...
...
src/assets/common/lang/jp.js
View file @
dd8e557e
...
@@ -2646,6 +2646,7 @@ export const op={
...
@@ -2646,6 +2646,7 @@ export const op={
fgszjl
:
'支社長'
,
fgszjl
:
'支社長'
,
opszje
:
'OP設定金額'
,
opszje
:
'OP設定金額'
,
fgszjdb
:
'日本印象を新たにする'
,
fgszjdb
:
'日本印象を新たにする'
,
IsSelfGuidedTour
:
'行を自由にするかどうか'
,
}
}
import
invoicesManager
from
'./Japan/invoicesManager'
import
invoicesManager
from
'./Japan/invoicesManager'
...
...
src/assets/common/lang/zh-tw.js
View file @
dd8e557e
...
@@ -2676,7 +2676,7 @@ export const op={
...
@@ -2676,7 +2676,7 @@ export const op={
fgszjl
:
'分公司總經理'
,
fgszjl
:
'分公司總經理'
,
opszje
:
'OP設定金額'
,
opszje
:
'OP設定金額'
,
fgszjdb
:
'新增日本印象'
,
fgszjdb
:
'新增日本印象'
,
IsSelfGuidedTour
:
'是否自由行'
,
}
}
import
invoicesManager
from
'./zhTW/invoicesManager'
import
invoicesManager
from
'./zhTW/invoicesManager'
...
...
src/assets/common/lang/zh.js
View file @
dd8e557e
...
@@ -2699,6 +2699,7 @@ export const op={
...
@@ -2699,6 +2699,7 @@ export const op={
opszje
:
'OP设置金额'
,
opszje
:
'OP设置金额'
,
fgszjdb
:
'新增日本印象'
,
fgszjdb
:
'新增日本印象'
,
yuankeyong
:
'元可用'
,
yuankeyong
:
'元可用'
,
IsSelfGuidedTour
:
'是否自由行'
,
}
}
import
invoicesManager
from
'./zhCN/invoicesManager'
import
invoicesManager
from
'./zhCN/invoicesManager'
...
...
src/assets/common/lang/zhCN/fill.js
View file @
dd8e557e
...
@@ -6449,7 +6449,7 @@ export const obj = {
...
@@ -6449,7 +6449,7 @@ export const obj = {
zongrenssyrs
:
'总人数(剩余人数)'
,
zongrenssyrs
:
'总人数(剩余人数)'
,
qingshursjia
:
'请输入售价'
,
qingshursjia
:
'请输入售价'
,
qingshurgjia
:
'请输入国家'
,
qingshurgjia
:
'请输入国家'
,
shifouremen
:
'是否热门
"
'
,
shifouremen
:
'是否热门'
,
guojiatub
:
'国家图标'
,
guojiatub
:
'国家图标'
,
beijintup
:
'背景图片'
,
beijintup
:
'背景图片'
,
qingshangcgjtup
:
'请上传国家图片!'
,
qingshangcgjtup
:
'请上传国家图片!'
,
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
dd8e557e
...
@@ -2140,7 +2140,7 @@
...
@@ -2140,7 +2140,7 @@
this
.
queryMsg
.
PlaceID
=
0
;
this
.
queryMsg
.
PlaceID
=
0
;
this
.
queryMsg
.
LineteamId
=
0
;
this
.
queryMsg
.
LineteamId
=
0
;
let
msg
=
{
let
msg
=
{
lineID
:
this
.
queryMsg
.
LineId
lineID
s
:
this
.
addMsg
.
LineIds
};
};
this
.
apipost
(
"team_post_GetLinePlace"
,
msg
,
res
=>
{
this
.
apipost
(
"team_post_GetLinePlace"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
src/components/WebSet/classification.vue
View file @
dd8e557e
This diff is collapsed.
Click to expand it.
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