|
@@ -114,12 +114,13 @@ export default {
|
|
|
provice_name,
|
|
|
area_name,
|
|
|
addr,
|
|
|
+ unit_weight
|
|
|
} = res.data;
|
|
|
this.list1[0].value = order_sn;
|
|
|
this.list1[1].value = status === "1" ? "待发货" : "待收货";
|
|
|
this.status = status;
|
|
|
this.list4[0].value = unit === "盒" ? "藏金1745礼盒" : "藏金1745普通装";
|
|
|
- this.list4[1].value = order_num + "袋/2.5kg";
|
|
|
+ this.list4[1].value = order_num + unit+"/"+unit_weight+'kg';
|
|
|
this.list1[2].value = order_time;
|
|
|
if (this.status === "2") {
|
|
|
this.list2[0].value = post_name;
|