Commit 76ad9213 authored by youjie's avatar youjie

修复 翻译的bug

parent eb5e326b
......@@ -1662,7 +1662,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -1701,7 +1701,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -323,7 +323,7 @@
e.stopPropagation()
this.$confirm("是否撤回?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -348,7 +348,7 @@
e.stopPropagation()
this.$confirm("是否删除? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -2168,7 +2168,7 @@
}
this.$confirm(`${this.$t('MyFinances.fnczy2')}`, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -2617,7 +2617,7 @@
if(type==1){
this.$confirm(this.$t('FinanDetail.ydscbkhf'), `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -700,7 +700,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -1273,7 +1273,7 @@ export default {
}
this.$confirm(`已选单号:${ids.join(',')},总金额:${orderObj.Money},是否继续生成财务单据`, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -579,7 +579,7 @@
Delete(item){//删除
this.$confirm("是否删除? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -1158,7 +1158,7 @@ export default {
}
this.$confirm(`已选单号:${ids.join(',')},总金额:${orderObj.Money},是否继续生成财务单据`, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -676,7 +676,7 @@
Delete(item){//删除
this.$confirm("是否删除? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -271,7 +271,7 @@
Delete(item) {
this.$confirm("是否删除? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -635,7 +635,7 @@
Delete(item){//删除
this.$confirm("是否删除? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -419,7 +419,7 @@
DeleteRules(ID) { //删除规则
this.$confirm("是否删除? ", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -541,7 +541,7 @@
DeleteRules(ID) { //删除规则
this.$confirm("是否删除? ", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -615,7 +615,7 @@
DeleteRules(ID) { //删除规则
this.$confirm("是否删除? ", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -100,7 +100,7 @@
Delete(item) {
this.$confirm("是否删除? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -3139,7 +3139,7 @@
deleteFile(obj) {
this.$confirm("是否删除确认函?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......@@ -3321,7 +3321,7 @@
}
this.$confirm("是否取消?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......@@ -3351,7 +3351,7 @@
}
this.$confirm(confirmC, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......
......@@ -4025,7 +4025,7 @@
deleteFile(obj) {
this.$confirm("是否删除确认函?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......@@ -4211,7 +4211,7 @@
}
this.$confirm("是否取消?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......@@ -4241,7 +4241,7 @@
}
this.$confirm(confirmC, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......
......@@ -3082,7 +3082,7 @@
}
this.$confirm("是否取消?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -3112,7 +3112,7 @@
}
this.$confirm(confirmC, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -1316,7 +1316,7 @@
let text = '是否确认设置收损?'
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -1348,7 +1348,7 @@
let text = '是否确认订单?'
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -2314,7 +2314,7 @@
this.editorTeam = false;
this.$confirm("是否退群?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -2955,7 +2955,7 @@
this.deleteMsg.articleId = id;
this.$confirm("是否删除?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -3386,7 +3386,7 @@
withdrawAapproval(workFlowId, templateType) {
this.$confirm("是否撤回?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -483,7 +483,7 @@
getIsSure() {
this.$confirm("是否确认航班信息?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -720,7 +720,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -599,7 +599,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -4356,7 +4356,7 @@
setChargeLoss(obj) {
this.$confirm("确定恢复收损单", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......
......@@ -190,7 +190,7 @@
Delete(item) {
this.$confirm("是否删除" + item.name + "? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -247,7 +247,7 @@
Delete(item) {
this.$confirm("是否删除" + item.name + "? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -740,9 +740,9 @@
}, err => {})
},
checkCanAdd() {
this.$confirm("客户类型与税号请务必填写正确,避免单据驳回!!", `${this.$t('tips.tips')}`, {
this.$confirm("客户类型与税号请务必填写正确,避免单据驳回!!!", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -906,7 +906,7 @@ export default {
checkCanAdd() {
this.$confirm("客户类型与税号请务必填写正确,避免单据驳回!!", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -1503,7 +1503,7 @@
let text = '是否确认设置收损?'
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -1546,7 +1546,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -451,7 +451,7 @@
Delete(row){
this.$confirm("是否删除? 删除后不可恢复", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -2814,7 +2814,7 @@
this.editorTeam = false;
this.$confirm("是否退群?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -3451,7 +3451,7 @@
this.deleteMsg.articleId = id;
this.$confirm("是否删除?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -3873,7 +3873,7 @@
withdrawAapproval(workFlowId, templateType) {
this.$confirm("是否撤回?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -1783,7 +1783,7 @@
deleteFile(obj) {
this.$confirm("是否删除确认函?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......@@ -1904,7 +1904,7 @@
}
this.$confirm("是否取消?", `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......@@ -1934,7 +1934,7 @@
}
this.$confirm(confirmC, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning",
})
.then(() => {
......
......@@ -1662,7 +1662,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......@@ -1701,7 +1701,7 @@
}
this.$confirm(text, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
cancelButtonText: `${this.$t('pub.cancelBtn')}`,
type: "warning"
})
.then(() => {
......
......@@ -232,7 +232,7 @@ export default {
Vue.prototype.Confirm = function (msg, callback) {
this.$confirm(msg, `${this.$t('tips.tips')}`, {
confirmButtonText: `${this.$t('pub.sureBtn')}`,
confirmButtonText: `${this.$t('pub.cancelBtn')}`,
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