Commit 51124998 authored by 我在何方's avatar 我在何方

更新收款单国际化

parent eadc9072
......@@ -3790,5 +3790,23 @@
"版本号不能为空": "Version number cannot be empty",
"内部号不能为空": "Internal number cannot be empty",
"版本链接不能为空": "Version link cannot be empty",
"强制更新不能为空": "Forced update cannot be empty"
"强制更新不能为空": "Forced update cannot be empty",
"货物毛重(KGS)": "",
"请输入货物毛重": "",
"提单确认件.xlsx": "",
"提交佣金付款单反核销申请成功,请耐心等待审核结果": "",
"客户档案未设置银行账户。": "",
"反核销审核详情": "Anti-nuclear verification details",
"全部核销审核详情": "All verification audit details",
"取消全部核销审核": "Cancel all verification checks",
"提交收款单反核销": "submit receipt for cancellation verification",
"输入金额不对": "",
"标签超过1000需要耐心等候标签生成,请稍候": "",
"首次入仓时间": "",
"订单{no}的放货箱数不能大于控货箱数": "",
"请填写合作开始时间": "",
"请填写合作结束时间": "",
"境内外": "",
"流程详情":"Flow details",
"收款单核销审核":"The payment voucher verification review"
}
......@@ -157,8 +157,8 @@ export const constantRoutes = [
}, {
path: 'process-instance/detail',
component: (resolve) => require(['@/views/bpm/processInstance/detail'], resolve),
name: '流程详情',
meta: {title: '流程详情', activeMenu: '/bpm/task/my'}
name: 'Flow details',
meta: {title: '流程详情',titleEn:'Flow details', activeMenu: '/bpm/task/my'}
}
]
},
......
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