diff --git a/src/api/logisticsManagement/siteBasic.js b/src/api/logisticsManagement/siteBasic.js new file mode 100644 index 0000000..be43d59 --- /dev/null +++ b/src/api/logisticsManagement/siteBasic.js @@ -0,0 +1,28 @@ +import request from '@/axios'; + +// 站点列表查询 + +export const getStationList = (current, size, params) => { + return request({ + url: '/blade-desk/station/getStationList', + method: 'get', + params: { + ...params, + current, + size, + }, + }); +}; + +// 库位管理 +export const getLocationLis = (current, size, params) => { + return request({ + url: '/blade-desk/location/getLocationList', + method: 'get', + params: { + ...params, + current, + size, + }, + }); +}; diff --git a/src/views/logisticsManagement/siteBasic.vue b/src/views/logisticsManagement/siteBasic.vue new file mode 100644 index 0000000..946e3a8 --- /dev/null +++ b/src/views/logisticsManagement/siteBasic.vue @@ -0,0 +1,261 @@ + + + +d \ No newline at end of file diff --git a/src/views/logisticsManagement/storagelocationBasic.vue b/src/views/logisticsManagement/storagelocationBasic.vue new file mode 100644 index 0000000..ee845a8 --- /dev/null +++ b/src/views/logisticsManagement/storagelocationBasic.vue @@ -0,0 +1,216 @@ + + + +d \ No newline at end of file diff --git a/src/views/processManagement/components/processMainte/partDetails.vue b/src/views/processManagement/components/processMainte/partDetails.vue index a2668d4..cb56d8e 100644 --- a/src/views/processManagement/components/processMainte/partDetails.vue +++ b/src/views/processManagement/components/processMainte/partDetails.vue @@ -555,7 +555,7 @@ - + diff --git a/src/views/processManagement/components/processMainte/processPlanning.vue b/src/views/processManagement/components/processMainte/processPlanning.vue index 04bdd2a..8184f62 100644 --- a/src/views/processManagement/components/processMainte/processPlanning.vue +++ b/src/views/processManagement/components/processMainte/processPlanning.vue @@ -166,7 +166,7 @@ @@ -189,7 +189,7 @@ @@ -197,9 +197,9 @@ -