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
34d6fc20
Commit
34d6fc20
authored
May 22, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
看板入口
parent
3da6c208
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
3 deletions
+26
-3
fill.js
src/assets/common/lang/EN/fill.js
+1
-0
fill.js
src/assets/common/lang/Japan/fill.js
+1
-0
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-0
fill.js
src/assets/common/lang/zhTW/fill.js
+2
-1
index.vue
src/components/index.vue
+19
-1
index.js
src/plug/index.js
+2
-1
No files found.
src/assets/common/lang/EN/fill.js
View file @
34d6fc20
...
@@ -8165,6 +8165,7 @@ export const obj = {
...
@@ -8165,6 +8165,7 @@ export const obj = {
jinyinxkez
:
'Business License'
,
jinyinxkez
:
'Business License'
,
faren
:
'Legal person'
,
faren
:
'Legal person'
,
kaihuzhih
:
'Opening Branch'
,
kaihuzhih
:
'Opening Branch'
,
xiaosousjkb
:
'Sales Data Dashboard'
,
},
},
//#endregion
//#endregion
}
}
...
...
src/assets/common/lang/Japan/fill.js
View file @
34d6fc20
...
@@ -8165,6 +8165,7 @@ export const obj = {
...
@@ -8165,6 +8165,7 @@ export const obj = {
jinyinxkez
:
'経営許可証'
,
jinyinxkez
:
'経営許可証'
,
faren
:
'法人'
,
faren
:
'法人'
,
kaihuzhih
:
'口座開設します'
,
kaihuzhih
:
'口座開設します'
,
xiaosousjkb
:
'販売データ看板'
,
},
},
//#endregion
//#endregion
}
}
...
...
src/assets/common/lang/zhCN/fill.js
View file @
34d6fc20
...
@@ -8165,6 +8165,7 @@ export const obj = {
...
@@ -8165,6 +8165,7 @@ export const obj = {
jinyinxkez
:
'经营许可证'
,
jinyinxkez
:
'经营许可证'
,
faren
:
'法人'
,
faren
:
'法人'
,
kaihuzhih
:
'开户支行'
,
kaihuzhih
:
'开户支行'
,
xiaosousjkb
:
'销售数据看板'
,
},
},
//#endregion
//#endregion
}
}
...
...
src/assets/common/lang/zhTW/fill.js
View file @
34d6fc20
...
@@ -8164,7 +8164,8 @@ export const obj = {
...
@@ -8164,7 +8164,8 @@ export const obj = {
qingxuanzbohtg
:
'請選擇通過或駁回'
,
qingxuanzbohtg
:
'請選擇通過或駁回'
,
jinyinxkez
:
'經營許可證'
,
jinyinxkez
:
'經營許可證'
,
faren
:
'法人'
,
faren
:
'法人'
,
kaihuzhih
:
'開戶支行'
kaihuzhih
:
'開戶支行'
,
xiaosousjkb
:
'銷售數據看板'
,
},
},
//#endregion
//#endregion
}
}
...
...
src/components/index.vue
View file @
34d6fc20
...
@@ -258,6 +258,12 @@
...
@@ -258,6 +258,12 @@
{{$t('objFill.v101.header.zaixianxc')}}
{{$t('objFill.v101.header.zaixianxc')}}
<i
class=
"iconfont icon-right1"
></i>
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"SalesBoard(1)"
>
<i
class=
"iconfont icon-chakan"
style=
"color:#f39c12"
></i>
{{$t('objFill.v102.xiaosousjkb')}}
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlPersonal()"
>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlPersonal()"
>
<i
class=
"iconfont icon-menu-shezhi1"
style=
"color:#2c3e50"
></i>
<i
class=
"iconfont icon-menu-shezhi1"
style=
"color:#2c3e50"
></i>
{{$t('leader.leader_Set')}}
{{$t('leader.leader_Set')}}
...
@@ -1282,7 +1288,6 @@
...
@@ -1282,7 +1288,6 @@
import
AirTicketMessage
from
"../components/administrative/model/AirTicketMessage"
;
import
AirTicketMessage
from
"../components/administrative/model/AirTicketMessage"
;
import
ChangeThePriceMessage
from
"../components/administrative/model/ChangeThePriceMessage"
;
import
ChangeThePriceMessage
from
"../components/administrative/model/ChangeThePriceMessage"
;
import
pptIframe
from
'./commonPage/pptIframe/index'
;
import
pptIframe
from
'./commonPage/pptIframe/index'
;
export
default
{
export
default
{
components
:
{
components
:
{
ChatList
,
ChatList
,
...
@@ -2021,6 +2026,19 @@
...
@@ -2021,6 +2026,19 @@
}
}
},
},
methods
:
{
methods
:
{
// 销售看板
SalesBoard
()
{
this
.
apipost
(
"travel_temp_token"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
href
=
this
.
domainManager
().
SalesBoardUrl
this
.
TemplateUrl
=
`
${
href
}
/?uid=
${
res
.
data
.
data
}
`
window
.
open
(
this
.
TemplateUrl
)
}
}
);
},
diaplayTime
(
data
)
{
diaplayTime
(
data
)
{
var
str
=
data
;
var
str
=
data
;
// 将字符串转换成时间格式
// 将字符串转换成时间格式
...
...
src/plug/index.js
View file @
34d6fc20
...
@@ -205,7 +205,8 @@ export default {
...
@@ -205,7 +205,8 @@ export default {
crmRoutingUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://fcrmyx.oytour.com/#/"
:
"http://localhost:8081/#/"
,
crmRoutingUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://fcrmyx.oytour.com/#/"
:
"http://localhost:8081/#/"
,
PptUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"https://ppt.oytour.com"
:
"http://localhost:8080"
,
PptUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"https://ppt.oytour.com"
:
"http://localhost:8080"
,
CarUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://bus.oytour.com"
:
"http://localhost:8081"
,
CarUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'viitto'
)
!==
-
1
?
"http://bus.oytour.com"
:
"http://localhost:8081"
,
OSSUrl
:
"https://im.oytour.com"
OSSUrl
:
"https://im.oytour.com"
,
SalesBoardUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://view.oytour.com"
:
"http://localhost:8080"
,
};
};
return
obj
;
return
obj
;
},
},
...
...
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