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
3f756676
Commit
3f756676
authored
Mar 28, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加国际化和bus样式
parent
cf3107cf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
193 additions
and
144 deletions
+193
-144
zh.js
src/assets/common/lang/zh.js
+50
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+53
-53
BusInfo.vue
src/components/busManagement/BusInfo.vue
+82
-91
config.js
src/router/config.js
+8
-0
No files found.
src/assets/common/lang/zh.js
View file @
3f756676
...
...
@@ -658,6 +658,12 @@ export const visa = {
v_yibaoru
:
'已报入'
,
v_houbu
:
'候补'
,
v_yxhoubu
:
'允许候补'
,
v_byxhoubu
:
'不允许候补'
,
v_sqtime
:
'送签日期'
,
v_cqtime
:
'出签日期'
,
v_kptime
:
'开票日期'
,
v_EuropeanVisaType
:
'欧洲签证类型'
,
v_britishVisa
:
'英国签证'
,
...
...
@@ -1217,6 +1223,50 @@ export const Operation = {
Op_localBranchPrice
:
'当地分公司价格'
,
Op_localdaiPrice
:
'当地代销商价格'
,
Op_localDangPrice
:
'当地当团利润归属'
,
Op_Country
:
'国别'
,
Op_WarningTeam
:
'预警团'
,
Op_TransportState
:
'联运状态'
,
Op_hide
:
'隐藏'
,
Op_TeamWarningSearch
:
'团控预警查询'
,
Op_daysChoice
:
'天数选择'
,
Op_Attendance
:
'上座率'
,
Op_warningSearch
:
'预警查询'
,
Op_TeamName
:
'团名'
,
Op_nei
:
'内'
,
Op_zhu
:
'主'
,
Op_lian
:
'联'
,
Op_jietuan
:
'结团'
,
Op_night
:
'晚'
,
Op_teamNotice
:
'出团通知书'
,
Op_downLoadword
:
'下载WORD行程'
,
Op_PriceInfo
:
'价格信息'
,
Op_tradePrice
:
'同业价'
,
Op_directPrice
:
'直客价'
,
Op_fellowMember
:
'同行会员'
,
Op_standard
:
'标准'
,
Op_fellow
:
'同行'
,
Op_directMember
:
'直客会员'
,
Op_direct
:
'直客'
,
Op_baby
:
'婴儿'
,
Op_spickupPrice
:
'单地接价格'
,
Op_Income
:
'增收'
,
Op_childBed
:
'儿童占床'
,
Op_childSurcharge
:
'儿童附加费'
,
Op_oldmanSurcharge
:
'老人附加费'
,
Op_visaPrice
:
'签证费'
,
Op_singleRoomcha
:
'单房差'
,
Op_insurance
:
'保险'
,
Op_zafei
:
'杂费'
,
Op_jianmian
:
'减免'
,
Op_childNobed
:
'儿童不占床'
,
Op_visafeeBack
:
'退签证费'
,
Op_priceDetail
:
'查看价格明细'
,
Op_people
:
'人'
,
Op_takeSeat
:
'占位'
,
Op_nozhipai
:
'尚未指派'
,
Op_caozuoop
:
'操作op'
,
Op_bindNum
:
'绑定数量'
,
Op_Warmprompt
:
'温馨提示'
,
}
export
const
rule
=
{
company
:
'请选择公司'
,
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
3f756676
This diff is collapsed.
Click to expand it.
src/components/busManagement/BusInfo.vue
View file @
3f756676
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
3f756676
...
...
@@ -1443,6 +1443,14 @@ export default {
title
:
'一日游'
},
},
{
path
:
'/oneDayTrip2'
,
//一日游销售自主开团用
name
:
'oneDayTrip2'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/oneDayTrip'
],
resolve
),
meta
:
{
title
:
'一日游'
},
},
{
path
:
'/priceIncomeConfirmInfo'
,
///priceIncomeConfirmInfo
name
:
'priceIncomeConfirmInfo'
,
...
...
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