diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue
index 7b18e42..2a8d537 100644
--- a/pages/logistics/deliveryDetil.vue
+++ b/pages/logistics/deliveryDetil.vue
@@ -1,458 +1,466 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 起点:
- {{nowAddress}}
-
-
- 终点:
- {{goodsDetil.logistics.shop_address}}
-
-
-
-
-
-
-
- 订单号信息:
-
- 订单编号: {{goodsDetil.logistics.order_sn}}
-
- 商户名称: {{goodsDetil.logistics.shop_name}}
-
-
- 联系电话: {{goodsDetil.logistics.shop_phone}}
-
-
- 店铺地址: {{goodsDetil.logistics.shop_address}}
+
+
+
+
+
+
+
+
+
+
+
+
+ 起点:
+ {{nowAddress}}
+
+
+ 终点:
+ {{goodsDetil.logistics.shop_address}}
+
-
- 请详细核对订单信息
-
-
-
-
-
-
-
-
- 物流信息:
-
- 用户名称: {{fuzzyName( goodsDetil.logistics.receiver_name)}}
-
- 通知时间: {{goodsDetil.logistics.create_time}}
-
-
-
- 商品信息
-
-
-
- {{item.goods_name}}
- X{{item.product_num}}{{item.goods_unit}}
-
+
+
+
+ 订单号信息:
+
+ 订单编号: {{goodsDetil.logistics.order_sn}}
+
+ 商户名称: {{goodsDetil.logistics.shop_name}}
+
+
+ 联系电话: {{goodsDetil.logistics.shop_phone}}
+
+
+ 店铺地址: {{goodsDetil.logistics.shop_address}}
-
-
- 请详细核对订单信息
- 共计{{goodsDetil.product_count}}件商品
+
+ 请详细核对订单信息
+
+
+
-
+
+
+
+ 物流信息:
+
+ 用户名称: {{fuzzyName( goodsDetil.logistics.receiver_name)}}
+
+ 通知时间: {{goodsDetil.logistics.create_time}}
+
+
+
+ 商品信息
+
+
+
+ {{item.goods_name}}
+ X{{item.product_num}}{{item.goods_unit}}
+
+
+
-
-
-
-
-
-
- 扫码取货
+
+
+ 请详细核对订单信息
+ 共计{{goodsDetil.product_count}}件商品
+
+
+
+
+
+
+
+
+
+
+ 扫码取货
+
+
+
+
-
-
-
-
-
+ }
+
-
\ No newline at end of file
+ }
+
\ No newline at end of file
diff --git a/subpkg/property/chosseCompany.vue b/subpkg/property/chosseCompany.vue
index de8050a..c6243c1 100644
--- a/subpkg/property/chosseCompany.vue
+++ b/subpkg/property/chosseCompany.vue
@@ -58,7 +58,7 @@
- 空闲车辆
+ 租赁车辆
自有车辆
@@ -105,7 +105,7 @@
-
+
@@ -136,7 +136,6 @@
color="#0122C7">
-
{
this.navTo('/subpkg/property/success')
})
- this.navTo('/subpkg/property/success')
+ // this.navTo('/subpkg/property/success')
},
// sendcontractFn() {
diff --git a/subpkg/property/contractList.vue b/subpkg/property/contractList.vue
index 29ee3a7..f917be5 100644
--- a/subpkg/property/contractList.vue
+++ b/subpkg/property/contractList.vue
@@ -13,7 +13,7 @@
-
+
查看
diff --git a/subpkg/property/success.vue b/subpkg/property/success.vue
index 8a7ab60..e99f81c 100644
--- a/subpkg/property/success.vue
+++ b/subpkg/property/success.vue
@@ -17,9 +17,12 @@
diff --git a/subpkg/property/vehicle_a.vue b/subpkg/property/vehicle_a.vue
index 0f2bf48..06679b5 100644
--- a/subpkg/property/vehicle_a.vue
+++ b/subpkg/property/vehicle_a.vue
@@ -73,7 +73,8 @@
-
+
+
查看
diff --git a/utils/logistics.js b/utils/logistics.js
index f7d3b1a..43963cf 100644
--- a/utils/logistics.js
+++ b/utils/logistics.js
@@ -51,10 +51,7 @@ function baseRequestTwo(url, method, data, {
url: Url + '/api' + url,
method: method || 'GET',
header: {
- ...header,
- ...{
- 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
- }
+ ...header
},
data: method != 'GET' ? data || {} : {},
params: method == 'GET' ? data : {},