Commit 4abd6650 authored by honghy's avatar honghy Committed by wux

需求98 空运待出-可出-新增提示

parent 0ee24ae8
...@@ -586,7 +586,7 @@ export default { ...@@ -586,7 +586,7 @@ export default {
// 设置可出 // 设置可出
setCanShipment(row){ setCanShipment(row){
console.log(row) console.log(row)
if(row.sumWeight>300) { if(row.vweight>=300) {
var a = "该订单超300kg,运费金额较大,请谨慎检查货物货值及货物内容(是否订制广告品,食品,家私等),考虑预收运费降低风险。" var a = "该订单超300kg,运费金额较大,请谨慎检查货物货值及货物内容(是否订制广告品,食品,家私等),考虑预收运费降低风险。"
if(this.$i18n.locale != 'zh_CN') { if(this.$i18n.locale != 'zh_CN') {
a = "This order exceeds 300kg and the shipping cost is relatively high. Please carefully check the value and content of the goods (whether they are customized advertising products, food, furniture, etc.), and consider collecting shipping fees in advance to reduce risks." a = "This order exceeds 300kg and the shipping cost is relatively high. Please carefully check the value and content of the goods (whether they are customized advertising products, food, furniture, etc.), and consider collecting shipping fees in advance to reduce risks."
......
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