diff --git a/src/api/distribution/distributionDeliveryList.js b/src/api/distribution/distributionDeliveryList.js index 2b7d97d5..523de3ff 100644 --- a/src/api/distribution/distributionDeliveryList.js +++ b/src/api/distribution/distributionDeliveryList.js @@ -162,6 +162,18 @@ export const updateDeliveryList = (data) => { data: data }) } +/** + * 修改配送计划 + * @param data + * @returns {AxiosPromise} + */ +export const updateMarketDelivery = (data) => { + return request({ + url: '/api/logpm-distribution/deliveryList/updateMarketDelivery', + method: 'put', + data: data + }) +} /** * 查询配送任务订单地图信息 diff --git a/src/api/distribution/distributionStockArticle.js b/src/api/distribution/distributionStockArticle.js index 69e41a8e..6b5799bb 100644 --- a/src/api/distribution/distributionStockArticle.js +++ b/src/api/distribution/distributionStockArticle.js @@ -184,4 +184,14 @@ export const selectStockArticleAndParcel = (params) => { }) } - +export const selectStockArticleInfoList = (current, size, params) => { + return request({ + url: '/api/logpm-distribution/distributionStockArticle/selectStockArticleInfoList', + method: 'get', + params: { + ...params, + current, + size, + } + }) +} diff --git a/src/router/views/index.js b/src/router/views/index.js index 27359897..cd18881b 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -417,7 +417,7 @@ export default [ children: [ { path: '/distribution/reservation/atlas', - name: '地图展示', + name: '市配地图展示', id:'id', component: () => import('@/views/distribution/reservation/atlas.vue'), }, @@ -430,7 +430,7 @@ export default [ children: [ { path: '/distribution/reservation/atlas1', - name: '地图展示', + name: '配送地图展示', id:'id', component: () => import('@/views/distribution/reservation/atlas1.vue'), }, diff --git a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue index e6116385..20514e30 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue @@ -40,7 +40,7 @@ diff --git a/src/views/distribution/turndelivery/deliveryDiscuss.vue b/src/views/distribution/turndelivery/deliveryDiscuss.vue index 0574a3a8..baff682c 100644 --- a/src/views/distribution/turndelivery/deliveryDiscuss.vue +++ b/src/views/distribution/turndelivery/deliveryDiscuss.vue @@ -13,17 +13,17 @@ @@ -33,18 +33,18 @@ @@ -74,10 +74,10 @@ @@ -113,10 +113,10 @@ @@ -127,10 +127,10 @@ @@ -140,9 +140,9 @@ {{ item.dictValue }} @@ -162,10 +162,10 @@ @@ -182,7 +182,7 @@ {{ item.dictValue }}  + >{{ item.dictValue }}  @@ -193,7 +193,7 @@ {{ item.dictValue }}  + >{{ item.dictValue }}  @@ -234,27 +234,27 @@ 新 增 @@ -262,14 +262,14 @@ @@ -279,7 +279,7 @@ 提交(商配订单)提交(商配订单) 返 回 @@ -295,73 +295,96 @@ - + - + - + - + + + + + + + - - - - + + 搜 索 + 清 空 + 提交(订单)提交(订单) 返 回 + +
+ + + +
+
@@ -377,35 +400,35 @@ @@ -417,7 +440,7 @@ 提交(库存品)提交(库存品) 返 回 @@ -426,19 +449,19 @@ @@ -450,11 +473,11 @@ @@ -462,14 +485,14 @@ 提交(包件)提交(包件) 返 回 @@ -479,30 +502,30 @@