Commit 1968df08 authored by zhengke's avatar zhengke
parents 9715460e a793286d
......@@ -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:'全部',
......
This diff is collapsed.
This diff is collapsed.
......@@ -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) {
......
......@@ -1718,6 +1718,14 @@ export default {
title: '团期查询'
},
},
{ // 签证中心 签证财务单据
path: '/VisaFinancialDocuments',
name: 'VisaFinancialDocuments',
component: resolve => require(['@/components/SalesModule/VisaFinancialDocuments'], resolve),
meta: {
title: '签证财务单据'
},
},
{ // 签证中心 签证工作表
path: '/visaWorksheet',
name: 'visaWorksheet',
......
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