diff --git a/components/buns-order-templates/bo-detail-tmp.vue b/components/buns-order-templates/bo-detail-tmp.vue
index c257270..66e7dcd 100644
--- a/components/buns-order-templates/bo-detail-tmp.vue
+++ b/components/buns-order-templates/bo-detail-tmp.vue
@@ -1,14 +1,26 @@
-
- 订单号: Tw891823727001
+
+
+
+
+ 运单号: {{modelInfo.billCode}}
+
+
+
+
-
+
@@ -17,28 +29,30 @@
托寄货物描述
- {{'待确认'}}
+
+
+
-
+
- 女士针织棉上衣
- 预报: 300
+ {{item.goodsName}}
+ 预报: {{item.cargoQty}}
- 无 12L 中国内地
- 实入仓: 0
+ {{item.nationArea}}
+ 实入仓: {{ item.cargoQty - (item.abnormalQty || 0) }}
- 12 CNY
+ {{item.price}} CNY
- 总重量:50kg
- 总体积:50m
+ 总重量:{{modelInfo.totalWeight || '-'}}kg
+ 总体积:{{modelInfo.totalVolume || '-'}}m³
@@ -59,7 +73,9 @@
产品类型及费用
- {{'已付款/待付款月结'}}
+
+ {{'已付款/待付款'}}
+
@@ -67,17 +83,17 @@
目的国家:
- 柬埔寨
+ {{ modelInfo.reciever.countryName }}
线路:
- 柬埔寨快递
+ {{ modelInfo.transLineName }}
产品类型:
- 柬埔寨国际特快
+ {{ modelInfo.productTypeName }}
时效:
@@ -91,23 +107,29 @@
付款方式:
- 寄付现结
+
+
+
报关方式:
- 快递报关
+
+
+
清关方式:
- 快递清关
+
+
+
运费:
- ¥ 80.00
+ ¥ {{modelInfo.freight}}
@@ -117,7 +139,9 @@
取件信息
- {{'已付款/待付款月结'}}
+
+
+
@@ -125,7 +149,9 @@
取货方式:
- 上门取件 整柜提货
+
+
+
@@ -146,7 +172,7 @@
-
+
@@ -196,14 +222,17 @@
diff --git a/pages/post/detail.vue b/pages/post/detail.vue
index 30b090b..9de06ba 100644
--- a/pages/post/detail.vue
+++ b/pages/post/detail.vue
@@ -3,7 +3,7 @@
-
+
@@ -25,9 +25,8 @@