Commit c1bd105f authored by zhengke's avatar zhengke

改国际化

parent b8a25033
......@@ -465,5 +465,15 @@ export const obj = {
plxgai:'一括修正',
gysbeizhu:'とサプライヤーに備考する',
gysduindibeizhu:'サプライヤーが備考を接地する',
shousunShezhi:'収損設定',
jiangljine:'奨励金',
kouchujine:'差し引き金額',
shezhissje:'損失金額の設定',
gwdyjhzd:'買い物店のコミッション領収書',
guideName:'ガイドの名前',
shopStore:'ショッピング?ショップ',
choiceShop:'買い物店を選ぶ',
zczysx:'政策、注意事項',
}
export default obj;
\ No newline at end of file
......@@ -451,5 +451,14 @@ export const obj = {
plxgai:'批量修改',
gysbeizhu:'地接对供应商备注',
gysduindibeizhu:'供应商对地接备注',
shousunShezhi:'收损设置',
jiangljine:'奖励金额',
kouchujine:'扣除金额',
shezhissje:'设置收损金额',
gwdyjhzd:'购物店佣金回执单',
guideName:'导游姓名',
shopStore:'购物店',
choiceShop:'选择购物店',
zczysx:'政策,注意事项',
}
export default obj;
\ No newline at end of file
......@@ -451,6 +451,14 @@ dangtuan:'當團',
plxgai:'批量修改',
gysbeizhu:'地接對供應商備註',
gysduindibeizhu:'供應商對地接備註',
shousunShezhi:'收損設定',
jiangljine:'獎勵金額',
kouchujine:'扣除金額',
shezhissje:'設定收損金額',
gwdyjhzd:'購物店傭金回執單',
guideName:'導遊姓名',
shopStore:'購物店',
choiceShop:'選擇購物店',
zczysx:'政策,注意事項',
}
export default obj;
\ No newline at end of file
......@@ -133,7 +133,7 @@
</div>
<div class="updataBtn">
<button class="normalBtn UPBtn"
@click="outerVisible = true,dialogTitle=$t('ground.xiugaigysxx'),updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button>
@click="outerVisible = true,dialogTitle=$t('visaT.xiugaigysxx'),updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button>
<button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button>
<button class="hollowFixedBtn HS_financial" @click="AccountManage(item)">{{$t("visaT.Accountmanagement")}}</button>
<button class="hollowFixedBtn HS_financial" @click="GoHotel(item)" >{{$t("ground.jiudianfkfspz")}}</button>
......
......@@ -18,20 +18,20 @@
<table border="0" cellspacing="1" cellpadding="0" class="singeRowTable"
style="border: 1px solid rgb(230, 230, 230);background: #ccc;width: 900px">
<tr>
<th colspan="6" height="40">购物店佣金回执单</th>
<th colspan="6" height="40">{{$t('ground.gwdyjhzd')}}</th>
</tr>
<tr>
<td width="150px">团号</td>
<td width="150px">{{$t('visa.v_tuanhao')}}</td>
<td width="150px">{{TCID}}</td>
<td width="150px">导游姓名</td>
<td width="150px">{{$t('ground.guideName')}}</td>
<td width="150px">{{GuideName}}</td>
<td width="150px">地区</td>
<td width="150px">{{$t('pub.area')}}</td>
<td width="150px">{{StartCityNames}}</td>
</tr>
<tr>
<td colspan="3" width="450px">购物店</td>
<td width="150px">选择购物店</td>
<td colspan="2" width="300px">政策,注意事项</td>
<td colspan="3" width="450px">{{$t('ground.shopStore')}}</td>
<td width="150px">{{$t('ground.choiceShop')}}</td>
<td colspan="2" width="300px">{{$t('ground.zczysx')}}</td>
</tr>
<tbody v-for="(item) in dataList">
<tr v-for="(son,index) in item.ShopList">
......@@ -49,7 +49,7 @@
</tbody>
</table>
<div style="padding: 20px 0 20px 20px;width: 900px;text-align: right">
<input type="button" class="normalBtn" value="保存" @click="saveFrom" />
<input type="button" class="normalBtn" :value="$t('pub.saveBtn')" @click="saveFrom" />
</div>
</div>
</template>
......
This diff is collapsed.
......@@ -132,7 +132,7 @@
</div>
</div>
<div class="updataBtn">
<button class="normalBtn UPBtn" @click="outerVisible = true,dialogTitle='修改供应商信息',updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button>
<button class="normalBtn UPBtn" @click="outerVisible = true,dialogTitle=$t('ground.xiuggysxx'),updateInfo(item.ID)">{{$t('pub.updateMsg')}}</button>
<button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button>
<button class="hollowFixedBtn HS_financial" @click="AccountManage(item)">{{$t('visaT.Accountmanagement')}}</button>
</div>
......@@ -199,9 +199,9 @@ export default {
},
rules: {
Name: [
{ required: true, message: "请输入供应商名称", trigger: "blur" }
{ required: true, message:this.$t('visaT.qsrgysname'), trigger: "blur" }
],
Contact: [{ required: true, message: "请输入联系人", trigger: "blur" }]
Contact: [{ required: true, message:this.$t('rule.EnterContratPerson'), trigger: "blur" }]
}
};
},
......@@ -237,9 +237,9 @@ export default {
},
isdelete(ID) {
this.deleteID = ID;
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(() => {
......
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