Commit 61c6db1f authored by zhengke's avatar zhengke

修改

parents 07e0a4de cafc1152
......@@ -2454,4 +2454,29 @@ export const sm={
haizi:'子供',
laoron:'老人',
nianlingType:'年齢タイプ',
}
export const op={
Onedaytour:'一日観光',
feizhicai:'非直采',
zhicai:'直采',
notxiaobaotuan:'は小包団を許可しません。',
rentoufy:'人头返用',
b2bxianlubjt:'B2B線の背景図は、',
b2bxianlucbct:'B2B線側辺長図',
appubiao:'アプリアイコン',
fuzop:'はOPを担当します',
qingtxldm:'回線コードを記入してください。',
qingsrzqdzm:'正しい文字を入力してください。',
qingtxzdje:'最低金額を記入してください。',
qingtxljc:'回線略称を記入してください。',
qingxzxlfx:'回線の方向を選択してください',
sfshanchucxl:'はこの路線を削除しますか?',
qtxxianlumc:'回線名を記入してください。',
qxzsuosxl:'所属線を選んでください',
qtxmddmc:'目的地名を記入してください。',
}
\ No newline at end of file
......@@ -1831,7 +1831,7 @@ export const salesModule={
TotalVisit:'累計拜訪',
OntheBlackList:'已加入黑名單',
storeName:'門店名稱',
HouseNumber:'請輸入精准到門牌號碼',
HouseNumber:'請輸入,精准到門牌號碼',
Belongbrand:'所屬品牌',
premises:'經營場所',
CustomerSource:'客戶來源',
......@@ -1899,7 +1899,7 @@ export const salesModule={
HistoryTask:'查看歷史任務',
MyTasks:'我發佈的任務',
AddTasks:'新增任務',
ClickAddTasks:'點擊右上方“+”按鈕新增一個任務吧',
ClickAddTasks:'點擊右上方“+”按鈕,新增一個任務吧',
TodayTask:'今日任務動態',
NoActive:'大家好像都還沒有行動起來哦',
Contribution:'貢獻',
......@@ -1909,10 +1909,10 @@ export const salesModule={
ZB:'占比',
NoConfiguration:'您還沒有配寘',
ClickToEdit:'請點擊卡片中的編輯按鈕“',
LJPZ:'立即配寘否則無法評分',
LJPZ:'立即配寘,否則無法評分',
reMindNow:'當前還剩餘',
ZBFP:'的占比沒有分配',
ZBFPYX:'占比分配不全會影響銷售的綜合能力評估',
ZBFP:'的占比沒有分配,',
ZBFPYX:'占比分配不全會影響銷售的綜合能力評估,',
CXFP:'重新分配',
NLPG:'能力評定修改',
NLMC:'能力名稱',
......@@ -2009,9 +2009,9 @@ export const salesModule={
StartLY:'出發聯運價',
BackLY:'返回聯運價',
UpTeamPrice:'高於本團單價',
Notice1:'注:如果超出本團的最低讓價差價將由你來承擔',
Notice1:'注:如果超出本團的最低讓價,差價將由你來承擔',
Notice2:'注:最多少價',
Notice3:'元如需少價更多請聯系上級首長',
Notice3:'元,如需少價更多請聯系上級首長',
SingleNum:'單地接人數',
AdultNum:'成人人數',
NoSupplier:'本團不支持兒童出遊',
......@@ -2129,7 +2129,7 @@ export const salesModule={
SSJE:'收損金額',
BabyPrice:'嬰兒價',
UpdateRoom:'修改房型',
OPjinzhi:' OP已禁止修改訂單資訊請聯系OP修改備註',
OPjinzhi:' OP已禁止修改訂單資訊,請聯系OP修改備註',
AdultPeople:'稽核人',
ApplyStatus:'付款狀態',
DSDJ:'待收定金',
......@@ -2155,7 +2155,7 @@ export const salesModule={
LossReceipt:'設為收損單',
ApplyInvoice:'申請發票',
ApplyPhoto:'申請照片',
OrderSured:'訂單已確認取消請聯系OP',
OrderSured:'訂單已確認,取消請聯系OP',
LookTourse:'查看旅客調查',
Zhao:'照',
NoPhoto:'照片一人',
......@@ -2452,6 +2452,30 @@ export const sm={
haizi:'孩子',
laoren:'老人',
nianlingType:'年齡類型',
}
export const op={
Onedaytour:'一日遊',
feizhicai:'非直采',
zhicai:'直采',
notxiaobaotuan:'不允許小包團',
rentoufy:'人頭返傭',
b2bxianlubjt:'B2B線路背景圖',
b2bxianlucbct:'B2B線路側邊長圖',
apptubiao:'App圖標',
fuzeop:'負責OP',
qingtxxldm:'請填寫線路程式碼',
qingsrzqdzm:'請輸入正確的字母',
qingtxzdje:'請填寫最低金額',
qingtxxljc:'請填線路簡稱',
qingxzxlfx:'請選擇線路方向',
sfshanchucxl:'是否删除此線路?',
qtxxianlumc:'請填寫線路名',
qxzsuosxl:'請選擇所屬線路',
qtxmddmc:'請填寫目的地名稱',
}
import invoicesManager from './zhTW/invoicesManager'
......
......@@ -69,7 +69,7 @@
<td>{{item.LineName}}</td>
<td>{{item.PlaceName}}</td>
<td>{{item.CountryName}}</td>
<td>{{item.IsShow==0?'不显示':'显示'}}</td>
<td>{{item.IsShow==0? $t('MarketingActi.notShow'):$t('system.table_isShows')}}</td>
<td style="position: relative;">
<el-row>
<el-tooltip class="item" effect="dark" :content="$t('system.table_edit')" placement="top-start">
......@@ -158,28 +158,28 @@ export default {
LineName: [
{
required: true,
message: "请填写线路名",
message: this.$t('op.qtxxianlumc'),
trigger: "blur"
}
],
LineID: [
{
required: true,
message: "请选择所属线路",
message: this.$t('op.qxzsuosxl'),
trigger: "change"
}
],
PlaceName: [
{
required: true,
message: "请填写目的地名称",
message: this.$t('op.qtxmddmc'),
trigger: "blur"
}
],
countryString: [
{
required: true,
message: "请选择国家",
message: this.$t('visaT.qxzguojia'),
trigger: "change"
}
]
......@@ -296,15 +296,15 @@ export default {
},
deletelist(index) {
//删除
this.$confirm("是否删除?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
this.$confirm(this.$t('tips.shifoushanchu'), this.$t('tips.tips'), {
confirmButtonText: this.$t('pub.sureBtn'),
cancelButtonText: this.$t('pub.cancelBtn'),
type: "warning"
})
.then(() => {
this.$message({
type: "success",
message: "删除成功!"
message: this.$t('tips.shanchuchenggong')
});
this.deleteLine(index);
})
......
......@@ -444,10 +444,10 @@
</div>
</el-col>
<el-col :span="2">
<div class="Linezhicai" :class="{'redType':item.isDirect=='0'}">{{item.isDirect=="0"?'非直采':'直采'}}</div>
<div class="Linezhicai" :class="{'redType':item.isShow=='0'}">{{item.isShow=="0"?'不显示':'显示'}}</div>
<div class="Linezhicai" :class="{'redType':item.isDirect=='0'}">{{item.isDirect=="0"?$t('op.feizhicai'):$t('op.zhicai')}}</div>
<div class="Linezhicai" :class="{'redType':item.isShow=='0'}">{{item.isShow=="0"?$t('MarketingActi.notShow'):$t('system.table_isShows')}}</div>
<div class="Linezhicai" :class="{'redType':item.is_PacketGroup=='0'}">
{{item.is_PacketGroup =="0"?'不允许小包团':'允许小包团'}}</div>
{{item.is_PacketGroup =="0"?$t('op.notxiaobaotuan'):$t('Operation.Op_AllowSmallGroup')}}</div>
</el-col>
<el-col :span="2">
<div>
......@@ -738,32 +738,32 @@
//表单必填验证
lineName: [{
required: true,
message: "请输入线路名",
message: this.$t('system.ph_lineName'),
trigger: "blur"
}],
lineCode: [{
required: true,
message: "请填写线路代码",
message: this.$t('op.qingtxxldm'),
trigger: "blur"
},
{
pattern: /^[a-zA-Z]/,
message: "请输入正确的字母"
message: this.$t('op.qingsrzqdzm')
}
],
lowDeposit: [{
required: true,
message: "请填写最低金额",
message: this.$t('op.qingtxzdje'),
trigger: "blur"
}],
lineShortName: [{
required: true,
message: "请填线路简称",
message: this.$t('op.qingtxxljc'),
trigger: "change"
}],
LineDirection: [{
required: true,
message: "请选择线路方向",
message: this.$t('op.qingxzxlfx'),
trigger: "change"
}]
}
......@@ -915,7 +915,7 @@
},
deletelist(lineID) {
var that = this;
this.Confirm("是否删除此线路?", function () {
this.Confirm(that.$t('op.sfshanchucxl'), function () {
let msg = {
ID: lineID
};
......@@ -924,7 +924,7 @@
msg,
res => {
if (res.data.resultCode == 1) {
that.Success("删除成功");
that.Success(res.data.message);
that.getList();
}
},
......
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