Commit 0f1ae433 authored by yaya's avatar yaya

feat:优化

parent e5840454
...@@ -302,6 +302,12 @@ export default { ...@@ -302,6 +302,12 @@ export default {
if (item.distributionOrderId === this.orderId) { if (item.distributionOrderId === this.orderId) {
item.stateName = '待收货' item.stateName = '待收货'
item.state = 20 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
} }
return item return item
......
...@@ -438,10 +438,11 @@ export default { ...@@ -438,10 +438,11 @@ export default {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
padding-bottom: 20px; padding-bottom: 20px;
padding-right: 30px; padding-right: 200px;
background: white; background: white;
margin: 0 24px; margin: 0 24px;
z-index: 1000; z-index: 1000;
box-sizing: border-box;
} }
.detail_button { .detail_button {
text-align: end; 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