Commit 0f1ae433 authored by yaya's avatar yaya

feat:优化

parent e5840454
......@@ -302,6 +302,12 @@ export default {
if (item.distributionOrderId === this.orderId) {
item.stateName = '待收货'
item.state = 20
item.waybill = this.sendForm.waybill
this.logisticList.map((logisticItem) => {
if (logisticItem.code === this.sendForm.logisticsCode) {
item.logisticsName = logisticItem.name
}
})
return item
}
return item
......
......@@ -438,10 +438,11 @@ export default {
position: fixed;
bottom: 0;
padding-bottom: 20px;
padding-right: 30px;
padding-right: 200px;
background: white;
margin: 0 24px;
z-index: 1000;
box-sizing: border-box;
}
.detail_button {
text-align: end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment