Commit 670b2abe authored by dragondean@qq.com's avatar dragondean@qq.com

可出确认提示翻译

parent 7f989070
......@@ -4146,5 +4146,6 @@
"暂无清关费设置": "Batch set up air freight routes for goods",
"查看更多": "There is currently no customs clearance fee setting",
"単询": "View more",
"查看阶梯价": "Single inquiry"
"查看阶梯价": "Single inquiry",
"您确定要将订单{orderNo}设置为可出吗?": "Are you sure you want to set order {orderNo} as available?"
}
......@@ -399,8 +399,8 @@ export default {
},
// 批量可出
batchCanShipment(){
let orderNos = this.multipleSelection.map(item => item.orderNo).join(',')
this.$confirm(this.$t(`您确定要将订单{orderNos}设置为可出吗?`, {orderNos})).then(() =>{
let orderNo = this.multipleSelection.map(item => item.orderNo).join(',')
this.$confirm(this.$t(`您确定要将订单{orderNo}设置为可出吗?`, {orderNo})).then(() =>{
return batchCanShipment(this.ids)
}).then(res =>{
this.$message.success(res.message || this.$t('操作成功'))
......
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