diff --git a/src/api/automatedWarehouse/callOutToStation.js b/src/api/automatedWarehouse/callOutToStation.js index b657744..eb47c75 100644 --- a/src/api/automatedWarehouse/callOutToStation.js +++ b/src/api/automatedWarehouse/callOutToStation.js @@ -5,3 +5,4 @@ import { createAPI } from "@/utils/httpRequest.js"; // Call料并运输到指定区域/站点 - rqrq export const callOutToStation = data => createAPI(`/wcsIntegration/callOutToStation`, 'post', data) + diff --git a/src/views/modules/automatedWarehouse/callOutToStation.vue b/src/views/modules/automatedWarehouse/callOutToStation.vue index 1753d29..bb7d2fe 100644 --- a/src/views/modules/automatedWarehouse/callOutToStation.vue +++ b/src/views/modules/automatedWarehouse/callOutToStation.vue @@ -481,3 +481,4 @@ export default { } + diff --git a/src/views/modules/automatedWarehouse/palletPacking.vue b/src/views/modules/automatedWarehouse/palletPacking.vue index e94b869..69385b4 100644 --- a/src/views/modules/automatedWarehouse/palletPacking.vue +++ b/src/views/modules/automatedWarehouse/palletPacking.vue @@ -146,7 +146,7 @@ - +