@@ -241,10 +241,10 @@
收货信息:
{{ fitem.consignee.consigneeName }} {{ fitem.consignee.consigneeMobile }}
+ style="color: #515a6e;">{{ fitem.shippingUser }}
{{ fitem.userPhone }}
- {{ fitem.consignee.province }}-{{ fitem.consignee.city }}-{{ fitem.consignee.county }}-{{ fitem.consignee.address }}
+ {{ fitem.province }}-{{ fitem.city }}-{{ fitem.district }}-{{ fitem.address }}
修改收货信息
@@ -310,16 +310,16 @@
{{scope.row.consignee.consigneeName}}
+ v-if="scope.row.shippingUser && scope.row.shippingUser != ''">{{scope.row.shippingUser}}
暂无
- -{{scope.row.consignee.consigneeMobile}}
- {{scope.row.consignee.province}}
+ -{{scope.row.userPhone}}
+ {{scope.row.province}}
-{{scope.row.consignee.city}}
+ v-if="scope.row.city && scope.row.city != ''">-{{scope.row.city}}
-{{scope.row.consignee.county}}
+ v-if="scope.row.district && scope.row.district != ''">-{{scope.row.district}}
-{{scope.row.consignee.address}}
+ v-if="scope.row.address && scope.row.address != ''">-{{scope.row.address}}
- 运费:¥{{scope.row.shippingPrice}}
+ 运费:¥{{scope.row.shippingMoney}}
- 实收:¥{{scope.row.realPrice}}
+ 实收:¥{{scope.row.realMoney}}
@@ -381,18 +381,18 @@
-->
-
+
-
+
-
- {{item.productName}} [ ¥{{item.productPrice}} × {{item.quantity}} ]
- {{item.product.productName}} [ ¥{{item.product.price}} × {{item.quantity}} ]
+
@@ -418,7 +418,7 @@
:to="{ path: 'order-buyorderdetail', query: { orderSn: scope.row.orderSn, ordertype: scope.row.orderStatus} }">
订单详情
-
删除
-
联系电话:{{orderDetails.userInfo.userPhone}}
-
-
-
-
+
用户信息
+
用户名:{{orderDetails.userInfo.userName !== null ? orderDetails.userInfo.userName : '暂无'}}
+
+
+
联系电话:{{orderDetails.userInfo.userPhone}}
+
+
+
+
订单信息
订单ID:{{orderDetails.orderSn}}
订单状态:
待付款
- 待发货
+ 待发货
已发货
已完成
@@ -32,23 +34,26 @@
订单金额:¥{{orderDetails.orderPrice}}
交付邮费:¥{{orderDetails.shippingPrice}}
-
实际支付金额:¥{{orderDetails.realPrice}}
+
实际支付金额:¥{{orderDetails.realPrice}}
创建时间:{{orderDetails.createTime}}
-
支付时间:{{orderDetails.paymentDate}}
+
支付时间:{{orderDetails.paymentDate}}
支付方式:
支付宝支付
微信支付
-
天医币支付
+
天医币支付
IOS内购
-
+
商家订单号:
{{orderDetails.outTradeNo}}
-
+
支付宝订单号:
{{orderDetails.tradeNo}}
@@ -64,133 +69,130 @@
商品信息
-
-
-
-
-
![]()
-
{{ scope.row.productName}}
-
-
-
-
-
-
-
-
-
-
-
-
-
收货人:{{orderDetails.consignee.consigneeName}} {{orderDetails.consignee.consigneeMobile}}
- 收货地址:{{orderDetails.consignee.province}}-{{orderDetails.consignee.city}}-{{orderDetails.consignee.county}}-{{orderDetails.consignee.address}}
-
-
-
-
-
-
-
-
-
-
快递包裹 {{index+1}} 运单号:{{item.expressOrderSn}}
-
- 隐藏包裹内商品
-
- 显示包裹内商品
-
查看物流进度
-
-
-
- -
-
-
-
-
-
![]()
-
-
-
{{item2.productName}} [ ×{{item2.quantity}} ]
-
所属订单:{{item2.orderSn}}
-
-
-
-
+
+
+
+
+
![]()
+
{{ scope.row.productName}}
+
-
-
+
+
+
+
+
+
+
+
+
+
+
收货人:{{orderDetails.consignee.consigneeName}} {{orderDetails.consignee.consigneeMobile}}
+
+ 收货地址:{{orderDetails.consignee.province}}-{{orderDetails.consignee.city}}-{{orderDetails.consignee.county}}-{{orderDetails.consignee.address}}
+
+
+
+
+
+
+
+
+
+
+
快递包裹 {{index+1}} 运单号:{{item.expressOrderSn}}
+
+ 隐藏包裹内商品
+
+ 显示包裹内商品
+
查看物流进度
+
+
+
+ -
+
+
+
+
+
![]()
+
+
+
{{item2.productName}} [ ×{{item2.quantity}} ]
+
所属订单:{{item2.orderSn}}
+
+
+
+
+
+
+
+
+
-
+
+
+ 删除订单
+
+
-
-
-
运单信息:{{currentSheet.expressCompanyName}} - {{currentSheet.expressOrderSn}}
-
-
-
- {{ activity.acceptStation }}
-
-
-
-
-暂无物流信息-
-
-
-
+
+
+
运单信息:{{currentSheet.expressCompanyName}} - {{currentSheet.expressOrderSn}}
+
+
+
+ {{ activity.acceptStation }}
+
+
+
+
-暂无物流信息-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
-
-
@@ -205,17 +207,14 @@
确 定
-
+
该商品共包含了 {{currBookLIst.length}} 个书籍
-
-
![]()
+
{{item.name}}[{{item.id}}]
@@ -234,226 +233,240 @@
+ :deep(.el-select-dropdown__list) {
+ width: 200px !important;
+ }
+
+ /deep/ .el-select-dropdown__list {
+ width: 200px !important;
+ }
+
\ No newline at end of file
diff --git a/src/views/modules/order/orderdeliver-split.vue b/src/views/modules/order/orderdeliver-split.vue
index 63c62e7..85f13a3 100644
--- a/src/views/modules/order/orderdeliver-split.vue
+++ b/src/views/modules/order/orderdeliver-split.vue
@@ -27,13 +27,13 @@
-
+
-
![]()
+
-
{{ products.productName }}
-
快递信息:{{products.expressInfo.expressCompany}}-{{products.expressInfo.expressOrderSn}}
+
{{ products.product.productName }}
+
快递信息:{{products.expressOrder.expressOrderSn}}
@@ -232,7 +232,7 @@ export default {
this.productsCodeList.splice(index, 1)
// console.log(index)
}
- this.productsIdsList = this.productsCodeList.map( item => item.buyOrderProductId)
+ this.productsIdsList = this.productsCodeList.map( item => item.id)
})
},
//
@@ -371,7 +371,7 @@ export default {
orderitem: {
handler(val, oldVal) {
// console.log('变化',val)
- this.productsCodeList = val.goodsList
+ this.productsCodeList = val.productList
this.getNewProducts()
// console.log('productsIdsList',this.productsIdsList)
this.getMixDeliverOrderList()