diff --git a/src/router/views/index.js b/src/router/views/index.js index e73b9db3..f9e935f1 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -423,6 +423,18 @@ export default [ }, ], }, + { + path: '/distribution/deliverylist/distributionDeliveryList', + component: Layout, + redirect: '/distribution/deliverylist/distributionDeliveryList', + children: [ + { + path: '/distribution/deliverylist/distributionDeliveryList', + id:'id', + component: () => import('@/views/distribution/deliverylist/distributionDeliveryList.vue'), + }, + ], + }, { path: '/distribution/turndelivery/deliveryInfo', component: Layout, diff --git a/src/views/distribution/reservation/reservationFrom.vue b/src/views/distribution/reservation/reservationFrom.vue index 7ec116b7..b49fdd57 100644 --- a/src/views/distribution/reservation/reservationFrom.vue +++ b/src/views/distribution/reservation/reservationFrom.vue @@ -32,13 +32,14 @@ - + {{item.dictValue}}  + :value="item.dictKey">{{item.dictValue}}  + - + @@ -55,8 +56,9 @@ {{item.dictValue}}  + :label="item.dictKey" + :value="item.dictKey">{{item.dictValue}}  + @@ -76,9 +78,10 @@ - + {{item.dictValue}}  + :value="item.dictKey">{{item.dictValue}}  + @@ -89,7 +92,7 @@ - + @@ -97,8 +100,9 @@ - {{item.dictValue}}  + {{item.dictValue}}  + @@ -137,15 +141,17 @@ - +