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
1968df08
Commit
1968df08
authored
Mar 25, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
9715460e
a793286d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
590 additions
and
41 deletions
+590
-41
zh.js
src/assets/common/lang/zh.js
+25
-0
VisaFinancialDocuments.vue
src/components/SalesModule/VisaFinancialDocuments.vue
+439
-0
groupInquiry.vue
src/components/SalesModule/groupInquiry.vue
+116
-41
index.js
src/plug/index.js
+2
-0
config.js
src/router/config.js
+8
-0
No files found.
src/assets/common/lang/zh.js
View file @
1968df08
...
...
@@ -618,6 +618,31 @@ export const visa = {
v_chulizhong
:
'处理中'
,
v_lvkebianma
:
'旅客编码'
,
v_chaifenzhuangtai
:
'拆分状态'
,
v_weibanli
:
'未办理'
,
v_banlizhong
:
'办理中'
,
v_yibanli
:
'以办理'
,
v_tkgjcx
:
'团控高级查询'
,
v_czuser
:
'操作人员'
,
v_xcdays
:
'行程天数'
,
v_lycity
:
'联运城市'
,
v_teamnum
:
'团队人数'
,
v_zkbaochaotuan
:
'只看报超团'
,
v_salecompany
:
'销售公司'
,
v_tqstatus
:
'团期状态'
,
v_hbstatus
:
'航班状态'
,
v_gjchaxun
:
'高级查询'
,
v_dwanshan
:
'待完善'
,
v_yxiajia
:
'已下架'
,
v_hangban
:
'航班'
,
v_zanding
:
'暂定'
,
}
export
const
advmanager
=
{
v_all
:
'全部'
,
...
...
src/components/SalesModule/VisaFinancialDocuments.vue
0 → 100644
View file @
1968df08
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupInquiry.vue
View file @
1968df08
This diff is collapsed.
Click to expand it.
src/plug/index.js
View file @
1968df08
...
...
@@ -119,6 +119,8 @@ export default {
let
locationName
=
window
.
location
.
hostname
;
// domainUrl = "http://192.168.2.65:8025"; //214主域名
domainUrl
=
"http://192.168.2.214:8082"
;
//214主域名
// domainUrl = "http://192.168.0.119:8082";
// domainUrl = "http://192.168.2.16:8083";
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
domainUrl
=
"http://reborn.oytour.com"
;
}
else
if
(
locationName
.
indexOf
(
'viitto'
)
!==
-
1
)
{
...
...
src/router/config.js
View file @
1968df08
...
...
@@ -1718,6 +1718,14 @@ export default {
title
:
'团期查询'
},
},
{
// 签证中心 签证财务单据
path
:
'/VisaFinancialDocuments'
,
name
:
'VisaFinancialDocuments'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/VisaFinancialDocuments'
],
resolve
),
meta
:
{
title
:
'签证财务单据'
},
},
{
// 签证中心 签证工作表
path
:
'/visaWorksheet'
,
name
:
'visaWorksheet'
,
...
...
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