diff --git a/src/views/modules/order/buyorder.vue b/src/views/modules/order/buyorder.vue index f386aee..70bec1d 100644 --- a/src/views/modules/order/buyorder.vue +++ b/src/views/modules/order/buyorder.vue @@ -180,25 +180,25 @@
- +
+ :class="children.expressOrderId>0 && children.expressOrder != null ? 'greeyImg' : 'lightImg'" + :src="children.product.productImages" width="60px" height="60px">
-
{{ children.productName }}   - {{ children.product.productName }}   +
-
¥{{ children.productPrice }} × {{ children.quantity }}
+
¥{{ children.product.price }} × {{ children.quantity }}
@@ -225,9 +225,9 @@
-
商品合计:¥{{ fitem.orderPrice }}
-
运费:¥{{ fitem.shippingPrice }}
-
实收:¥{{ fitem.realPrice }}
+
商品合计:¥{{ fitem.orderMoney }}
+
运费:¥{{ fitem.shippingMoney }}
+
实收:¥{{ fitem.realMoney }}
@@ -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.shippingPrice}} + 运费:¥{{scope.row.shippingMoney}} - 实收:¥{{scope.row.realPrice}} + 实收:¥{{scope.row.realMoney}}
@@ -381,18 +381,18 @@ --> - + + :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()