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
e0070e34
Commit
e0070e34
authored
Oct 29, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加国际化
parent
88eaadd6
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1908 additions
and
68 deletions
+1908
-68
App.vue
src/App.vue
+1
-1
jp-demo.js
src/assets/common/lang/jp-demo.js
+4
-0
jp.js
src/assets/common/lang/jp.js
+44
-3
zh-demo.js
src/assets/common/lang/zh-demo.js
+1
-1
zh-tw.js
src/assets/common/lang/zh-tw.js
+1764
-7
zh.js
src/assets/common/lang/zh.js
+33
-2
zhtw-demo.js
src/assets/common/lang/zhtw-demo.js
+4
-0
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+43
-43
branding.vue
src/components/SalesModule/branding.vue
+11
-11
index.vue
src/components/index.vue
+3
-0
No files found.
src/App.vue
View file @
e0070e34
...
@@ -173,7 +173,7 @@ export default {
...
@@ -173,7 +173,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
>
<
style
>
@import
"//at.alicdn.com/t/font_635492_
3v2juwulgcc
.css"
;
@import
"//at.alicdn.com/t/font_635492_
jhwh1knmwnd
.css"
;
@import
"./assets/css/Semibold.css"
;
@import
"./assets/css/Semibold.css"
;
@import
"./assets/css/global/config.css"
;
@import
"./assets/css/global/config.css"
;
@import
"./assets/css/fileIcon.css"
;
@import
"./assets/css/fileIcon.css"
;
...
...
src/assets/common/lang/jp-demo.js
0 → 100644
View file @
e0070e34
export
const
obj
=
{
BrandName
:
'品牌名称'
,
}
export
default
obj
;
\ No newline at end of file
src/assets/common/lang/jp.js
View file @
e0070e34
/**
/**
* Created by Administrator on 2018/4/17.
* Created by Administrator on 2018/4/17.
*/
*/
import
zhDemo
from
'./jp-demo'
export
const
demo
=
zhDemo
export
const
pub
=
{
export
const
pub
=
{
addBtn
:
'追加'
,
addBtn
:
'追加'
,
saveBtn
:
'保存'
,
saveBtn
:
'保存'
,
...
@@ -35,8 +38,16 @@ export const pub={
...
@@ -35,8 +38,16 @@ export const pub={
closeWindow
:
'窓口を閉める'
,
closeWindow
:
'窓口を閉める'
,
noMsg
:
'無'
,
noMsg
:
'無'
,
returnBack
:
'戻る'
,
returnBack
:
'戻る'
,
allday
:
'一日中'
allday
:
'一日中'
,
}
clickToView
:
'クリックして見る'
,
man
:
'男'
,
woman
:
'女'
,
yes
:
'は'
,
no
:
'いいえ'
,
area
:
'地域'
,
edit
:
'編集'
,
Brand
:
'ブランド'
,
}
export
const
login
=
{
export
const
login
=
{
login_account
:
"アカウントをご記入ください"
,
login_account
:
"アカウントをご記入ください"
,
...
@@ -627,3 +638,33 @@ export const advmanager = {
...
@@ -627,3 +638,33 @@ export const advmanager = {
export
const
insManage
=
{
export
const
insManage
=
{
im_acc
:
'従属アカウント'
,
im_acc
:
'従属アカウント'
,
}
}
//销售模块
export
const
salesModule
=
{
keyWords
:
'キーワード'
,
InformalClient
:
'正式顧客'
,
enterPhone
:
'は携帯電話または旅行会社名を入力します'
,
notInformalClient
:
'非公式顧客'
,
UnapprovedClient
:
'はお客さんを通していません'
,
BlackListCustomers
:
'ブラックリストのお客様'
,
addCustomer
:
'新規顧客'
,
belongUnion
:
'所属連盟'
,
InquiryAndDemand
:
'引合と需要'
,
CumulativeTurnover
:
'累計取引額'
,
HappinessPassbook
:
'幸せの通帳'
,
noVisit
:
'最近の訪問:まだありません。'
,
Visit
:
'最近お邪魔します'
,
noYuefang
:
'最近の訪問:まだありません。'
,
Yuefang
:
'近いうちに訪問することにします'
,
TotalVisit
:
'累計訪問'
,
OntheBlackList
:
'ブラックリストに追加しました'
,
storeName
:
'店舗名'
,
HouseNumber
:
'ドアナンバーを正確に入力してください。'
,
Belongbrand
:
'所属ブランド'
,
premises
:
'経営の場所'
,
CustomerSource
:
'顧客ソース'
,
CustomerInfo
:
'取引先情報'
,
BusinessPhoto
:
'名刺の写真'
,
doorPhoto
:
'表札の写真'
,
businessPhoto
:
'営業写真'
,
BrandName
:
'ブランド名'
,
}
src/assets/common/lang/zh-demo.js
View file @
e0070e34
export
const
obj
=
{
export
const
obj
=
{
ceshi
:
'测试啊????123'
BrandName
:
'品牌名称'
,
}
}
export
default
obj
;
export
default
obj
;
\ No newline at end of file
src/assets/common/lang/zh-tw.js
View file @
e0070e34
/**
/**
* Created by Administrator on 2018/4/17.
* Created by Administrator on 2018/4/17.
*/
*/
export
const
m
=
{
import
zhDemo
from
'./zhtw-demo'
music
:
'網易云音樂'
,
export
const
demo
=
zhDemo
findMusic
:
'發現音樂'
,
myMusic
:
'我的音樂'
,
export
const
pub
=
{
friend
:
'朋友'
,
addBtn
:
'新增'
,
musician
:
'音樂人'
,
saveBtn
:
'保存'
,
download
:
'下載客戶端'
searchBtn
:
'査詢'
,
sureBtn
:
'確定'
,
cancelBtn
:
'取消'
,
openSel
:
'開啟'
,
closeSel
:
'關閉'
,
normalSel
:
'正常'
,
fressSel
:
'凍結'
,
jobSel
:
'在職'
,
noJobSel
:
'離職'
,
pleaseSel
:
'請選擇'
,
pleaseImport
:
'請輸入'
,
unlimitedSel
:
'不限'
,
updateMsg
:
'修改'
,
revoke
:
'撤銷删除'
,
hintMsg
:
'提示資訊'
,
telphone
:
'座機'
,
mbPhone
:
'手機'
,
mbPhoneNum
:
'手機號碼'
,
manyTime
:
'多次'
,
singleTime
:
'單次'
,
date
:
'日期'
,
more
:
'更多'
,
room
:
'房數'
,
year
:
'年'
,
month
:
'月'
,
yearMonth
:
'年月'
,
addImg
:
'添加圖片'
,
confirmCancel
:
'確認取消'
,
closeWindow
:
'關閉窗口'
,
noMsg
:
'咱無'
,
returnBack
:
'返回'
,
allday
:
'全天'
,
clickToView
:
'點擊查看'
,
man
:
'男'
,
woman
:
'女'
,
yes
:
'是'
,
no
:
'否'
,
area
:
'地區'
,
edit
:
'編輯'
,
Brand
:
'品牌'
,
}
export
const
login
=
{
login_account
:
"請輸入帳號"
,
login_password
:
"請輸入密碼"
,
login_btn
:
'登入'
,
login_forgetpwd
:
'忘記密碼'
,
login_h2_trps
:
'歡迎登陸'
,
}
export
const
system
=
{
label_zhifei
:
'直飛'
,
label_jingting
:
'經停'
,
label_info
:
'描述'
,
label_img
:
'圖片'
,
query_company
:
'所屬公司'
,
query_lineName
:
'線路名稱'
,
query_name
:
'姓名'
,
query_dest
:
'目的地'
,
query_airName
:
'名稱'
,
query_IATA
:
'IATA'
,
query_ICAO
:
'ICAO'
,
query_cityName
:
'都市名稱'
,
query_airCompanyName
:
'航空公司'
,
query_flightNum
:
'航班號'
,
query_type
:
'類型'
,
query_flightCity
:
'起飛都市'
,
query_flightAir
:
'起飛機場'
,
query_stopCity
:
'經停都市'
,
query_stopAir
:
'經停機場'
,
query_arrivalCity
:
'到達城市'
,
query_arrivalAir
:
'到達機場'
,
query_arrivalTime
:
'到達時間'
,
quety_area
:
'區域'
,
query_workType
:
'工作類型'
,
query_goCoun
:
'出行國家'
,
query_Language
:
'精通語種'
,
table_company
:
'公司'
,
table_lineName
:
'線路名稱'
,
table_ssLine
:
'所屬線路'
,
table_lineCode
:
'線路編碼'
,
table_staff
:
'估價/稽核人員'
,
table_xffy
:
'幸福存摺返傭'
,
table_bonus
:
'分公司分紅'
,
table_isShow
:
'是否顯示'
,
table_isShows
:
'顯示'
,
table_operation
:
'操作'
,
table_Appraise
:
'估價人員'
,
table_Auditing
:
'稽核人員'
,
table_staffs
:
'員工'
,
table_destName
:
'目的名稱'
,
table_country
:
'國家'
,
table_city
:
'都市'
,
table_destCoun
:
'目的國家'
,
table_edit
:
'修改'
,
table_delete
:
'删除'
,
table_kfPhone
:
'客服電話'
,
table_logoImg
:
'logo圖片'
,
table_ticketCont
:
'出票所需內容'
,
table_chekAll
:
'全選'
,
table_ticketAotu
:
'是否自動出票'
,
table_groupName
:
'團控團名'
,
table_code
:
'程式碼'
,
table_codeTips
:
'(三碼)'
,
table_LtName
:
'團名名稱'
,
table_NetLtName
:
'網頁團名'
,
table_isSaleInNET
:
'是否銷售'
,
table_LtNameTips
:
'(用於前臺收客網站顯示)'
,
table_NetLtNameTips
:
'(直客平臺顯示)'
,
table_isShowTips
:
'(內部團控)'
,
table_goCity
:
'出發城市'
,
table_enName
:
'英文名稱'
,
table_pvrg
:
'省份/地區'
,
table_rank
:
'排序'
,
table_rankNum
:
'排序編號'
,
table_priceChange
:
'浮動金額'
,
table_isDefault
:
'是否設為默認'
,
table_tips_fmgCk
:
'同步更新團隊/採購班機資訊'
,
table_tips_fmgInfo
:
'請選擇需要同步更新的出發日期範圍'
,
table_begTime
:
'開始時間'
,
table_overTime
:
'截止時間'
,
table_sex
:
'性別'
,
table_phone
:
'手機號'
,
table_Passport
:
'護照號'
,
table_IDcard
:
'身份證號'
,
table_pinyin
:
'拼音'
,
table_acc
:
'帳號'
,
table_ENname
:
'英文名'
,
table_jgName
:
'機構名稱'
,
table_jgCode
:
'機构程式碼'
,
table_jgType
:
'機构類型'
,
table_icon
:
'機构圖標'
,
table_Url
:
'網址'
,
table_EN
:
'英文'
,
table_praceQK
:
'價格浮動情况'
,
ph_time
:
'填寫時間'
,
ph_Passport
:
'請輸入護照號'
,
table_currencyName
:
'貨幣名稱'
,
table_currencyCode
:
'貨幣程式碼'
,
query_templateName
:
'範本名稱'
,
table_uniqueMark
:
'唯一標識'
,
ph_url
:
'請輸入網址'
,
ph_jgName
:
'機構名稱'
,
ph_jgCode
:
'機构程式碼'
,
ph_flightCity
:
'請選擇起飛都市'
,
ph_flightAir
:
'請選擇起飛機場'
,
ph_flightTime
:
'起飛時間'
,
ph_stopFlightTime
:
'經停到達時間'
,
ph_toFlightTime
:
'經停起飛時間'
,
ph_stopCity
:
'請選擇經停都市'
,
ph_stopAir
:
'請選擇經停機場'
,
ph_arrivalCity
:
'請選擇到達城市'
,
ph_arrivalAir
:
'請選擇到達機場'
,
ph_type
:
'請選擇類型'
,
ph_airNum
:
'請輸入航班號'
,
ph_name
:
'請輸入名稱'
,
ph_ENname
:
'請輸入英文名稱'
,
ph_choiceAir
:
'請選擇航空公司'
,
ph_LtName
:
'請輸入團名名稱'
,
ph_NetLtName
:
'請輸入網頁團名'
,
ph_choice
:
'請選擇'
,
ph_in
:
'請輸入'
,
ph_lineName
:
'請輸入線路名稱'
,
ph_destName
:
'請輸入目的地名稱'
,
ph_code
:
'請輸入線路程式碼'
,
ph_xianluCode
:
'線路程式碼'
,
ph_codes
:
'請輸入程式碼'
,
ph_noChoice
:
'不選擇'
,
ph_noYes
:
'不選擇/可多選'
,
ph_airName
:
'請輸入航空公司名稱'
,
ph_IATA
:
'請輸入IATA'
,
ph_ICAO
:
'請輸入ICAO'
,
ph_kfphone
:
'請輸入客服電話'
,
ph_buxian
:
'不限'
,
ph_zhengchang
:
'正常'
,
ph_shanchu
:
'删除'
,
ph_city
:
'請輸入都市'
,
ph_cityEname
:
'請輸入都市英文名稱'
,
up_upImg
:
'上傳圖片'
,
up_againUp
:
'重新上傳'
,
up_tips
:
'(上傳圖片規格大於120*120)'
,
sel_priceNo
:
'無浮動'
,
sel_priceUp
:
'上浮'
,
sel_priceDown
:
'下調'
,
content_noData
:
'暫無數據'
,
btn_closeCtrl
:
'關閉控制'
,
btn_openCtrl
:
'開啟控制'
,
btn_CtrlSet
:
'控制設定'
,
btn_queryCtrl
:
'査詢當期'
,
btn_bindCtrl
:
'綁定資訊'
,
btn_addCoin
:
'添加幣種'
,
label_netName
:
'網頁團名'
,
}
//dj
export
const
admin
=
{
//行政
mane
:
'名稱'
,
admin_group
:
'集團名稱'
,
admin_company
:
'公司名稱'
,
admin_department
:
'部門名稱'
,
admin_departmentLevel
:
'部門層級'
,
admin_parentdepartment
:
'上級部門'
,
admin_dphone
:
'部門電話'
,
admin_domain
:
'功能變數名稱'
,
admin_status
:
'狀態'
,
admin_versions
:
'系統版本'
,
admin_linkman
:
'連絡人資訊'
,
admin_operate
:
'操作'
,
admin_leader
:
'負責人'
,
admin_isshow
:
'是否顯示'
,
admin_address
:
'地址'
,
admin_addGuide
:
'添加領隊/導遊'
,
admin_cpGuide
:
'公司導遊'
,
admin_waiGuide
:
'外聘導遊'
,
admin_GuideLeibie
:
'導遊類別'
,
admin_waiGuideT
:
'公司導遊'
,
admin_GuideLeibieT
:
'外聘導遊'
,
admin_addGuideT
:
'新增添加領隊/導遊'
,
admin_choCou
:
'請選擇出行國家'
,
admin_workType
:
'請選擇工作類型'
,
admin_choAcc
:
'請選擇帳號'
,
admin_Surname
:
'中文名'
,
admin_cnName
:
'中文名'
,
admin_EnSurname
:
'英文名'
,
admin_enName
:
'英文名'
,
admin_xing
:
'姓'
,
admin_ming
:
'名'
,
admin_IDcard
:
'身份證號碼'
,
admin_phIDcard
:
'請輸入18比特身份證號'
,
admin_BirthDate
:
'出生日期'
,
admin_phBirthDate
:
'請選擇出生日期'
,
admin_BirthPlace
:
'出生地'
,
admin_phBirthPlace
:
'請選擇出生地'
,
admin_phPhone
:
'請輸入手機號'
,
admin_SpareTel
:
'請輸入電話'
,
admin_IssuePlace
:
'簽發地'
,
admin_phIssuePlace
:
'請選擇簽發地'
,
admin_IssueDate
:
'簽發日期'
,
admin_choDate
:
'選擇日期'
,
admin_ExpiryDate
:
'過期日'
,
admin_VisaNumber
:
'簽證情况'
,
admin_language
:
'精通語言'
,
admin_phlanguage
:
'請選擇語言'
,
admin_personNumber
:
'人數'
,
admin_type
:
'類型'
,
admin_kqTime
:
'考勤時間'
,
admin_czPerson
:
'操作人'
,
admin_LoginName
:
'登入帳號'
,
admin_lnLoginName
:
'請輸入登入帳號'
,
admin_LoginPwd
:
'登入密碼'
,
admin_lnLoginPwd
:
'請輸入登入密碼'
,
admin_Department
:
'部門'
,
admin_Post
:
'崗位'
,
admin_xueli
:
'學歷'
,
admin_Entrytime
:
'入職時間'
,
admin_Departuretime
:
'離職時間'
,
admin_Birthday
:
'生日'
,
admin_password
:
'密碼'
,
admin_departsort
:
'部門排序'
,
admin_isleader
:
'是否領隊'
,
admin_Bindingposition
:
'綁定崗位'
,
admin_sort
:
'排序'
,
admin_level
:
'級'
,
}
//zk
export
const
hotel
=
{
hoetel_red
:
'紅色:內部'
,
hoetel_green
:
'綠色:B2C'
,
hoetel_blu
:
'藍色:B2B'
,
hotel_name
:
'酒店名稱'
,
hotel_status
:
'狀態'
,
hotel_country
:
'國家'
,
hotel_province
:
'省'
,
hotel_city
:
'市'
,
hotel_area
:
'區'
,
hotel_baseinfo
:
'基礎資料'
,
hotel_services
:
'設施服務'
,
hotel_policy
:
'飯店政策'
,
hotel_imgintroduce
:
'圖片介紹'
,
hotel_describle
:
'文字描述'
,
hotel_roomnumber
:
'房間數'
,
hotel_openplatform
:
'開放平臺'
,
hotel_brand
:
'飯店品牌'
,
hotel
:
'飯店'
,
hotel_starlevel
:
'星級'
,
hotel_website
:
'官網'
,
hotel_landline
:
'座機'
,
hotel_detailinfo
:
'詳細地址'
,
hotel_fax
:
'傳真'
,
hotel_deadday
:
'提前截止天數'
,
hotel_remark
:
'備註'
,
hotel_resource
:
'飯店資源'
,
hotel_produceDes
:
'產品描述'
,
hotel_remind
:
'未填寫'
,
hotel_day
:
'天'
,
hotel_item
:
'條'
,
hotel_mapLocation
:
'地圖選址'
,
hotel_detailInfo
:
'請輸入詳細地址'
,
hotel_productManage
:
'產品報價管理'
,
hotel_inputholder
:
'不限'
,
hotel_cost
:
'成本'
,
hotel_Inventory
:
'庫存'
,
hotel_InventoryAdd
:
'新增庫存'
,
hotel_B2BPrice
:
'B2B價格'
,
hotel_B2CPrice
:
'B2C價格'
,
hotel_SalesPrice
:
'內部價格'
,
hotel_DMCPrice
:
'地接價格'
,
hotel_yuan
:
'元'
,
hotel_Supplier
:
'供應商'
,
hotel_attention
:
'注意事項'
,
hotel_attentionOne
:
'每次只能處理同一個月的數據。'
,
hotel_attentionTwo
:
'對於同一天且同一供應商在對應日期已經存在報價或庫存等資訊,如再次添加或修改,將以最新資料為准。'
,
hotel_Monday
:
'週一'
,
hotel_Tuesday
:
'週二'
,
hotel_Wednesday
:
'週三'
,
hotel_Thursday
:
'週四'
,
hotel_Friday
:
'週五'
,
hotel_Saturday
:
'週六'
,
hotel_Sunday
:
'周日'
,
table_tel
:
'電話'
,
table_address
:
'地址'
,
table_operater
:
'操作人'
,
table_operattime
:
'操作時間'
,
table_operat
:
'操作'
,
product_name
:
'產品名稱'
,
table_hotelname
:
'酒店名稱'
,
table_Address
:
'飯店地址'
,
table_areaDetail
:
'請輸入詳細地址'
,
table_HotelAddress
:
'街道地址'
,
table_productCode
:
'產品編號'
,
table_productname
:
'產品名稱'
,
table_CheckInDate
:
'入住時間'
,
table_CheckOutDate
:
'退房時間'
,
table_UseAmount
:
'使用數量'
,
table_CostPrice
:
'總成本'
,
table_TotalPrice
:
'交易總金額'
,
table_servers
:
'服務人數'
,
suplier_name
:
'供應商名稱'
,
suplier_contact
:
'連絡人'
,
order_StartTime
:
'下單開始時間'
,
order_EndTime
:
'下單結束時間'
,
order_Form
:
'訂單來源'
,
order_Number
:
'訂單號'
,
hotel_remain
:
'餘'
,
hotel_remainList
:
'剩餘'
,
hotel_roomTypeOne
:
'紅色表示未還'
,
hotel_roomTypeTwo
:
'綠色表示已還'
,
hotel_roomUsed
:
'已用'
,
hotel_room
:
'間'
,
hotel_OccupancyTime
:
'用房時間'
,
hotel_refund
:
'退還'
,
hotel_roomList
:
'間房'
,
hotel_noReturnInformation
:
'無還房資訊'
,
hotel_RecentlyRoom
:
'近日還房'
,
hotel_BackAlso
:
'過期未還'
,
hotel_totalRoom
:
'共'
,
hotel_lastCheckoutTime
:
'最遲還房時間'
,
hotel_stillRoom
:
'還房'
,
hotel_overDay
:
'超期天數'
,
hotel_redType
:
'紅色:內部'
,
hotel_greenType
:
'綠色:B2C'
,
hotel_blueType
:
'藍色:B2B'
,
hotel_SerialNumber
:
'編號'
,
hotel_trading
:
'交易價'
,
hotel_people
:
'人'
,
hotel_tobeConfirmed
:
'待確認'
,
hotel_haveBeenConfirmed
:
'已確認'
,
hotel_HasBeenCancelled
:
'已取消'
,
hotel_roomType
:
'房型'
,
hotel_nameOf
:
'名稱'
,
hotel_ServiceContent
:
'服務內容'
,
hotel_ClickOnAdd
:
'點擊添加'
,
hotel_GroupStates
:
'團的狀態'
,
hotel_OrderStates
:
'訂單狀態'
,
hotel_StarDate
:
'出發日期'
,
hotel_haveSignUp
:
'已報名'
,
hotel_Inthe
:
'中'
,
hotel_expect
:
'預計'
,
hotel_StartTeam
:
'發團'
,
hotel_corrlelatition
:
'關聯資訊'
,
hotel_DealPrice
:
'交易單價'
,
hotel_CostPrice
:
'成本單價'
,
hotel_StartDate
:
'開始日期'
,
hotel_EndDate
:
'結束日期'
,
hotel_Currency
:
'幣種'
,
hotel_CurrentRate
:
'匯率'
,
hotel_UseAmount
:
'報入人數'
,
hotel_commission
:
'返傭'
,
hotel_roomName
:
'房型名稱'
,
hotel_Order
:
'財務單據'
,
hotel_resourceID
:
'資源ID'
,
hotel_ProductID
:
'產品ID'
,
hotel_resourceType
:
'資源類型'
,
hotel_dataReport
:
'資料包表'
,
hotel_ReturnRoomNumber
:
'還房數量'
,
hotel_zanwu
:
'暫無修改日誌'
,
}
export
const
leader
=
{
leader_assigned
:
'是否指派'
,
leader_noTask
:
'無任務領隊(導遊)'
,
leader_noAssigned
:
'未指派'
,
leader_hasAssigned
:
'已指派'
,
leader_start
:
'發'
,
leader_back
:
'返'
,
leader_ExpectTime
:
'預計用時'
,
leader_planNum
:
'計畫人數'
,
leader_registraNum
:
'報名人數'
,
leader_notAssigned
:
'暫未指派'
,
leader_Set
:
'設定'
,
leader_setLeader
:
'設定領隊(導遊)'
,
leader_tourType
:
'帶團類型'
,
leader_leaderDi
:
'領兼地'
,
leader_leaderGuid
:
'領隊/導遊'
,
leader_Leader
:
'領隊'
,
leader_Guide
:
'導遊'
,
leader_schedule
:
'檔期'
,
leader_performance
:
'績效'
,
leader_Sex
:
'性別'
,
leader_List
:
'領隊/導遊業績排行榜'
,
leader_Month
:
'月榜'
,
leader_Year
:
'年榜'
,
leader_All
:
'總榜'
,
leader_dateOfTour
:
'帶團日期'
,
leader_LeGuid
:
'領隊(導遊)'
,
leader_TaskState
:
'任務狀態'
,
leader_Inreception
:
'接待中'
,
leader_noStart
:
'未開始'
,
leader_HasCompleted
:
'已完成'
,
}
//餐厅
export
const
restaurant
=
{
res_resName
:
'餐廳名稱'
,
res_BusinessHours
:
'營業時間'
,
res_parkDetail
:
'停車說明'
,
res_aboutRestaurant
:
'關於餐廳'
,
res_bookInformation
:
'預訂須知'
,
res_detailInformation
:
'詳細資訊'
,
res_salePlatform
:
'出售平臺'
,
res_bookCapacity
:
'可預訂人數'
,
res_advanceDays
:
'提前預訂天數'
,
res_commissionColumn
:
'返傭比例'
,
res_peopleNumber
:
'輸入人員數量'
,
res_percentage
:
'輸入百分比'
,
res_foodLabels
:
'食物標籤'
,
res_GeographicLabel
:
'地理標籤'
,
res_special
:
'特色推薦'
,
res_WhetherToConfirm
:
'是否二次確認'
,
res_homeFacility
:
'民宿'
,
res_SpringHotel
:
'溫泉飯店'
,
res_package
:
'套餐'
,
res_packageName
:
'套餐名稱'
,
res_suplierName
:
'供應商名稱'
,
res_belongArea
:
'所在區域'
,
res_Number
:
'數量'
,
res_oderTime
:
'下單時間'
,
res_etTime
:
'用餐時間'
,
res_fy
:
'預計返傭'
,
res_cwsj
:
'財務單據'
,
res_history
:
'查看歷史操作'
,
res_ContactNumber
:
'聯繫電話'
,
res_AnnualAccounts
:
'年核算帳單'
,
res_OutStandingBills
:
'未結帳單'
,
res_To
:
'至'
,
res_ContainsAll
:
'包含所有未結團帳單'
,
res_income
:
'收入'
,
res_outcome
:
'支出'
,
res_profit
:
'利潤'
,
res_OrderInfo
:
'該帳單只呈現當前月份下的已結團或者已付款的訂單'
,
res_return
:
'返還'
,
res_bidManage
:
'報價管理'
,
res_packageResource
:
'套餐資源'
,
res_confirm
:
'確認'
,
res_system
:
'系統'
,
}
//门票
export
const
scen
=
{
sc_piao
:
'門票'
,
sc_resName
:
'景區名稱'
,
sc_parkDetail
:
'交通說明'
,
sc_foodLabels
:
'景區標籤'
,
sc_aboutRestaurant
:
'關於景區'
,
sc_etTime
:
'遊玩時間'
,
sc_ftTime
:
'發團日期'
,
sc_status
:
'預定狀態'
,
sc_temStatu
:
'團隊狀態'
,
sc_op
:
'開團OP'
,
sc_temID
:
'團隊編號'
,
sc_temName
:
'團隊名稱'
,
sc_cp
:
'出團公司'
,
sc_fdTag
:
'食物標籤'
,
sc_dlTag
:
'地理標籤'
,
sc_tel
:
'聯繫電話'
,
sc_mpzy
:
'門票資源'
,
sc_name
:
'門票名稱'
,
sc_bjts
:
'報價條數'
,
sc_dj
:
'最低價格'
,
sc_gj
:
'最高價格'
,
}
//机票库
export
const
Airticket
=
{
Air_requirent
:
'需求類型'
,
Air_PutForwardTime
:
'提出時間'
,
Air_ProcessState
:
'處理狀態'
,
Air_redType
:
'紅色'
,
Air_greenType
:
'綠色'
,
Air_blueType
:
'藍色'
,
Air_toProcessed
:
'待處理'
,
Air_Processed
:
'已處理'
,
Air_toDealWith
:
'處理'
,
Air_dealRemark
:
'處理備註'
,
Air_StartCityId
:
'出發城市編號'
,
Air_ArrivalCityId
:
'到達城市編號'
,
Air_flightDate
:
'班機日期'
,
Air_AcceptTransit
:
'是否接受中轉'
,
Air_requirePeople
:
'需求人'
,
Air_orderImport
:
'命令導入'
,
Air_bulkImport
:
'批量導入'
,
Air_downloadTemplate
:
'下載範本'
,
Air_firstClass
:
'頭等艙'
,
Air_businessClass
:
'商務艙'
,
Air_EconomyClass
:
'經濟艙'
,
Air_segment
:
'航段'
,
Air_Trip
:
'行程'
,
Air_go
:
'去程'
,
Air_transit
:
'中轉'
,
Air_returnTrip
:
'回程'
,
Air_backAndforth
:
'往返'
,
Air_oneWay
:
'單程'
,
Air_ben
:
'本'
,
Air_nei
:
'內'
,
Air_reservation
:
'機位'
,
Air_yvwei
:
'餘比特'
,
Air_departureDate
:
'起飛日期'
,
Air_deadTicketTime
:
'出票截止日期'
,
Air_AddTickets
:
'新增採購機票'
,
Air_Airlines
:
'航空公司'
,
Air_positions
:
'倉位'
,
Air_TicketType
:
'機票類型'
,
Air_TicketDeadLine
:
'出票時限'
,
Air_Number
:
'人數'
,
Air_unitPrice
:
'成本單價'
,
Air_salesPrice
:
'銷售價格'
,
Air_b2bPrice
:
'B2B單價'
,
Air_b2cPrice
:
'B2C單價'
,
Air_StartTime
:
'出發時間'
,
Air_yiding
:
'一定'
,
Air_erding
:
'二定'
,
Air_sanding
:
'三定'
,
Air_siding
:
'四定'
,
Air_lastPayment
:
'尾款'
,
Air_salesPlatform
:
'銷售平臺'
,
Air_positionLevel
:
'倉位等級'
,
Air_inputOrder
:
'請輸入命令'
,
Air_AirTicketPredict
:
'未來三個月機票用量預測'
,
Air_flightTo
:
'飛往'
,
}
export
const
commonPickUp
=
{
Pick_Data
:
'資料統計'
,
Pick_Usedemand
:
'使用需求'
,
Pick_Team
:
'團'
,
Pick_OrderInfo
:
'訂單詳情'
,
Pick_StayIn
:
'入住'
,
Pick_LeaderNum
:
'領隊數量'
,
Pick_TeamInfo
:
'團隊情况'
,
Pick_Pnum
:
'人'
,
Pick_resName
:
'餐廳'
,
Pick_UsedNum
:
'使用量'
,
Pick_Ding
:
'用餐'
,
Pick_attractions
:
'景點'
,
Pick_CityName
:
'目的都市'
,
Pick_StartCity
:
'出發城市'
,
}
export
const
visa
=
{
v_qiyong
:
'已啟用'
,
v_nqiyong
:
'未啟用'
,
v_yiban
:
'已辦'
,
v_daiban
:
'代辦'
,
v_zhichi
:
'支持'
,
v_buzhichi
:
'不支持'
,
v_pnoset
:
'還未設定價格'
,
v_setp
:
'前往設定'
,
v_tvisa
:
'團簽'
,
v_gvisa
:
'個簽'
,
v_qiyongts
:
'填寫簽證管理即可啟用!'
,
v_liqiyong
:
'立即啟用'
,
v_qianzhenggl
:
'簽證管理'
,
v_geqianp
:
'個簽價格'
,
v_tuanqianp
:
'團簽價格'
,
v_qianzhengst
:
'簽證狀態'
,
v_qianzhengshuoming
:
'簽證說明'
,
v_dayset
:
'天數設定'
,
v_neibup
:
'內部單價'
,
v_shifouqiyong
:
'是否啟用'
,
v_zongjingli
:
'總經理'
,
v_lingduitel
:
'領隊電話'
,
v_yinzhang
:
'印章'
,
v_creatDate
:
'創建日期'
,
v_shurutuanhao
:
'請輸入團號'
,
v_daochu
:
'匯出'
,
v_dan
:
'單'
,
v_tuan
:
'團'
,
v_paihao
:
'排號'
,
v_jtjzd
:
'家庭居住地'
,
v_shenqingbiao
:
'申請表'
,
v_jujue
:
'拒絕'
,
v_tongguo
:
'通過'
,
v_rujing
:
'入境'
,
v_chujing
:
'入境'
,
v_tuanhao
:
'團號'
,
v_yewuyuan
:
'業務員'
,
v_banliqianzheng
:
'辦理簽證'
,
v_chakanjindu
:
'查看辦理進度'
,
v_chakanjieguo
:
'查看辦理結果'
,
v_suoshudingdan
:
'所屬訂單'
,
v_youkeName
:
'遊客姓名'
,
v_guanlianyewu
:
'關聯業務'
,
v_ziliaowanshan
:
'資料是否完善'
,
v_visaType
:
'簽證類型'
,
v_yiwanshan
:
'已完善'
,
v_weiwanshan
:
'未完善'
,
v_weibangding
:
'未綁定'
,
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
:
'暫定'
,
v_teaminfo
:
'團隊資訊'
,
v_tuanweiinfo
:
'團比特資訊'
,
v_currentseat
:
'當前餘比特'
,
v_yibaoru
:
'已報入'
,
v_houbu
:
'候補'
,
v_yxhoubu
:
'允許候補'
,
v_byxhoubu
:
'不允許候補'
,
v_sqtime
:
'送簽日期'
,
v_cqtime
:
'出簽日期'
,
v_kptime
:
'開票日期'
,
v_EuropeanVisaType
:
'歐洲簽證類型'
,
v_britishVisa
:
'英國簽證'
,
v_EuropeanVisaName
:
'歐洲簽證名稱'
,
v_visaInformation
:
'簽證資料'
,
}
export
const
advmanager
=
{
v_all
:
'全部'
,
v_line
:
'線路'
,
v_xilie
:
'系列'
,
v_country
:
'國家'
,
v_type
:
'類型'
,
v_shoufei
:
'收費'
,
v_free
:
'免費'
}
export
const
insManage
=
{
im_acc
:
'下屬帳號'
,
}
export
const
active
=
{
ld_name
:
'抽獎名稱'
,
ld_name2
:
'抽獎名'
,
ld_status
:
'抽獎狀態'
,
ld_jinyong
:
'禁用'
,
ld_addld
:
'新增抽獎'
,
ld_cjcs
:
'抽獎次數(每人)'
,
ld_editInfo
:
'修改抽獎資訊'
,
ld_seeDr
:
'查看獎項'
,
ld_deletAC
:
'删除活動'
,
ld_noData
:
'沒有找到你需要的數據'
,
ld_cjNum
:
'抽獎次數'
,
ld_cjRule
:
'抽獎規則'
,
ld_djscwj
:
'點擊/拖拽上傳'
,
ad_addad
:
'新增獎項'
,
ad_xuhao
:
'序號'
,
ad_adName
:
'獎項名'
,
ad_allNum
:
'獎項數量'
,
ad_num
:
'中獎數量'
,
ad_endNum
:
'剩餘數量'
,
ad_status
:
'獎項狀態'
,
ad_type
:
'獎項類型'
,
ad_thankCome
:
'謝謝參與'
,
ad_ybjx
:
'一般獎項'
,
ad_yhq
:
'優惠券'
,
ad_jxgl
:
'獎項關聯'
,
ad_ssxl
:
'所屬系列'
,
ad_xlmc
:
'系列名稱'
,
cl_couponName
:
'優惠券名稱'
,
cl_yizuofei
:
'已作廢'
,
cl_addCoupon
:
'新增優惠券'
,
cl_couponNum
:
'優惠券數量'
,
cl_ffzongliang
:
'發放數量'
,
cl_sytiaojian
:
'使用條件'
,
cl_miane
:
'面額'
,
cl_djshiyong
:
'疊加使用'
,
cl_sxriqi
:
'生效日期'
,
cl_sxzhuangtai
:
'生效狀態'
,
cl_gqriqi
:
'過期日期'
,
cl_addPp
:
'創建人'
,
cl_dyquan
:
'抵用券'
,
cl_zkquan
:
'折扣券'
,
cl_byxu
:
'不允許'
,
cl_yuncu
:
'允許'
,
cl_sxzhong
:
'生效中'
,
cl_wsxiao
:
'未生效'
,
cl_ygqi
:
'已過期'
,
cl_deleteCoupon
:
'删除優惠券'
,
cl_jyCoupon
:
'禁用優惠券'
,
cl_hfCoupon
:
'恢復優惠券'
,
cl_couponType
:
'優惠券類型'
,
cl_yhqmiane
:
'優惠券面額'
,
cl_dkjezk
:
'抵扣金額/折扣'
,
cl_mdskeyong
:
'滿多少可用'
,
cl_yxjzhiri
:
'有效截止日'
,
cl_sytiaojian
:
'使用條件'
,
cl_huoqufangshi
:
'獲取管道'
,
cl_hqriqi
:
'獲取日期'
,
cl_zuofei
:
'作廢'
,
cl_syfanwei
:
'適用範圍'
,
cl_tongyong
:
'通用'
,
cl_team
:
'團隊'
,
cl_qianzheng
:
'簽證'
,
cl_jipiao
:
'機票'
,
cl_wsyong
:
'未使用'
,
cl_ysyong
:
'已使用'
,
cl_yzfei
:
'已作廢'
,
cl_hdtujing
:
'獲得途徑'
,
cl_hdqudao
:
'獲得通路'
,
cl_syzhuangtai
:
'使用狀態'
,
cl_orderType
:
'訂單類型'
,
cl_syriqi
:
'使用日期'
,
cl_user
:
'用戶'
,
cl_hdriqi
:
'獲得日期'
,
cl_choujiang
:
'抽獎'
,
cl_zanwu
:
'暫無'
,
cl_qita
:
'其他'
,
cjjiangxiang
:
'抽獎獎項'
,
cl_man
:
'滿'
,
cl_keyong
:
'可用'
,
cl_cjleixing
:
'抽獎類型'
,
cl_huodong
:
'活動'
,
cl_renwu
:
'任務'
,
}
export
const
fnc
=
{
fnc_tfsrhj
:
'團費收入合計'
,
fnc_zksr
:
'直客收入'
,
fnc_thjksr
:
'同行交客收入'
,
fnc_plattev
:
'平臺收入'
,
acc
:
'帳戶'
,
accBming
:
'帳戶別名:'
,
accType
:
'帳戶類型:'
,
ptjigou
:
'平臺機构:'
,
tcleibie
:
'提成類別:'
,
jiaoyie
:
'交易額'
,
retoushu
:
'人頭數'
,
tcfangshi
:
'提成管道:'
,
gdbfenbi
:
'固定百分比'
,
jtbfenbi
:
'階梯百分比'
,
tcbili
:
'提成比例:'
,
tcyaoqiu
:
'提成要求:'
,
shiyongongsi
:
'適用公司:'
,
ysdingjin
:
'已收定金'
,
wkshouqi
:
'尾款收齊'
,
jszhouqi
:
'結算週期:'
,
andjiesuan
:
'按單結算'
,
anyjiesuan
:
'按月結算'
,
jsyaoqiu
:
'結算要求:'
,
qzwcsyyq
:
'強制完成週期內所有訂單提成要求'
,
bqzwancheng
:
'不用強制完成'
,
gdjine
:
'固定金額'
,
jtjine
:
'階梯金額'
,
khuren
:
'開戶人:'
,
ptAcc
:
'平臺帳戶:'
,
suoshugs
:
'所屬公司:'
,
ptsyongfei
:
'平臺使用費:'
,
ptsffangshi
:
'平臺收費方式:'
,
abfenbi
:
'按百分比'
,
anrentou
:
'按人頭'
,
ptsxufei
:
'平臺手續費:'
,
bzengjin
:
'保證金:'
,
qyxianlu
:
'簽約線路:'
,
hetong
:
'契约:'
,
yhetong
:
'有契约'
,
whetong
:
'無契约'
,
htshuoming
:
'契约說明:'
,
csyue
:
'初始餘額:'
,
zhbizhong
:
'帳戶幣種:'
,
ssgongsi
:
'所屬公司:'
,
fxshangxian
:
'風險上限:'
,
fxxiaxian
:
'風險下限:'
,
bdyhzhanghu
:
'綁定銀行帳戶:'
,
qsryhzhgjc
:
'請輸入銀行帳戶關鍵字'
,
beizhu
:
'備註:'
,
qmtiaohui
:
'期末調匯'
,
qrtijiao
:
'確認提交'
,
sqhuilv
:
'上期匯率:'
,
qmhuilv
:
'期末匯率:'
,
xzqishu
:
'選擇期數:'
,
fyleixing
:
'費用類型:'
,
kuisun
:
'虧損:'
,
yingli
:
'盈利:'
,
kuisun
:
'盈虧:'
,
bieming
:
'別名'
,
khuren
:
'開戶人'
,
zhyue
:
'帳戶餘額'
,
chaoxian
:
'超限'
,
ptjyifei
:
'平臺交易費'
,
jyebfenbi
:
'交易額百分比'
,
jyrtoushu
:
'交易人頭數'
,
ptsyongfei
:
'平臺使用費'
,
hetong
:
'契约'
,
qyluxian
:
'簽約線路'
,
bdyinhang
:
'綁定銀行'
,
ssjigou
:
'所屬機构:'
,
zhubizhong
:
'帳戶幣種'
,
ssuogongsi
:
'所屬公司'
,
sqisunyi
:
'上期損益'
,
tiaohui
:
'調匯'
,
jilu
:
'記錄'
,
xiaohu
:
'銷戶'
,
yhjigou
:
'銀行機构:'
,
khuhang
:
'開戶行:'
,
yhkahao
:
'銀行卡號:'
,
bweibi
:
'本位幣'
,
waibi
:
'外幣'
,
dhsunyi
:
'匯兌損益'
,
ljshouji
:
'累計收益'
,
shouyi
:
'收益'
,
kuisun
:
'虧損'
,
yingli
:
'盈利'
,
lcliebiao
:
'流程清單'
,
addliucheng
:
'新增流程'
,
syfeiyong
:
'適用費用'
,
gfyleixing
:
'個費用類型'
,
sygongsi
:
'適用公司'
,
sybumen
:
'適用部門'
,
sygangwei
:
'適用崗位'
,
syrenyuan
:
'適用人員'
,
feiyongfangxiang
:
'費用方向'
,
jttongyong
:
'集團通用'
,
sydxianlu
:
'所有線路'
,
shiyongxianlu
:
'適用線路'
,
symdidi
:
'適用目的地:'
,
symudidi
:
'所有目的地'
,
qyshijian
:
'啟用時間:'
,
syxianlu
:
'適用線路:'
,
qzrenshu
:
'起始人數'
,
zzrenshu
:
'終止人數'
,
jcbili
:
'基礎比列'
,
ewjiangli
:
'額外獎勵'
,
jttcblsd
:
'階梯提成比例設定'
,
lcrizhi
:
'流程日誌'
,
zwxgrizhi
:
'暫無修改日誌'
,
zwkqliucheng
:
'暫未開啟流程'
,
zlchengshu
:
'子流程數量'
,
no
:
'無'
,
rizhi
:
'日誌'
,
liucheng
:
'流程'
,
skliucheng
:
'收款流程'
,
qiyong
:
'啟用'
,
tingyong
:
'停用'
,
huiqian
:
'(會簽)'
,
huoqian
:
'(或簽)'
,
sprshezhi
:
'審批人設定'
,
sprleibie
:
'審批人類別'
,
jdmiaoshu
:
'節點描述'
,
jddongzuo
:
'節點動作'
,
zhuguan
:
'首長'
,
zdchengyuan
:
'指定成員'
,
tsjiedian
:
'特殊節點'
,
fqrende
:
'發起人的'
,
tjchengyuan
:
'添加成員'
,
huiquandetail
:
'會簽(須所有審批人同意)'
,
huoqiandetail
:
'或簽(一名審批人同意或拒絕即可)'
,
xzgangwei
:
'選擇崗位'
,
addgangweo
:
'添加崗位'
,
xgjiedian
:
'修改節點'
,
jcxinxi
:
'基礎資訊'
,
lcmingcheng
:
'流程名稱'
,
lcleixing
:
'流程類型'
,
scfujian
:
'上傳附件'
,
buqiyong
:
'不啟用'
,
qiyong
:
'啟用'
,
syzhanghu
:
'適用帳戶'
,
yinhang
:
'銀行'
,
xianjin
:
'現金'
,
pingtai
:
'平臺'
,
zjinchi
:
'資金池'
,
mbmiaoshu
:
'範本描述'
,
lcshezhi
:
'流程設定'
,
mrspliucheng
:
'默認審批流程'
,
mrspiren
:
'默認審批人'
,
huiqian
:
'會簽'
,
huoqian
:
'或簽'
,
tianjia
:
'添加'
,
mrcsongren
:
'默認抄送人'
,
xuanze
:
'選擇'
,
yixuan
:
'已選'
,
yixuangangwei
:
'已選崗位'
,
xzcsongren
:
'選擇抄送人'
,
kjiedian
:
'空節點'
,
cnchuangkou
:
'出納視窗'
,
kjchuangkou
:
'會計視窗'
,
xiankong
:
'線控'
,
jzchuna
:
'記帳出納'
,
skchuna
:
'收款出納'
,
xzrenyuan
:
'選擇人員'
,
addguize
:
'新增規則'
,
editguize
:
'修改規則'
,
gzmingcheng
:
'規則名稱'
,
tcguize
:
'提成規則'
,
tcjilu
:
'提成記錄'
,
tczhouqi
:
'提成週期'
,
dyjiesuan
:
'按單結算'
,
ayjiesuan
:
'按月結算'
,
dwala
:
'必選完成週期內所有的提成要求'
,
awala
:
'不強制完成週期內所有的提成要求'
,
meiyousunyi
:
'該帳戶當前還沒有損益記錄'
,
qhpaiban
:
'切換排版'
,
jigou
:
'機构'
,
qsrneirong
:
'請輸入內容'
,
zhanghuleixing
:
'帳戶類型'
,
zhfenlei
:
'帳戶分類'
,
yueacc
:
'餘額'
,
bwbyue
:
'本位幣餘額'
,
caozuoriqi
:
'操作日期'
,
benqihuilv
:
'本期匯率'
,
danqgianhuilv
:
'當前匯率'
,
zjinyue
:
'資金餘額'
,
zjjiner
:
'資金金額'
,
benwei
:
'本位'
,
sfbenweibi
:
'是否本位幣'
,
chushihuilv
:
'初始匯率'
,
szbweibi
:
'設定本位幣'
,
xzengbizhong
:
'新增幣種'
,
b_hbmingcheng
:
'貨幣名稱:'
,
b_hbdaima
:
'貨幣程式碼:'
,
b_cshuilv
:
'初始匯率:'
,
b_qchuilv
:
'期初匯率:'
,
ybljjine
:
'原幣累計金額:'
,
bwbljjine
:
'本位累計金額:'
,
yuanbiyue
:
'原幣餘額'
,
benbiyue
:
'本幣餘額'
,
chakanmingxi
:
'查看明細'
,
fylxmingcheng
:
'費用類型名稱'
,
cjleixing
:
'類型層級'
,
yiji
:
'一級'
,
erji
:
'二級'
,
sanji
:
'三級'
,
shangjileixing
:
'上級類型'
,
tanzhang
:
'攤賬'
,
feitanzhang
:
'非攤賬'
,
ysbaobiao
:
'營收報表'
,
bujinru
:
'不進入'
,
jinru
:
'進入'
,
yijimingcheng
:
'一級名稱'
,
erjimingcheng
:
'二級名稱'
,
sanjimingcheng
:
'三級名稱'
,
shouzhi
:
'收支'
,
feiyongleixing
:
'費用類型'
,
Name
:
'名稱:'
,
cjleixing
:
'類型層級:'
,
yes
:
'是'
,
fou
:
'否'
,
glzhangu
:
'關聯帳戶'
,
xnleixing
:
'虛擬類型'
,
tjzhanghu
:
'添加帳戶'
,
sfduigong
:
'是否對公'
,
sybumen
:
'適用部門:'
,
shanghuhao
:
'商戶號'
,
qqdizhi
:
'請求地址'
,
zfxinxi
:
'支付資訊'
,
shsiyao
:
'商戶私密金鑰'
,
ptgongyao
:
'平臺公開金鑰'
,
banbenhao
:
'版本號'
,
shoukuandan
:
'收款單'
,
fukuandan
:
'付款單'
,
sfytxiangguan
:
'是否與團相關'
,
spliucheng
:
'審批流程'
,
liuchengtu
:
'流程圖'
,
gongzhang
:
'公賬'
,
sizhang
:
'私賬'
,
rmbxianjin
:
'人民幣現金'
,
wbxianjin
:
'外幣現金'
,
ptxnzhanghu
:
'平臺虛擬帳戶'
,
djxnzhanghu
:
'地接虛擬帳戶'
,
szxiangdi
:
'收支相抵'
,
khleixing
:
'客戶類型'
,
fkduixiang
:
'付款對象'
,
khmingcheng
:
'客戶名稱'
,
zslingdui
:
'正式領隊/導遊'
,
lslingdui
:
'臨時領隊/導遊'
,
daishengcheng
:
'待生成'
,
fkzhanghu
:
'付款帳戶'
,
qxzfkzh
:
'請選擇付款帳戶'
,
ldmingcheng
:
'領隊名稱'
,
day
:
'日'
,
fyshuoming
:
'費用說明'
,
danjia
:
'單價'
,
cjdanjia
:
'成交單價'
,
jine
:
'金額'
,
yuanbi
:
'原幣'
,
sfjine
:
'實付金額'
,
daxie
:
'(大寫)'
,
xiaoxie
:
'(小寫)'
,
yjfkuanriqi
:
'預計付款日期'
,
qxzrqshijian
:
'選擇日期時間'
,
fjshuoming
:
'附加說明'
,
fygsbumen
:
'費用歸屬部門'
,
gnpiaowu
:
'國內票務'
,
jpshouzhi
:
'機票收支'
,
xiayibu
:
'下一步'
,
tijiao
:
'提交'
,
zancun
:
'暫存'
,
jxzhidan
:
'繼續制單'
,
nothanks
:
'不了,謝謝'
,
kuaijilian
:
'(會計聯)'
,
yewulian
:
'(業務聯)'
,
dayinshijian
:
'列印時間'
,
hnrdanwei
:
'匯款人(組織)'
,
huikuanren
:
'匯款人'
,
fkzhlshuihao
:
'付款帳戶(流水號)'
,
jpbianhao
:
'機票編號'
,
skjine
:
'收款金額'
,
fkjine
:
'付款金額'
,
ling
:
'零'
,
qian
:
'前'
,
cnskuandan
:
'出納收款單'
,
cnfkuandan
:
'出納付款單'
,
cnfshulian
:
'附屬出納聯'
,
fkfangshi
:
'付款方式'
,
danhao
:
'單號'
,
zhidanren
:
'制單人'
,
wbzjine
:
'外幣總金額'
,
bwbzjine
:
'本位幣總金額'
,
hkshijian
:
'匯款時間'
,
jiaoyiriqi
:
'交易日期'
,
fkuanzhanghu
:
'收款帳戶'
,
skuanzhanghao
:
'收款帳號'
,
shouxufei
:
'手續費'
,
khyuanbi
:
'(原幣)'
,
khbweibi
:
'(本位幣)'
,
jylshuihao
:
'交易流水號'
,
shzhuangtai
:
'稽核狀態'
,
yjdanju
:
'傭金單據'
,
mbleixing
:
'範本類型'
,
djleixing
:
'單據類型'
,
yingshou
:
'應收'
,
yingfu
:
'應付'
,
shishou
:
'實收'
,
shifu
:
'實付'
,
youhui
:
'優惠'
,
xiaofei
:
'小費'
,
tuikuan
:
'退款'
,
zjdiaobo
:
'資金調撥'
,
tuanqi
:
'團期'
,
hkriqi
:
'匯款日期'
,
fybumen
:
'費用部門'
,
zdrenyuan
:
'制單人員'
,
zhleixing
:
'帳戶類型'
,
sfkzhanghu
:
'收付款帳戶'
,
dxleixing
:
'對象類型'
,
ddbianhao
:
'訂單編號'
,
bzleixing
:
'幣種類型'
,
djjine
:
'單據金額'
,
zdriqi
:
'制單日期'
,
spriqi
:
'審批日期'
,
gjchaxun
:
'高級查詢'
,
piltijiao
:
'批量提交'
,
gzweituo
:
'工作委託'
,
shoukuan
:
'收款'
,
fukuan
:
'付款'
,
duixiang
:
'對象'
,
zhikuan
:
'支款'
,
dqzhuangtai
:
'當前狀態'
,
gnjpqishu
:
'國內票務期數'
,
qzbianhao
:
'簽證編號'
,
tsbianhao
:
'投訴編號'
,
smjpbianhao
:
'散賣機票編號'
,
chakan
:
'查看'
,
shenhe
:
'稽核'
,
zhuanjiao
:
'轉交'
,
tzjyriqi
:
'調整交易日期'
,
xzzjiaoren
:
'選擇轉交人'
,
zhuanjiaoren
:
'轉交人'
,
yjyriqi
:
'原交易日期'
,
cwbaobiao
:
'財務報表'
,
shuoming
:
'說明'
,
djbianhao
:
'單據編號'
,
cjshijian
:
'創建時間'
,
xiangqing
:
'詳情'
,
zjdbbiao
:
'資金調撥報表'
,
zongbu
:
'總部'
,
fgongsi
:
'分公司'
,
zjdbodan
:
'資金調撥單'
,
skduixiang
:
'收款對象'
,
skfangshi
:
'收款管道'
,
dkzhanghu
:
'到款帳戶'
,
bwyue
:
'本位金額'
,
dbriqi
:
'調撥日期'
,
qingkong
:
'清空'
,
bnshanchu
:
'不能删除了!'
,
zhibiao
:
'製錶'
,
bwbjine
:
'本位幣金額'
,
shliucheng
:
'稽核流程'
,
shouqi
:
'收起'
,
zhankai
:
'展開'
,
faqi
:
'發起'
,
daishen
:
'待審'
,
bohui
:
'駁回'
,
you
:
'由'
,
gei
:
'給'
,
zjbeizhu
:
'轉交備註'
,
jieshu
:
'結束'
,
ljhaoshi
:
'累計耗時'
,
xsfujian
:
'顯示附件'
,
ycfujian
:
'隱藏附件'
,
ysjine
:
'應收金額'
,
guazhang
:
'掛賬'
,
bmxuanze
:
'部門選擇'
,
ryxuanze
:
'人員選擇'
,
ctleixing
:
'參團類型'
,
bmriqi
:
'報名日期'
,
bmzrenshu
:
'總報名人數'
,
zcbmrenshu
:
'正常報名人數'
,
qxrenshu
:
'取消人數'
,
qtxtongji
:
'其他統計項'
,
nbbaoming
:
'內部報名'
,
B2BWAP
:
'B2B/WAP網絡報名'
,
cwdjshuoming
:
'財務單據說明'
,
yidadan
:
'已打單'
,
ptcnyshenhe
:
'平臺出納已稽核'
,
yhcnyshenhe
:
'銀行出納已稽核'
,
ytongguo
:
'已通過'
,
ysjine
:
'應收金額'
,
yishoujine
:
'已收金額'
,
tkjine
:
'退款金額'
,
ptshuijin
:
'平臺稅金'
,
ztjine
:
'在途金額'
,
wsjine
:
'未收金額'
,
khxinxi
:
'客戶資訊'
,
yszonge
:
'應收總額'
,
zaitu
:
'在途'
,
weishou
:
'未收'
,
sun
:
'損'
,
shousun
:
'收損'
,
dingdan
:
'訂單'
,
lsbeizhu
:
'歷史備註'
,
skdanju
:
'收款單據'
,
fkdanju
:
'付款單據'
,
w_ckmingcheng
:
'視窗名稱'
,
w_ywrenyuan
:
'業務人員'
,
w_fzfangxiang
:
'負責方向'
,
w_djxinxi
:
'單據資訊'
,
w_gong
:
'共'
,
w_chuangkou
:
'視窗'
,
w_shou
:
'收'
,
w_zhi
:
'支'
,
w_sqzhanghu
:
'授權帳戶'
,
w_ycldanju
:
'已處理單據'
,
w_dcldanju
:
'待處理單據'
,
w_zhbieming
:
'帳戶別名'
,
w_gsdgong
:
'公'
,
w_gsdsi
:
'私'
,
w_kscaozuo
:
'快速操作'
,
w_sygongzhang
:
'所有公賬'
,
w_sysizhang
:
'所有私賬'
,
w_sypingtai
:
'所有平臺'
,
w_syzjinchi
:
'所有資金池'
,
w_syyhzhu
:
'所有銀行帳戶'
,
w_syxjzhanghu
:
'所有現金帳戶'
,
a_xjzhanghu
:
'現金帳戶'
,
a_cnyshenhe
:
'出納稽核'
,
a_yshenhe
:
'已稽核'
,
a_wshenhe
:
'未稽核'
,
a_hkfkriqi
:
'匯款/付款日期'
,
a_hbdanju
:
'合併單據'
,
a_zhaiyao
:
'摘要'
,
a_hkrfkduixiang
:
'匯款人/付款對象'
,
a_hkfkshijian
:
'匯款時間/付款時間'
,
a_dhuanlv
:
'兌換率'
,
a_rminbi
:
'人民幣'
,
a_qcyue
:
'期初餘額'
,
a_fkshijian
:
'付款時間'
,
a_heji
:
'合計'
,
a_hbtips
:
'條合併為1條,外幣總金額'
,
a_hbtips2
:
',本位幣總金額'
,
a_zongjine
:
'總金額'
,
a_qxzdanju
:
'請選擇單據'
,
a_qxzjyriqi
:
'請選擇交易日期!'
,
a_qxzjyfangshi
:
'請選擇交易方式!'
,
a_yhzhanghu
:
'銀行帳戶'
,
a_djztai
:
'單據狀態'
,
a_shezhong
:
'稽核中'
,
a_cnzancun
:
'出納暫存'
,
a_ptzhanghu
:
'平臺帳戶'
,
a_qsrjylshuihao
:
'請輸入交易流水號'
,
a_zjczhanghu
:
'資金池帳戶'
,
a_xjrbaobiao
:
'現金日報表'
,
a_sqyue
:
'上期餘額'
,
a_bqjffshenge
:
'本期借方發生額'
,
a_bqdffshenge
:
'本期貸方發生額'
,
a_bqyue
:
'本期餘額'
,
a_jfbishu
:
'借方筆數'
,
a_dfbishu
:
'貸方筆數'
,
g_gzduixiang
:
'掛賬對象'
,
g_qxzgzzhu
:
'請選擇掛賬帳戶'
,
}
export
const
tips
=
{
tips
:
'提示'
,
shifoudui
:
'是否對'
,
zhshanchu
:
'帳戶進行銷戶操作?銷戶後不可恢復!'
,
cancleDelete
:
'已取消删除'
,
saveYes
:
'保存成功!'
,
sxhuilv
:
'以下匯率系統將每隔30分鐘即時更新一次'
,
yssdliucheng
:
'注:以上費用類型將會被執行你設定的流程'
,
zwsyfeiyong
:
'暫無適用費用!'
,
qrsc
:
'確定删除'
,
scyhquan
:
'優惠券?删除後不可恢復!'
,
schdbkhf
:
'活動?删除後不可恢復!'
,
lcmscbkhf
:
'流程嗎?删除後不可恢復!'
,
qsrmiaoshu
:
'請輸入6個字的描述'
,
srgjzjxguolv
:
'輸入關鍵字進行過濾'
,
qxzsygongsi
:
'請選擇適用公司!'
,
qxzsyfeiyong
:
'請選擇適用費用!'
,
qxzspiren
:
'請選擇審批人!'
,
qxzliucehng
:
'請選擇流程類型!'
,
czchenggong
:
'操作成功!'
,
rsbncgtr
:
'人數不能超過10人'
,
qtxjdmiaoshu
:
'請填寫節點描述!'
,
qxzbmzgjibie
:
'請選擇部門首長級別!'
,
cybnweikong
:
'成員不能為空'
,
qxzgangwei
:
'請選擇崗位'
,
qxzbumen
:
'請選擇部門!'
,
di
:
'第'
,
jizhuguan
:
'級首長'
,
xzqyshijian
:
'選擇啟用時間'
,
cicaozuoyongjiushanchu
:
'此操作將永久删除該提成規則,是否繼續?'
,
shanchutishi
:
'删除提示'
,
shanchushibai
:
'删除失敗'
,
shanchuchenggong
:
'删除成功'
,
baocunchenggong
:
'保存成功'
,
wjdxbncgsz
:
'文件大小不能超過10M!'
,
qsctpian
:
'請上傳圖片!'
,
shangchuanzhong
:
'上傳中…'
,
scchenggong
:
'上傳成功'
,
znsJPGPNGgs
:
'“只能是jpg png格式!'
,
huobi
:
'貨幣?'
,
qrszwbwbb
:
'確認設定本位幣為'
,
shifoushanchu
:
'是否删除?'
,
yuemingxi
:
'餘額明細'
,
tuodongwenjian
:
'將檔案拖到此處,或'
,
dianjishanhcuan
:
'點擊上傳'
,
znengExcel
:
'只能上傳Excel檔案,重複的費用類型不會添加哦'
,
shangchuanExcel
:
'上傳文件只能是excel格式!'
,
feiyongleixing
:
'費用類型?'
,
qxzzhleixing
:
'請選擇帳戶類型!'
,
dzfpzxxdelete
:
'的支付資訊配寘?删除後不可撤回!'
,
qscWEfile
:
'請上傳圖片、word、excel類型的檔案!'
,
czcgsfjxzhidan
:
'操作成功,是否繼續制單?'
,
jpswxzxianlu
:
'機票尚未選擇線路'
,
qzcpbianhao
:
'簽證產品編號'
,
qishu
:
'期數'
,
jiaoyifangshi
:
'交易方式'
,
zwtqxinxi
:
'暫無團期資訊'
,
zuofeicaiwudan
:
'是否對申請單進行作廢操作?作廢後不可恢復!'
,
jsrqbndyksriqi
:
'結束日期不能大於開始日期'
,
hqsjshibai
:
'數據獲取失敗!'
,
accWorkTips
:
'注:指定銀行卡收支方向的單據會自動分發到各個視窗,管理員在設定時應注意以下視窗是否涵蓋了所有的業務,如果沒有請及時設定,以免造成單據混亂'
,
qrscchuangkou
:
'確定删除視窗?'
,
qrjinyong
:
'確定禁用'
,
qrhuifu
:
'確定恢復'
,
}
export
const
Operation
=
{
Op_ShortName
:
'線路簡稱'
,
Op_sname
:
'簡稱'
,
Op_depositAmount
:
'最低定金金額'
,
Op_EarlybirdDay
:
'早鳥優惠天數'
,
Op_LossAllocation
:
'損失分攤比列'
,
Op_partInCompany
:
'參與公司'
,
Op_belongDepartment
:
'所屬部門'
,
Op_CombinedContry
:
'關聯國家'
,
Op_lowDeposit
:
'最低定金'
,
Op_preferentialDays
:
'優惠天數'
,
Op_isDirect
:
'是否直采'
,
Op_isShared
:
'是否共亯'
,
Op_AllowSmallGroup
:
'允許小包團'
,
Op_Project
:
'項目'
,
Op_notInvoled
:
'未參與'
,
Op_ManageDepartment
:
'管理部門'
,
Op_LineDirection
:
'線路方向'
,
Op_leaveCountry
:
'出境'
,
Op_theEntry
:
'入境'
,
Op_Cdreservation
:
'成都機位出發'
,
Op_localrevervation
:
'當地機位出發'
,
Op_headOfficePrice
:
'總公司價格'
,
Op_branchPrice
:
'分公司價格'
,
Op_affiliate
:
'代銷商價格'
,
Op_profitsBelong
:
'當團利潤歸屬'
,
Op_localzongprice
:
'當地總公司價格'
,
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
:
'溫馨提示'
,
Op_registrationList
:
'報名清單'
,
Op_xilieModyfi
:
'系列團修改'
,
Op_dangtuanModify
:
'當團修改'
,
Op_advertising
:
'廣告'
,
Op_remark
:
'OP備註'
,
Op_moreOperation
:
'更多操作'
,
Op_shouzhiDetail
:
'團隊收支明細'
,
Op_tripDownLoad
:
'行程下載'
,
Op_shangjia
:
'上架'
,
Op_xiajia
:
'下架'
,
Op_shouruDan
:
'收入確認單'
,
Op_b2bView
:
'B2B預覽'
,
Op_salelianyun
:
'分銷聯運'
,
Op_bentuanMaidian
:
'本團賣點'
,
Op_wordTrip
:
'WORD行程'
,
Op_duiwaiRemark
:
'OP對外備註'
,
Op_duineiRemark
:
'OP對內備註'
,
Op_dijieRemark
:
'地接備註'
,
Op_HotelChange
:
'飯店變更'
,
Op_carType
:
'車型'
,
Op_choicePlat
:
'請選擇上架平臺'
,
Op_salesPlat
:
'銷售平臺'
,
Op_scTrip
:
'上傳WORD行程'
,
Op_longTerm
:
'長線'
,
Op_shortTerm
:
'短線'
,
Op_hetuan
:
'合團團號'
,
Op_shipNum
:
'艙位'
,
Op_chaifen
:
'團隊折開'
,
Op_orderNum
:
'收訂人數'
,
Op_signUp
:
'報名'
,
Op_price
:
'價格'
,
Op_ArriveTime
:
'抵離時間'
,
Op_jinchudian
:
'進出點'
,
Op_chutuan
:
'出團'
,
Op_jiweiTotal
:
'機位統計共'
,
Op_taoTotal
:
'套,總機位數'
,
Op_baomingCompany
:
'報名公司'
,
Op_peopleChoice
:
'人員選擇'
,
Op_salesTotal
:
'銷售額統計'
,
Op_yingPay
:
'應付款'
,
Op_yiShou
:
'已收款'
,
Op_weiShou
:
'未收款'
,
Op_platZaitu
:
'平臺在途'
,
Op_daishou
:
'待收金額'
,
Op_teamInfo
:
'團期資訊'
,
Op_tripUpdate
:
'行程修改'
,
Op_tripCopy
:
'行程複製'
,
}
export
const
rule
=
{
company
:
'請選擇公司'
,
qxzxuanlu
:
'請選擇線路'
,
qsryhqmingcheng
:
'請輸入優惠券名稱'
,
qsrsytiaojian
:
'請輸入使用條件'
,
qxzsxriqi
:
'請選擇生效日期'
,
qxzjzriqi
:
'請選擇截止日期'
,
qsryhqshuliang
:
'請輸入優惠券數量'
,
zkqzdzkwzhe
:
'折扣券最大折扣為99折'
,
yxjzrbxdyksshijian
:
'有效截止日必須大於開始時間!'
,
ldNmae
:
'請輸入抽獎名稱'
,
ldNum
:
'請輸入抽獎次數'
,
startDate
:
'請選擇開始日期'
,
endDate
:
'請選擇結束日期'
,
qsrzhbieming
:
'請輸入帳戶別名'
,
qxzzhleixing
:
'請選擇帳戶類型'
,
qxzyhjigou
:
'請選擇銀行機构'
,
qsrkhuren
:
'請輸入開戶人'
,
qsrkhuhang
:
'請輸入開戶行'
,
qsrptzhanghao
:
'請輸入平臺帳號'
,
qsrptsxufei
:
'請輸入平臺手續費'
,
qsrzqxufei
:
'請輸入正確的平臺手續費'
,
qszssgongsi
:
'請選擇所屬公司'
,
qxzzhbizhong
:
'請選擇帳戶幣種'
,
qsrcsyue
:
'請輸入初始餘額'
,
qsrzqdyue
:
'請輸入正確的餘額'
,
szfzeren
:
'支款負責人'
,
fkfzeren
:
'付款負責人'
,
qxzfyleixing
:
'請選擇費用類型'
,
qtxptsyongfei
:
'請填寫平臺使用費'
,
qtxptbzhengjin
:
'請填寫平臺保證金'
,
qxzbdyinhang
:
'請選擇綁定銀行'
,
qssrzhhaoma
:
'請輸入帳戶號碼'
,
qsrzqdzhhaoma
:
'請輸入正確的帳戶號碼'
,
qsrlcmingcheng
:
'請輸入流程名稱'
,
qsrjcbili
:
'請輸入基礎比例'
,
qsrwmjiangli
:
'請輸入外賣獎勵'
,
qsrgzmingcheng
:
'請輸入規則名稱'
,
qzsxzytxianlu
:
'請至少選擇一個適用線路'
,
qzsxzyggongsi
:
'請至少選擇一個適用公司'
,
qsrjxmingcheng
:
'請輸入獎項名稱'
,
qxzjxleixing
:
'請選擇獎項類型'
,
qxzjxguanlian
:
'請選擇獎項關聯'
,
qsrjxshuliang
:
'請輸入獎項數量'
,
qxzjxzhuangtai
:
'請選擇獎項狀態'
,
qsrpaixu
:
'請輸入排序'
,
qsrjgmingcheng
:
'請輸入機構名稱'
,
sxzjgleixing
:
'請選擇機构類型'
,
qtxhbmingcheng
:
'請填寫貨幣名稱'
,
qtxhbdaima
:
'請填寫貨幣程式碼'
,
qsrhuilv
:
'請輸入匯率'
,
qxzqishu
:
'請選擇期數'
,
qtxqmhuilv
:
'請填寫期末匯率'
,
qtxfymingcheng
:
'請填寫費用名稱'
,
qxzlxcengji
:
'請選擇類型層級'
,
qtxzhmingcheng
:
'請填寫帳戶名稱'
,
qxzsybumen
:
'請選擇適用部門'
,
qsrshuhao
:
'請輸入商戶號'
,
qsrshsyao
:
'請輸入商戶私密金鑰'
,
qsrptsiyao
:
'請輸入平臺公開金鑰'
,
qsrqqdizhi
:
'請輸入請求地址'
,
qsrbbenhao
:
'請輸入版本號'
,
qxzssgongsi
:
'請選擇所屬公司'
,
qxzshleixing
:
'請選擇帳戶類型'
,
qxzzhfenlei
:
'請選擇帳戶分類'
,
qxzzhanghu
:
'請選擇帳戶'
,
qsrdingdanhao
:
'請輸入訂單號'
,
qxzfyshuoming
:
'請選擇費用說明'
,
qxzbzhong
:
'請選擇幣種'
,
qxzxybshren
:
'請選擇下一步審批人'
,
qtxzsyxfyshuoming
:
'請填寫至少一項費用說明!'
,
qxzyjfkshijian
:
'請選擇預計付款時間!'
,
qxzfkduixiang
:
'請選擇付款對象!'
,
qxzkhmingcheng
:
'請選擇客戶名稱!'
,
qxzfkdzhanghu
:
'請選擇付款帳戶'
,
qxzxybsheren
:
'請選擇下一步稽核人'
,
qxzzdbumen
:
'請選擇制單部門!'
,
qsrbmmingchen
:
'請輸入部門名稱'
,
qxzbmcengji
:
'請選擇部門層級'
,
qxzfuzeren
:
'請選擇負責人'
,
qsrbdgangwei
:
'請選擇綁定崗位'
,
qsrzqdbmdianhua
:
'請輸入正確的部門電話'
,
qszhengshu
:
'請輸整數'
,
qsrname
:
'請輸入姓名'
,
qsrtelphone
:
'請輸入正確的手機'
,
qsrIdnum
:
'請輸正確的身份證號'
,
qxzzjiaoren
:
'請選擇轉交人'
,
qtxzjbeizhu
:
'請填寫轉交備註'
,
qxztzhdjyriqi
:
'請選擇調整後的交易日期'
,
qtxshuoming
:
'請填寫說明'
,
qxzygxytjddanju
:
'請選擇一個需要提交的單據!'
,
qxzbmen
:
'請選擇部門'
,
qtxhkuanren
:
'請填寫匯款人!'
,
qtxhkshijian
:
'請選擇匯款時間!'
,
qxzjylshuihao
:
'請選擇交易流水號!'
,
qxzskzhanghao
:
'請選擇收款帳號!'
,
qtxckmingcheng
:
'請填寫視窗名稱'
,
qxzywuyuan
:
'請選擇業務員'
,
qxzsyfangxiang
:
'請選擇使用方向'
,
qsrjine
:
'請輸入金額'
,
qsrzjine
:
'請輸入總金額'
,
qxzrzshijian
:
'請選擇入職時間!'
,
qsrzqdqq
:
'請輸入正確的qq!'
,
}
export
const
adm
=
{
adm_xzbumen
:
'新增部門'
,
adm_sxjg
:
'樹形結構'
,
adm_fhlb
:
'返回列表'
,
adm_jggl
:
'結構管理'
,
adm_addzibumen
:
'添加子部門'
,
adm_addbumen
:
'添加部門'
,
adm_addyuangong
:
'添加員工'
,
adm_edityuangong
:
'員工修改'
,
adm_xueli
:
'學歷'
,
adm_rzshijain
:
'入職時間'
,
adm_gwname
:
'崗位名稱'
,
adm_gxtime
:
'更新時間'
,
adm_ynyyfenqu
:
'是否應用分區'
,
adm_qsrgwname
:
'請輸入崗位名稱'
,
adm_qxzsfyyfenqu
:
'請選擇是否應用分區'
,
adm_changepd
:
'修改密碼'
,
adm_changeUserInfo
:
'修改用戶資訊'
,
adm_bindaccountinfo
:
'綁定帳戶資訊'
,
adm_newPd
:
'新密碼'
,
adm_Reinput
:
'再次輸入'
,
adm_logintel
:
'登入手機'
,
adm_Validaccount
:
'有效帳號'
,
adm_logincount
:
'登入帳號'
,
adm_changelogintel
:
'修改登入手機'
,
adm_staff
:
'員工'
,
adm_newphone
:
'新手機號'
,
adm_resetpd
:
'重置密碼'
,
adm_twopdnotsame
:
'兩次密碼不一致!'
,
adm_twotelphnotsame
:
'兩次手機號碼不一致!'
,
adm_swlizhi
:
'設為離職'
,
adm_swzaizhi
:
'設為在職'
,
adm_Rolename
:
'角色名稱'
,
adm_quanxian
:
'許可權'
,
adm_qsrmiaoshu
:
'請輸入描述'
,
adm_qxshezhi
:
'許可權設定'
,
adm_Bindingattendance
:
'綁定考勤'
,
adm_title
:
'標題'
,
adm_Publisher
:
'發佈人'
,
adm_ublicationstatus
:
'發佈情况'
,
adm_tobepublish
:
'待發佈'
,
adm_published
:
'已發佈'
,
adm_Withdrawn
:
'已撤回'
,
adm_Ceilingsituation
:
'置頂情况'
,
adm_Noroofset
:
'未置頂'
,
adm_roofset
:
'已置頂'
,
adm_theme
:
'主題'
,
adm_roof
:
'置頂'
,
adm_exitroof
:
'取消置頂'
,
adm_shifouroof
:
'是否置頂?'
,
adm_chehui
:
'撤回'
,
adm_fujian
:
'附件'
,
adm_download
:
'下載'
,
adm_content
:
'內容'
,
adm_content
:
'上傳'
,
adm_fjlist
:
'附件清單'
,
adm_publish
:
'發佈'
,
adm_qsrgbbiaoti
:
'請輸入公告標題'
,
adm_qsrgbneirong
:
'請輸入公告內容'
,
adm_filenotmoreM
:
'文件大小不能超過100M!'
,
adm_sfchehui
:
'是否撤回'
,
adm_chsuccess
:
'撤回成功'
,
adm_chexit
:
'取消撤回'
,
adm_xgnotice
:
'修改公告'
,
adm_noticexiangqing
:
'公告詳情'
,
adm_binded
:
'已綁定'
,
adm_binding
:
'未綁定'
,
adm_time
:
'時間'
,
adm_Jobnumber
:
'工號'
,
adm_Attendancedate
:
'考勤日期'
,
adm_sbkqshijian
:
'上班考勤時間'
,
adm_sbdkshijian
:
'上班打卡時間'
,
adm_sbdkjieguo
:
'上班打卡結果'
,
adm_sbdkdizhi
:
'上班打卡地址'
,
adm_xbkqshijian
:
'下班考勤時間'
,
adm_xbdkshijian
:
'下班打卡時間'
,
adm_xbdkjieguo
:
'下班打卡結果'
,
adm_xbdkdizhi
:
'下班打卡地址'
,
adm_dkshebei
:
'打卡設備'
,
adm_timenomorethan
:
'時間跨度不能超過31天!'
,
adm_time
:
'時間'
,
adm_exportexcel
:
'匯出報表'
,
adm_Sunday
:
'星期日'
,
adm_Monday
:
'星期一'
,
adm_Tuesday
:
'星期二'
,
adm_Wednesday
:
'星期三'
,
adm_Thursday
:
'星期四'
,
adm_Friday
:
'星期五'
,
adm_Saturday
:
'星期六'
,
}
export
const
visaT
=
{
cxjihua
:
'出行計畫'
,
sqneirong
:
'申請類型'
,
crjtime
:
'出入境時間'
,
cfAirport
:
'出發機場'
,
chujingtime
:
'出境時間'
,
rujingtime
:
'入境時間'
,
Portofentry
:
'入境口岸'
,
Inboundflights
:
'入境班機'
,
fhjichang
:
'返回機場'
,
Exitport
:
'出境口岸'
,
Outboundflight
:
'出境班機'
,
Orderremark
:
'訂單備註'
,
Applicantxx
:
'申請人資訊'
,
Applicant
:
'申請人'
,
Chinesesurname
:
'中文姓'
,
peChinese
:
'請輸入中文'
,
boy
:
'男'
,
girl
:
'女'
,
Englishsurname
:
'英文姓'
,
peEnglish
:
'請輸入英文'
,
ptxPassportNo
:
'請填寫護照號'
,
PassportNoadder
:
'護照簽發地'
,
Pleasefillin
:
'請填寫'
,
PassportNogq
:
'護照過期日'
,
nationality
:
'國籍'
,
Marriage
:
'婚姻'
,
fillprovince
:
'請填寫省'
,
jtxxdz
:
'家庭詳細地址'
,
authentication
:
'身份確認'
,
Exitrecord
:
'出境記錄'
,
post
:
'職務'
,
Recommend
:
'推薦'
,
student
:
'高校學生'
,
rbxcjh
:
'日本行程計畫'
,
qsrddh
:
'請輸入訂單號'
,
qsrzqddh
:
'請輸入正確的訂單號'
,
qxzqqlx
:
'請選擇申請類型'
,
qxzcrjsj
:
'請選擇出入境時間'
,
qxzqfjc
:
'請選擇起飛機場'
,
qxzrjka
:
'請選擇入境口岸'
,
qxzrjhbh
:
'請選擇入境航班號'
,
qxzfhjc
:
'請選擇返回機場'
,
qxzcjka
:
'請選擇出境口岸'
,
qxzcjhbh
:
'請選擇出境航班號'
,
qtxywx
:
'請填寫英文姓'
,
qsrzwx
:
'請輸入中文姓'
,
qsrywx
:
'請輸入英文姓'
,
qtxywm
:
'請填寫英文名'
,
qtxzcsrq
:
'請填選擇出生日期'
,
qtxzxb
:
'請填選擇性別'
,
zqdhzh
:
'正確的護照號'
,
qxzhzgqr
:
'請選擇護照過期日'
,
qtxqfd
:
'請填寫簽發地'
,
qxzgj
:
'請選擇國籍'
,
qxzcjjl
:
'請選擇出境記錄'
,
qxzzw
:
'請選擇職務'
,
qtjsqr
:
'請添加申請人'
,
ts
:
'是否删除?删除後已填寫資料無法恢復!'
,
sqbdh
:
'申請表編號'
,
xzsycl
:
'下載身元資料'
,
xzggbg
:
'下載歸國報告'
,
dccg
:
'匯出成功!'
,
result
:
'結果'
,
sale
:
'銷售'
,
Accountingdetails
:
'核算詳情'
,
See
:
'查看'
,
wscggbg
:
'暫未上傳歸國報告'
,
qzzlxz
:
'簽證資料下載'
,
jbzlxz
:
'基本資料下載'
,
sqsxz
:
'申請書下載'
,
tqmdxz
:
'團簽名單下載'
,
titleT
:
'結束日期不能大於開始日期'
,
titleTh
:
'請選擇需要匯出條目!'
,
titlef
:
'暫時只接入日本簽證範本!請聯系管理員添加'
,
complete
:
'完成'
,
qrcpomplete
:
'確認已完成'
,
titleF
:
'後無法修改稽核狀態!'
,
Download
:
'下載中…'
,
rbqzsqb
:
'日本簽證申請表'
,
titlts
:
'還有未確認的資訊,請先確認!'
,
notes
:
'(注:此處只提供簽證的價格,說明狀態維護,簽證範本功能不直接提供給用戶)'
,
finformation
:
'一、班機資訊'
,
Scheduling
:
'二、行程安排'
,
go
:
'去'
,
jdname
:
'景點名稱'
,
doorname
:
'門票名稱'
,
Nothandled
:
'未辦理'
,
Inhandling
:
'辦理中'
,
Alreadyprocessed
:
'已辦理'
,
Addingsuppliers
:
'添加供應商'
,
Vendortemplate
:
'供應商範本'
,
xiugaigysxx
:
'修改供應商資訊'
,
Accountmanagement
:
'帳戶管理'
,
qsrgysname
:
'請輸入供應商名稱'
,
qsradder
:
'請輸入地址'
,
qxzguojia
:
'請選擇國家'
,
qxzshengfeng
:
'請選擇省份'
,
qsrchuanzhen
:
'請輸入傳真'
,
qsrphone
:
'請輸入電話'
,
qsryesphone
:
'請輸入正確的電話'
,
qsrtopmanager
:
'請輸入總經理'
,
qsrfuzheren
:
'請輸入負責人'
,
qsrlingduiphone
:
'請輸入領隊電話'
,
qsrlingdui
:
'請輸入領隊'
,
qxzmoban
:
'請選擇範本'
,
Regularflights
:
'常用班機'
,
qtxrank
:
'請填寫排序'
,
addApplicant
:
'添加申請人'
,
rapplicantxx
:
'複製申請人資訊'
,
qtxzwx
:
'請填寫中文姓'
,
qtxzwm
:
'請填寫中文名'
,
Completionover
:
'辦理完成'
,
sfshanchubd
:
'是否删除綁定?'
,
qxzzzdqzlx
:
'請選擇正確的簽證類型!'
,
qxzxybddry
:
'請選擇需要綁定的人員'
,
v_Othervisas
:
'其他'
,
dxzhanghu
:
'對象帳戶'
,
guazdanju
:
'掛賬單'
}
//销售模块
export
const
salesModule
=
{
keyWords
:
'關鍵字'
,
InformalClient
:
'正式客戶'
,
enterPhone
:
'輸入手機或者旅行社名'
,
notInformalClient
:
'非正式客戶'
,
UnapprovedClient
:
'未通過客戶'
,
BlackListCustomers
:
'黑名單客戶'
,
addCustomer
:
'新增客戶'
,
belongUnion
:
'所屬聯盟'
,
InquiryAndDemand
:
'詢價與需求'
,
CumulativeTurnover
:
'累計交易額度'
,
HappinessPassbook
:
'幸福存摺'
,
noVisit
:
'最近拜訪:暫無'
,
Visit
:
'最近拜訪'
,
noYuefang
:
'近期約訪:暫無'
,
Yuefang
:
'近期約訪'
,
TotalVisit
:
'累計拜訪'
,
OntheBlackList
:
'已加入黑名單'
,
storeName
:
'門店名稱'
,
HouseNumber
:
'請輸入,精准到門牌號碼'
,
Belongbrand
:
'所屬品牌'
,
premises
:
'經營場所'
,
CustomerSource
:
'客戶來源'
,
CustomerInfo
:
'客戶來源資訊'
,
BusinessPhoto
:
'名片照片'
,
doorPhoto
:
'門牌照片'
,
businessPhoto
:
'營業照片'
,
BrandName
:
'品牌名稱'
,
}
}
src/assets/common/lang/zh.js
View file @
e0070e34
...
@@ -44,8 +44,9 @@ export const pub={
...
@@ -44,8 +44,9 @@ export const pub={
woman
:
'女'
,
woman
:
'女'
,
yes
:
'是'
,
yes
:
'是'
,
no
:
'否'
,
no
:
'否'
,
area
:
'地区'
,
edit
:
'编辑'
,
Brand
:
'品牌'
,
}
}
export
const
login
=
{
export
const
login
=
{
...
@@ -1746,5 +1747,35 @@ export const visaT = {
...
@@ -1746,5 +1747,35 @@ export const visaT = {
dxzhanghu
:
'对象账户'
,
dxzhanghu
:
'对象账户'
,
guazdanju
:
'挂账单'
guazdanju
:
'挂账单'
}
}
//销售模块
export
const
salesModule
=
{
keyWords
:
'关键字'
,
InformalClient
:
'正式客户'
,
enterPhone
:
'输入手机或者旅行社名'
,
notInformalClient
:
'非正式客户'
,
UnapprovedClient
:
'未通过客户'
,
BlackListCustomers
:
'黑名单客户'
,
addCustomer
:
'新增客户'
,
belongUnion
:
'所属联盟'
,
InquiryAndDemand
:
'询价与需求'
,
CumulativeTurnover
:
'累计交易额度'
,
HappinessPassbook
:
'幸福存折'
,
noVisit
:
'最近拜访:暂无'
,
Visit
:
'最近拜访'
,
noYuefang
:
'近期约访:暂无'
,
Yuefang
:
'近期约访'
,
TotalVisit
:
'累计拜访'
,
OntheBlackList
:
'已加入黑名单'
,
storeName
:
'门店名称'
,
HouseNumber
:
'请输入,精准到门牌号码'
,
Belongbrand
:
'所属品牌'
,
premises
:
'经营场所'
,
CustomerSource
:
'客户来源'
,
CustomerInfo
:
'客户来源信息'
,
BusinessPhoto
:
'名片照片'
,
doorPhoto
:
'门牌照片'
,
businessPhoto
:
'营业照片'
,
BrandName
:
'品牌名称'
,
}
import
invoicesManager
from
'./H/h-invoicesManager'
import
invoicesManager
from
'./H/h-invoicesManager'
export
const
ios
=
invoicesManager
export
const
ios
=
invoicesManager
\ No newline at end of file
src/assets/common/lang/zhtw-demo.js
0 → 100644
View file @
e0070e34
export
const
obj
=
{
BrandName
:
'品牌名称'
,
}
export
default
obj
;
\ No newline at end of file
src/components/SalesModule/MyCustomer.vue
View file @
e0070e34
...
@@ -87,29 +87,29 @@
...
@@ -87,29 +87,29 @@
<div
class=
"page_MyCustomerSearch"
>
<div
class=
"page_MyCustomerSearch"
>
<li>
<li>
<span>
<span>
<em>
关键字:
</em><el-input
class=
'w220'
v-model=
'msg.CustomerName'
@
keyup
.
enter
.
native=
"getList()"
placeholder=
"输入手机或者旅行社名
"
></el-input>
<em>
{{
$t
(
'salesModule.keyWords'
)
}}
:
</em><el-input
class=
'w220'
v-model=
'msg.CustomerName'
@
keyup
.
enter
.
native=
"getList()"
:placeholder=
"$t('salesModule.enterPhone')
"
></el-input>
</span>
</span>
</li>
</li>
<li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
查询
</button>
<button
class=
"hollowFixedBtn"
@
click=
"getList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"addShow=true;isOldPerson=false"
>
新增客户
</button>
<button
class=
"normalBtn"
@
click=
"addShow=true;isOldPerson=false"
>
{{
$t
(
'salesModule.addCustomer'
)
}}
</button>
</li>
</li>
</div>
</div>
<div
class=
"_mc_addbox"
>
<div
class=
"_mc_addbox"
>
<li
:class=
"
{active:type==2}" @click="type=2;clickGetList(2)">
<li
:class=
"
{active:type==2}" @click="type=2;clickGetList(2)">
正式客户
{{
$t
(
'salesModule.InformalClient'
)
}}
<div
class=
"divActive"
v-show=
"type==2"
></div>
<div
class=
"divActive"
v-show=
"type==2"
></div>
</li>
</li>
<li
:class=
"
{active:type==1}" @click="type=1;clickGetList(1)">
<li
:class=
"
{active:type==1}" @click="type=1;clickGetList(1)">
非正式客户
{{
$t
(
'salesModule.notInformalClient'
)
}}
<div
class=
"divActive"
v-show=
"type==1"
></div>
<div
class=
"divActive"
v-show=
"type==1"
></div>
</li>
</li>
<li
:class=
"
{active:type==3}" @click="type=3;clickGetList(3)">
<li
:class=
"
{active:type==3}" @click="type=3;clickGetList(3)">
未通过客户
{{
$t
(
'salesModule.UnapprovedClient'
)
}}
<div
class=
"divActive"
v-show=
"type==3"
></div>
<div
class=
"divActive"
v-show=
"type==3"
></div>
</li>
</li>
<li
:class=
"
{active:type==4}" @click="type=4;clickGetList(4)">
<li
:class=
"
{active:type==4}" @click="type=4;clickGetList(4)">
黑名单客户
{{
$t
(
'salesModule.BlackListCustomers'
)
}}
<div
class=
"divActive"
v-show=
"type==4"
></div>
<div
class=
"divActive"
v-show=
"type==4"
></div>
</li>
</li>
</div>
</div>
...
@@ -127,40 +127,40 @@
...
@@ -127,40 +127,40 @@
<p>
{{
item
.
contact
}}
</p>
<p>
{{
item
.
contact
}}
</p>
<p><i
class=
"iconfont icon-img_dianhua"
></i>
{{
item
.
contactNumber
}}
</p>
<p><i
class=
"iconfont icon-img_dianhua"
></i>
{{
item
.
contactNumber
}}
</p>
<p
class=
"_addr"
>
{{
item
.
customerName
}}
<i
class=
"iconfont icon-shimingrenzheng"
:class=
"
{'_class_b': item.RealNameAuthentication===1}">
</i>
<p
class=
"_addr"
>
{{
item
.
customerName
}}
<i
class=
"iconfont icon-shimingrenzheng"
:class=
"
{'_class_b': item.RealNameAuthentication===1}">
</i>
<i
class=
"iconfont icon-heimingdan"
v-show=
"item.customerStatus===4"
title=
"已加入黑名单
"
></i>
<i
class=
"iconfont icon-heimingdan"
v-show=
"item.customerStatus===4"
:title=
"$t('salesModule.OntheBlackList')
"
></i>
</p>
</p>
</div>
</div>
<div
class=
"_record"
v-if=
"item.customerAccountId!=0"
>
<div
class=
"_record"
v-if=
"item.customerAccountId!=0"
>
<p
class=
"_fist_n"
v-if=
"item.customerVisitList.length>0"
>
近期约访
:
{{
item
.
customerVisitList
[
0
].
visitDateTime
}}
</p>
<p
class=
"_fist_n"
v-if=
"item.customerVisitList.length>0"
>
{{
$t
(
'salesModule.Yuefang'
)
}}
:
{{
item
.
customerVisitList
[
0
].
visitDateTime
}}
</p>
<p
class=
"_fist_n"
v-else
>
近期约访:暂无
</p>
<p
class=
"_fist_n"
v-else
>
{{
$t
(
'salesModule.noYuefang'
)
}}
</p>
<p
class=
"_other"
v-if=
"item.customerVisitList[1]"
>
最近拜访
:
{{
item
.
customerVisitList
[
1
].
visitDateTime
}}
</p>
<p
class=
"_other"
v-if=
"item.customerVisitList[1]"
>
{{
$t
(
'salesModule.Visit'
)
}}
:
{{
item
.
customerVisitList
[
1
].
visitDateTime
}}
</p>
<p
class=
"_other"
v-else
>
最近拜访:暂无
</p>
<p
class=
"_other"
v-else
>
{{
$t
(
'salesModule.noVisit'
)
}}
</p>
<p
class=
"_other"
>
累计拜访
:
{{
item
.
visiteCount
}}
</p>
<p
class=
"_other"
>
{{
$t
(
'salesModule.TotalVisit'
)
}}
:
{{
item
.
visiteCount
}}
</p>
<p
class=
"_fist_n"
>
幸福存折
<span>
{{
item
.
cL_Balance
}}
</span></p>
<p
class=
"_fist_n"
>
{{
$t
(
'salesModule.HappinessPassbook'
)
}}
<span>
{{
item
.
cL_Balance
}}
</span></p>
</div>
</div>
<div
class=
"_record"
v-else
>
<div
class=
"_record"
v-else
>
<p
class=
"_fist_n"
v-if=
"item.customerVisitList.length>0"
>
近期约访
:
{{
item
.
customerVisitList
[
0
].
visitDateTime
}}
</p>
<p
class=
"_fist_n"
v-if=
"item.customerVisitList.length>0"
>
{{
$t
(
'salesModule.Yuefang'
)
}}
:
{{
item
.
customerVisitList
[
0
].
visitDateTime
}}
</p>
<p
class=
"_fist_n"
v-else
>
近期约访:暂无
</p>
<p
class=
"_fist_n"
v-else
>
{{
$t
(
'salesModule.noYuefang'
)
}}
</p>
<p
class=
"_other_n"
v-if=
"item.customerVisitList[1]"
>
最近拜访
:
{{
item
.
customerVisitList
[
1
].
visitDateTime
}}
</p>
<p
class=
"_other_n"
v-if=
"item.customerVisitList[1]"
>
{{
$t
(
'salesModule.Visit'
)
}}
:
{{
item
.
customerVisitList
[
1
].
visitDateTime
}}
</p>
<p
class=
"_other_n"
v-else
>
最近拜访:暂无
</p>
<p
class=
"_other_n"
v-else
>
{{
$t
(
'salesModule.noVisit'
)
}}
</p>
<p
class=
"_fist_n"
>
幸福存折
<span>
{{
item
.
cL_Balance
}}
</span></p>
<p
class=
"_fist_n"
>
{{
$t
(
'salesModule.HappinessPassbook'
)
}}
<span>
{{
item
.
cL_Balance
}}
</span></p>
</div>
</div>
<div
class=
"_bt"
>
<div
class=
"_bt"
>
<el-row
:gutter=
"24"
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"18"
>
<el-col
:span=
"18"
>
<p>
累计交易额度
<span>
{{
item
.
tradeTotal
}}
</span></p>
<p>
{{
$t
(
'salesModule.CumulativeTurnover'
)
}}
<span>
{{
item
.
tradeTotal
}}
</span></p>
<p>
询价与需求
<span>
{{
item
.
inquireCount
}}
</span></p>
<p>
{{
$t
(
'salesModule.InquiryAndDemand'
)
}}
<span>
{{
item
.
inquireCount
}}
</span></p>
<p>
所属联盟
<span>
{{
item
.
allianceName
}}
</span></p>
<p>
{{
$t
(
'salesModule.belongUnion'
)
}}
<span>
{{
item
.
allianceName
}}
</span></p>
</el-col>
</el-col>
<el-col
:span=
"6"
style=
"text-align:right;padding:0"
>
<el-col
:span=
"6"
style=
"text-align:right;padding:0"
>
<span
class=
"xqBtn"
@
click
.
stop=
"goUrC('CustomerAnalysis',item.customerId)"
>
详情
</span>
<span
class=
"xqBtn"
@
click
.
stop=
"goUrC('CustomerAnalysis',item.customerId)"
>
{{
$t
(
'fnc.xiangqing'
)
}}
</span>
</el-col>
</el-col>
</el-row>
</el-row>
</div>
</div>
</li>
</li>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
<p
v-show=
"dataList.length==0"
class=
"fz14 color333 alcenter"
>
暂无数据
</p>
<p
v-show=
"dataList.length==0"
class=
"fz14 color333 alcenter"
>
{{
$t
(
'system.content_noData'
)
}}
</p>
</ul>
</ul>
<el-pagination
<el-pagination
background
background
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
</el-pagination>
</el-pagination>
</div>
</div>
<div
class=
"_mc_edit _scrollbar"
:class=
"addShow==true?'edHeightOne':''"
>
<div
class=
"_mc_edit _scrollbar"
:class=
"addShow==true?'edHeightOne':''"
>
<p
class=
"_tit"
>
新增客户
<p
class=
"_tit"
>
{{
$t
(
'salesModule.addCustomer'
)
}}
<span
class=
"fr"
>
<span
class=
"fr"
>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"cancelEdit()"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</button>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"cancelEdit()"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</button>
<button
type=
"button"
class=
"normalBtn"
v-if=
'allowAdd'
@
click=
"saveVisa()"
>
{{
$t
(
'pub.saveBtn'
)
}}
</button>
<button
type=
"button"
class=
"normalBtn"
v-if=
'allowAdd'
@
click=
"saveVisa()"
>
{{
$t
(
'pub.saveBtn'
)
}}
</button>
...
@@ -181,18 +181,18 @@
...
@@ -181,18 +181,18 @@
<el-form
class=
"_info_box clearfix"
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"120px"
>
<el-form
class=
"_info_box clearfix"
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"120px"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"联系电话:
"
prop=
"contactNumber"
>
<el-form-item
:label=
"$t('restaurant.res_ContactNumber')
"
prop=
"contactNumber"
>
<el-input
:disabled=
"isOldPerson"
v-model=
"addMsg.contactNumber"
@
input=
'searchHistory(addMsg.contactNumber)'
placeholder=
"请输入
"
></el-input>
<el-input
:disabled=
"isOldPerson"
v-model=
"addMsg.contactNumber"
@
input=
'searchHistory(addMsg.contactNumber)'
:placeholder=
"$t('pub.pleaseImport')
"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"门店名称:
"
prop=
"customerName"
>
<el-form-item
:label=
"$t('salesModule.storeName')
"
prop=
"customerName"
>
<el-input
:disabled=
"isOldPerson"
v-model=
"addMsg.customerName"
placeholder=
"请输入
"
maxlength=
"20"
></el-input>
<el-input
:disabled=
"isOldPerson"
v-model=
"addMsg.customerName"
:placeholder=
"$t('pub.pleaseImport')
"
maxlength=
"20"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"联系人:
"
prop=
"contact"
>
<el-form-item
:label=
"$t('hotel.suplier_contact')
"
prop=
"contact"
>
<el-input
:disabled=
"isOldPerson"
v-model=
"addMsg.contact"
placeholder=
"请输入
"
maxlength=
"20"
></el-input>
<el-input
:disabled=
"isOldPerson"
v-model=
"addMsg.contact"
:placeholder=
"$t('pub.pleaseImport')
"
maxlength=
"20"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"地区:
"
>
<el-form-item
:label=
"$t('pub.area')
"
>
<el-select
filterable
v-model=
'addMsg.Province'
@
change=
'getCity'
>
<el-select
filterable
v-model=
'addMsg.Province'
@
change=
'getCity'
>
<el-option
v-for=
'item in provinceList'
<el-option
v-for=
'item in provinceList'
:label=
'item.Name'
:label=
'item.Name'
...
@@ -225,14 +225,14 @@
...
@@ -225,14 +225,14 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"详细地址:
"
prop=
"address"
>
<el-form-item
:label=
"$t('hotel.hotel_detailinfo')
"
prop=
"address"
>
<el-input
v-model=
"addMsg.address"
placeholder=
"请输入,精准到门牌号码
"
maxlength=
"50"
></el-input>
<el-input
v-model=
"addMsg.address"
:placeholder=
"$t('salesModule.HouseNumber')
"
maxlength=
"50"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"所属品牌:
"
prop=
"brandIds"
>
<el-form-item
:label=
"$t('salesModule.Belongbrand')
"
prop=
"brandIds"
>
<el-select
filterable
class=
'multiple_input'
multiple
v-model=
'addMsg.brandIds'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
filterable
class=
'multiple_input'
multiple
v-model=
'addMsg.brandIds'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
'item in CustomerBrandList'
<el-option
v-for=
'item in CustomerBrandList'
:label=
'item.name'
:label=
'item.name'
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"职务:
"
prop=
"Duty"
>
<el-form-item
:label=
"$t('visaT.post')
"
prop=
"Duty"
>
<el-select
filterable
v-model=
'addMsg.Duty'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
filterable
v-model=
'addMsg.Duty'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
'item in zw'
<el-option
v-for=
'item in zw'
:label=
'item.Name'
:label=
'item.Name'
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"经营场所:
"
prop=
"Premises"
>
<el-form-item
:label=
"$t('salesModule.premises')
"
prop=
"Premises"
>
<el-select
filterable
v-model=
'addMsg.Premises'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
filterable
v-model=
'addMsg.Premises'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
'item in jycs'
<el-option
v-for=
'item in jycs'
:label=
'item.Name'
:label=
'item.Name'
...
@@ -265,7 +265,7 @@
...
@@ -265,7 +265,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"客户来源:
"
prop=
"CustomerSourceType"
>
<el-form-item
:label=
"$t('salesModule.CustomerSource')
"
prop=
"CustomerSourceType"
>
<el-select
filterable
v-model=
'addMsg.CustomerSourceType'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
filterable
v-model=
'addMsg.CustomerSourceType'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
'item in khly'
<el-option
v-for=
'item in khly'
:label=
'item.Name'
:label=
'item.Name'
...
@@ -278,19 +278,19 @@
...
@@ -278,19 +278,19 @@
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"18"
>
<el-col
:span=
"18"
>
<el-form-item
label=
"备注:
"
prop=
"remark"
>
<el-form-item
:label=
"$t('hotel.hotel_remark')
"
prop=
"remark"
>
<el-input
v-model=
"addMsg.remark"
type=
"textarea"
maxlength=
"500"
></el-input>
<el-input
v-model=
"addMsg.remark"
type=
"textarea"
maxlength=
"500"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"客户来源信息:
"
prop=
"remark"
v-show=
'addMsg.CustomerSourceType==6'
>
<el-form-item
:label=
"$t('salesModule.CustomerInfo')
"
prop=
"remark"
v-show=
'addMsg.CustomerSourceType==6'
>
<el-input
v-model=
"addMsg.CustomerSource"
maxlength=
"20"
></el-input>
<el-input
v-model=
"addMsg.CustomerSource"
maxlength=
"20"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"名片照片:
"
>
<el-form-item
:label=
"$t('salesModule.BusinessPhoto')
"
>
<el-upload
class=
"avatar-uploader"
<el-upload
class=
"avatar-uploader"
action=
""
action=
""
:http-request=
"uploadImg"
:http-request=
"uploadImg"
...
@@ -303,7 +303,7 @@
...
@@ -303,7 +303,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"门牌照片:
"
>
<el-form-item
:label=
"$t('salesModule.doorPhoto')
"
>
<el-upload
class=
"avatar-uploader"
<el-upload
class=
"avatar-uploader"
action=
""
action=
""
:http-request=
"uploadImg1"
:http-request=
"uploadImg1"
...
@@ -316,7 +316,7 @@
...
@@ -316,7 +316,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"营业照片:
"
>
<el-form-item
:label=
"$t('salesModule.businessPhoto')
"
>
<el-upload
class=
"avatar-uploader"
<el-upload
class=
"avatar-uploader"
action=
""
action=
""
:http-request=
"uploadImg2"
:http-request=
"uploadImg2"
...
...
src/components/SalesModule/branding.vue
View file @
e0070e34
...
@@ -2,38 +2,38 @@
...
@@ -2,38 +2,38 @@
<div
class=
"branding"
>
<div
class=
"branding"
>
<div
class=
"branding_header"
>
<div
class=
"branding_header"
>
<div
class=
"branding_item_btn"
>
<div
class=
"branding_item_btn"
>
<div
@
click=
"checkBtn"
>
查询
</div>
<div
@
click=
"checkBtn"
>
{{
$t
(
'pub.searchBtn'
)
}}
</div>
<div
@
click=
"addBtn"
>
添加
</div>
<div
@
click=
"addBtn"
>
{{
$t
(
'fnc.tianjia'
)
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"branding_name"
>
<div
class=
"branding_name"
>
<div>
品牌名称
</div>
<div>
{{
$t
(
'salesModule.BrandName'
)
}}
</div>
<div>
<div>
<el-input
v-model=
"checkData.Name"
size=
"mini"
placeholder=
"请输入
"
></el-input>
<el-input
v-model=
"checkData.Name"
size=
"mini"
:placeholder=
"$t('pub.pleaseImport')
"
></el-input>
</div>
</div>
</div>
</div>
<div
class=
"branding_list"
>
<div
class=
"branding_list"
>
<div
class=
"branding_item"
v-for=
"(option, index) in list"
:key=
"index"
>
<div
class=
"branding_item"
v-for=
"(option, index) in list"
:key=
"index"
>
<div>
{{
option
.
name
}}
</div>
<div>
{{
option
.
name
}}
</div>
<div
class=
"branding_item_btn"
>
<div
class=
"branding_item_btn"
>
<div
@
click=
"editBtn(index)"
>
编辑
</div>
<div
@
click=
"editBtn(index)"
>
{{
$t
(
'pub.edit'
)
}}
</div>
<div
@
click=
"delBtn(option.id)"
>
删除
</div>
<div
@
click=
"delBtn(option.id)"
>
{{
$t
(
'system.ph_shanchu'
)
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"checkData.pageIndex"
layout=
"total,prev, pager, next, jumper"
:page-size=
'20'
:total=
'checkData.pageCount'
></el-pagination>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"checkData.pageIndex"
layout=
"total,prev, pager, next, jumper"
:page-size=
'20'
:total=
'checkData.pageCount'
></el-pagination>
<div
v-show=
"editShow"
class=
"branding_buttom"
>
<div
v-show=
"editShow"
class=
"branding_buttom"
>
<div
class=
"branding_buttom_header"
>
<div
class=
"branding_buttom_header"
>
<div>
{{
editType
===
'add'
?
'新增'
:
'修改'
}}
品牌
</div>
<div>
{{
editType
===
'add'
?
'新增'
:
'修改'
}}
{{
$t
(
'pub.Brand'
)
}}
</div>
<div
class=
"branding_item_btn"
>
<div
class=
"branding_item_btn"
>
<div
@
click=
"editOk"
>
保存
</div>
<div
@
click=
"editOk"
>
{{
$t
(
'pub.saveBtn'
)
}}
</div>
<div
@
click=
"editToHide"
>
取消
</div>
<div
@
click=
"editToHide"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"branding_name"
>
<div
class=
"branding_name"
>
<div>
品牌名称
</div>
<div>
{{
$t
(
'demo.BrandName'
)
}}
</div>
<div>
<div>
<el-input
v-model=
"editData.Name"
size=
"mini"
placeholder=
"请输入
"
></el-input>
<el-input
v-model=
"editData.Name"
size=
"mini"
:placeholder=
"$t('pub.pleaseImport')
"
></el-input>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/components/index.vue
View file @
e0070e34
...
@@ -224,10 +224,13 @@
...
@@ -224,10 +224,13 @@
<span
class=
"el-dropdown-link"
>
<span
class=
"el-dropdown-link"
>
<i
v-if=
"language=='zh-CN'"
class=
"iconfont icon-language_top"
></i>
<i
v-if=
"language=='zh-CN'"
class=
"iconfont icon-language_top"
></i>
<i
v-if=
"language=='Japanese'"
class=
"iconfont icon-icon-riyu"
></i>
<i
v-if=
"language=='Japanese'"
class=
"iconfont icon-icon-riyu"
></i>
<i
v-if=
"language=='zh-TW'"
class=
"iconfont icon-fanti"
></i>
</span>
</span>
<el-dropdown-menu
class=
"changelanguage"
slot=
"dropdown"
>
<el-dropdown-menu
class=
"changelanguage"
slot=
"dropdown"
>
<el-dropdown-item
@
click
.
native=
"ChangeLan('Japanese')"
>
日语
<i
v-if=
"language=='Japanese'"
class=
"iconfont icon-duigou"
></i></el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"ChangeLan('Japanese')"
>
日语
<i
v-if=
"language=='Japanese'"
class=
"iconfont icon-duigou"
></i></el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"ChangeLan('zh-CN')"
>
简体中文
<i
v-if=
"language=='zh-CN'"
class=
"iconfont icon-duigou"
></i></el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"ChangeLan('zh-CN')"
>
简体中文
<i
v-if=
"language=='zh-CN'"
class=
"iconfont icon-duigou"
></i></el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"ChangeLan('zh-TW')"
>
繁体中文
<i
v-if=
"language=='zh-TW'"
class=
"iconfont"
></i></el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
</li>
</li>
...
...
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