|
@@ -24,36 +24,36 @@
|
|
<view class="packaging-center">
|
|
<view class="packaging-center">
|
|
<view class="packaging-left">
|
|
<view class="packaging-left">
|
|
<view class="left-top"> 东莞仓库 </view>
|
|
<view class="left-top"> 东莞仓库 </view>
|
|
- <view class="left-bottom"> 始发地 </view>
|
|
|
|
|
|
+ <view class="left-bottom"> {{ i18n.origin }} </view>
|
|
</view>
|
|
</view>
|
|
<image class="jiantou" src="../../static/mine/339.png" mode=""></image>
|
|
<image class="jiantou" src="../../static/mine/339.png" mode=""></image>
|
|
<view class="packaging-left">
|
|
<view class="packaging-left">
|
|
<view class="left-top">
|
|
<view class="left-top">
|
|
{{ orderInformation.containerBase.country_name }}
|
|
{{ orderInformation.containerBase.country_name }}
|
|
</view>
|
|
</view>
|
|
- <view class="left-bottom"> 目的地 </view>
|
|
|
|
|
|
+ <view class="left-bottom"> {{ i18n.destination }} </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="packaging-time">
|
|
<view class="packaging-time">
|
|
<view class="time">
|
|
<view class="time">
|
|
- <text>开始时间:</text>
|
|
|
|
|
|
+ <text>{{ i18n.start }}:</text>
|
|
<text>{{
|
|
<text>{{
|
|
orderInformation.containerBase.begin_date + " "
|
|
orderInformation.containerBase.begin_date + " "
|
|
}}</text>
|
|
}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="time">
|
|
<view class="time">
|
|
- <text>截止时间:</text>
|
|
|
|
|
|
+ <text>{{ i18n.cut }}:</text>
|
|
<text>{{ orderInformation.containerBase.end_date }}</text>
|
|
<text>{{ orderInformation.containerBase.end_date }}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="photo" v-if="orderInformation.status == 'unpaid'">
|
|
<view class="photo" v-if="orderInformation.status == 'unpaid'">
|
|
<view class="_weight">
|
|
<view class="_weight">
|
|
- <text>称重重量</text>
|
|
|
|
|
|
+ <text>{{ i18n.weighingWeight }}</text>
|
|
<text>{{ orderInformation.actual_weight }}kg</text>
|
|
<text>{{ orderInformation.actual_weight }}kg</text>
|
|
</view>
|
|
</view>
|
|
<view class="_weight">
|
|
<view class="_weight">
|
|
- <text>称重图片</text>
|
|
|
|
|
|
+ <text>{{ i18n.weighingImage }}</text>
|
|
<!-- <view class="_image"> </view> -->
|
|
<!-- <view class="_image"> </view> -->
|
|
<image
|
|
<image
|
|
:src="orderInformation.weight_images"
|
|
:src="orderInformation.weight_images"
|
|
@@ -62,7 +62,7 @@
|
|
/>
|
|
/>
|
|
</view>
|
|
</view>
|
|
<view class="photo-bottom">
|
|
<view class="photo-bottom">
|
|
- <text class="_text-1">需付款</text>
|
|
|
|
|
|
+ <text class="_text-1">{{ i18n.paymentRequired }}</text>
|
|
<view class="price">
|
|
<view class="price">
|
|
<text style="font-size: 20rpx">¥</text>
|
|
<text style="font-size: 20rpx">¥</text>
|
|
<text>{{ orderInformation.gap_price.split(".")[0] }}</text
|
|
<text>{{ orderInformation.gap_price.split(".")[0] }}</text
|
|
@@ -75,7 +75,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="address">
|
|
<view class="address">
|
|
<view class="name-phone">
|
|
<view class="name-phone">
|
|
- <view class="send"> 寄 </view>
|
|
|
|
|
|
+ <view class="send"> {{ i18n.send }} </view>
|
|
<view class="name"> {{ orderInformation.from_name }} </view>
|
|
<view class="name"> {{ orderInformation.from_name }} </view>
|
|
<view class="phone"> {{ orderInformation.from_mobile }} </view>
|
|
<view class="phone"> {{ orderInformation.from_mobile }} </view>
|
|
</view>
|
|
</view>
|
|
@@ -83,7 +83,7 @@
|
|
{{ orderInformation.from_full_address }}
|
|
{{ orderInformation.from_full_address }}
|
|
</view>
|
|
</view>
|
|
<view class="name-phone">
|
|
<view class="name-phone">
|
|
- <view class="send"> 收 </view>
|
|
|
|
|
|
+ <view class="send"> {{ i18n.putAway }} </view>
|
|
<view class="name"> {{ orderInformation.to_name }} </view>
|
|
<view class="name"> {{ orderInformation.to_name }} </view>
|
|
<view class="phone"> {{ orderInformation.to_mobile }} </view>
|
|
<view class="phone"> {{ orderInformation.to_mobile }} </view>
|
|
</view>
|
|
</view>
|
|
@@ -98,23 +98,23 @@
|
|
|
|
|
|
<view class="_label-list" v-for="item in orderInformation.goods">
|
|
<view class="_label-list" v-for="item in orderInformation.goods">
|
|
<view class="information">
|
|
<view class="information">
|
|
- <text class="_label">物品信息:</text>
|
|
|
|
|
|
+ <text class="_label">{{ i18n.item }}:</text>
|
|
<text class="_value">{{ item.name }}</text>
|
|
<text class="_value">{{ item.name }}</text>
|
|
</view>
|
|
</view>
|
|
<view class="information">
|
|
<view class="information">
|
|
- <text class="_label">件数:</text>
|
|
|
|
|
|
+ <text class="_label">{{ i18n.goodsNum }}:</text>
|
|
<text class="_value">{{ item.number }}</text>
|
|
<text class="_value">{{ item.number }}</text>
|
|
</view>
|
|
</view>
|
|
<view class="information">
|
|
<view class="information">
|
|
- <text class="_label">重量:</text>
|
|
|
|
|
|
+ <text class="_label">{{ i18n.weight }}:</text>
|
|
<text class="_value">{{ item.actual_weight }}kg</text>
|
|
<text class="_value">{{ item.actual_weight }}kg</text>
|
|
</view>
|
|
</view>
|
|
<view class="information">
|
|
<view class="information">
|
|
- <text class="_label">类型:</text>
|
|
|
|
|
|
+ <text class="_label">{{ i18n.typeof }}:</text>
|
|
<text class="_value">{{ item.type_text }}</text>
|
|
<text class="_value">{{ item.type_text }}</text>
|
|
</view>
|
|
</view>
|
|
<view style="display: flex">
|
|
<view style="display: flex">
|
|
- <text class="_label">跨境物流:</text>
|
|
|
|
|
|
+ <text class="_label">{{ i18n.flow }}:</text>
|
|
<view class="_value">
|
|
<view class="_value">
|
|
<text
|
|
<text
|
|
>{{ orderInformation.transportType.name_cn + " " }}
|
|
>{{ orderInformation.transportType.name_cn + " " }}
|
|
@@ -126,19 +126,21 @@
|
|
</view>
|
|
</view>
|
|
<view class="num-information">
|
|
<view class="num-information">
|
|
<view class="order" style="">
|
|
<view class="order" style="">
|
|
- <text class="_label-1">订单编号</text>
|
|
|
|
|
|
+ <text class="_label-1">{{ i18n.OrderNumber }}</text>
|
|
<view class="num">
|
|
<view class="num">
|
|
<text>{{ orderInformation.order_no }}</text
|
|
<text>{{ orderInformation.order_no }}</text
|
|
>{{ " " + "|" + " "
|
|
>{{ " " + "|" + " "
|
|
- }}<text @click="cope(orderInformation.order_no)">复制</text>
|
|
|
|
|
|
+ }}<text @click="cope(orderInformation.order_no)">{{
|
|
|
|
+ i18n.cope
|
|
|
|
+ }}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="order">
|
|
<view class="order">
|
|
- <text class="_label-1">下单时间</text>
|
|
|
|
|
|
+ <text class="_label-1">{{ i18n.Ordertime }}</text>
|
|
<view class="num">{{ orderInformation.created_at }} </view>
|
|
<view class="num">{{ orderInformation.created_at }} </view>
|
|
</view>
|
|
</view>
|
|
<view class="order" v-if="isShowPayTime">
|
|
<view class="order" v-if="isShowPayTime">
|
|
- <text class="_label-1">付款时间</text>
|
|
|
|
|
|
+ <text class="_label-1">{{ i18n.payTime }}</text>
|
|
<view class="num"> {{ orderInformation.paid_at }} </view>
|
|
<view class="num"> {{ orderInformation.paid_at }} </view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -150,12 +152,12 @@
|
|
orderInformation.status == 'finished'
|
|
orderInformation.status == 'finished'
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- <text class="_label-1">发货时间</text>
|
|
|
|
|
|
+ <text class="_label-1">{{ i18n.sendTime }}</text>
|
|
<view class="num"> {{ orderInformation.overseas_delivered_at }} </view>
|
|
<view class="num"> {{ orderInformation.overseas_delivered_at }} </view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="order" v-if="orderInformation.status == 'finished'">
|
|
<view class="order" v-if="orderInformation.status == 'finished'">
|
|
- <text class="_label-1">签收时间</text>
|
|
|
|
|
|
+ <text class="_label-1">{{ i18n.signForTime }}</text>
|
|
<view class="num"> {{ orderInformation.overseas_received_at }} </view>
|
|
<view class="num"> {{ orderInformation.overseas_received_at }} </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -170,8 +172,8 @@
|
|
<text>{{
|
|
<text>{{
|
|
orderInformation.status == "group_unpaid" ||
|
|
orderInformation.status == "group_unpaid" ||
|
|
orderInformation.status == "unpaid"
|
|
orderInformation.status == "unpaid"
|
|
- ? "待付"
|
|
|
|
- : "已付"
|
|
|
|
|
|
+ ? i18n.pengingPay
|
|
|
|
+ : i18n.paid
|
|
}}</text>
|
|
}}</text>
|
|
<text style="color: #f83224; font-weight: 600">{{
|
|
<text style="color: #f83224; font-weight: 600">{{
|
|
orderInformation.actual_price &&
|
|
orderInformation.actual_price &&
|
|
@@ -193,22 +195,24 @@
|
|
@click="toLogistics"
|
|
@click="toLogistics"
|
|
v-if="orderInformation.status == 'finished'"
|
|
v-if="orderInformation.status == 'finished'"
|
|
>
|
|
>
|
|
- 删除
|
|
|
|
|
|
+ {{ i18n.delete }}
|
|
|
|
+ </button>
|
|
|
|
+ <button class="btn-1" @click="toLogistics">
|
|
|
|
+ {{ i18n.checkLogistics }}
|
|
</button>
|
|
</button>
|
|
- <button class="btn-1" @click="toLogistics">查看物流</button>
|
|
|
|
<button
|
|
<button
|
|
class="btn-1"
|
|
class="btn-1"
|
|
@click="fillInformation"
|
|
@click="fillInformation"
|
|
v-if="orderInformation.status == 'domestic_undelivered'"
|
|
v-if="orderInformation.status == 'domestic_undelivered'"
|
|
>
|
|
>
|
|
- 填写物流信息1
|
|
|
|
|
|
+ {{ i18n.logisticsInformation }}
|
|
</button>
|
|
</button>
|
|
<button
|
|
<button
|
|
class="btn-2"
|
|
class="btn-2"
|
|
@click="toPay"
|
|
@click="toPay"
|
|
v-if="orderInformation.status == 'unpaid'"
|
|
v-if="orderInformation.status == 'unpaid'"
|
|
>
|
|
>
|
|
- 立即付款
|
|
|
|
|
|
+ {{ i18n.payment }}
|
|
</button>
|
|
</button>
|
|
</view>
|
|
</view>
|
|
<view
|
|
<view
|
|
@@ -228,7 +232,7 @@
|
|
orderInformation.status == 'domestic_undelivered'
|
|
orderInformation.status == 'domestic_undelivered'
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- 填写物流信息
|
|
|
|
|
|
+ {{ i18n.logisticsInformation }}
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
@@ -239,7 +243,7 @@
|
|
orderInformation.status == 'domestic_undelivered'
|
|
orderInformation.status == 'domestic_undelivered'
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- 去寄件
|
|
|
|
|
|
+ {{ i18n.mail }}
|
|
</button>
|
|
</button>
|
|
<button
|
|
<button
|
|
class="btn-2"
|
|
class="btn-2"
|
|
@@ -249,7 +253,7 @@
|
|
orderInformation.status == 'group_unpaid'
|
|
orderInformation.status == 'group_unpaid'
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- 立即付款
|
|
|
|
|
|
+ {{ i18n.payment }}
|
|
</button></view
|
|
</button></view
|
|
>
|
|
>
|
|
<Fill :show="show" @close="close" />
|
|
<Fill :show="show" @close="close" />
|
|
@@ -296,6 +300,9 @@ export default {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ i18n() {
|
|
|
|
+ return this.$t("index");
|
|
|
|
+ },
|
|
},
|
|
},
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
this.orderStauts = options.orderStatus;
|
|
this.orderStauts = options.orderStatus;
|
|
@@ -372,7 +379,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "商品已寄往平台,正在运输中";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.toPiattaforma;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "unpaid") {
|
|
} else if (this.orderInformation.status == "unpaid") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -380,7 +387,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "商品已打包称重,等待用户付款";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.peso;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "overseas_undelivered") {
|
|
} else if (this.orderInformation.status == "overseas_undelivered") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -388,7 +395,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "等待平台发货";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.waitPiattaforma;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "overseas_delivered") {
|
|
} else if (this.orderInformation.status == "overseas_delivered") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -396,7 +403,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "商品已发出,很快将发货至您的手中";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.prodottoInviato;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderStauts == 4) {
|
|
} else if (this.orderStauts == 4) {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -405,7 +412,7 @@ export default {
|
|
backgroundColor: "#ffffff",
|
|
backgroundColor: "#ffffff",
|
|
});
|
|
});
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
- title: "拼包详情",
|
|
|
|
|
|
+ title: this.i18n.insiemeDetail,
|
|
});
|
|
});
|
|
} else if (
|
|
} else if (
|
|
this.orderInformation.status == "finished" ||
|
|
this.orderInformation.status == "finished" ||
|
|
@@ -416,7 +423,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "订单签收,交易已完成";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.orderCompleto;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "domestic_received") {
|
|
} else if (this.orderInformation.status == "domestic_received") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -424,7 +431,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "等待中转称重发出";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.pesoEmissione;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "closed") {
|
|
} else if (this.orderInformation.status == "closed") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -432,7 +439,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "订单关闭";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.orderClose;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "refunded") {
|
|
} else if (this.orderInformation.status == "refunded") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -440,7 +447,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "订单已退款";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.orderRefund;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "refunding") {
|
|
} else if (this.orderInformation.status == "refunding") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -448,7 +455,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "订单正在申请退款";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.refunding;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "domestic_undelivered") {
|
|
} else if (this.orderInformation.status == "domestic_undelivered") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
@@ -456,7 +463,7 @@ export default {
|
|
frontColor: "#000000",
|
|
frontColor: "#000000",
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
- this.orderDetail = "商品等待发货中";
|
|
|
|
|
|
+ this.orderDetail = this.i18n.waitCommity;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
this.orderTitle = this.orderInformation.status_text;
|
|
}
|
|
}
|
|
});
|
|
});
|