diff --git a/.env.dev b/.env.dev index 6a0d9a2..be04f34 100644 --- a/.env.dev +++ b/.env.dev @@ -2,7 +2,7 @@ # @Author: zwq # @Date: 2023-08-17 15:10:53 # @LastEditors: zwq - # @LastEditTime: 2024-02-26 08:44:27 + # @LastEditTime: 2024-05-11 15:03:43 # @Description: ### # 开发环境配置 @@ -12,9 +12,9 @@ ENV = 'development' VUE_APP_TITLE = 南京锂膜管理系统 # 南京锂膜管理系统/开发环境 -# VUE_APP_BASE_API = 'http://192.168.1.118:48080' -VUE_APP_BASE_API = 'http://192.168.0.31:48081' -# VUE_APP_BASE_API = 'http://192.168.1.26:48080' +# VUE_APP_BASE_API = 'http://192.168.1.118:48081' +# VUE_APP_BASE_API = 'http://192.168.0.31:48081' +VUE_APP_BASE_API = 'http://192.168.1.20:48081' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.prod b/.env.prod index ccf9af6..dda5629 100644 --- a/.env.prod +++ b/.env.prod @@ -2,7 +2,7 @@ # @Author: zwq # @Date: 2023-08-17 15:10:53 # @LastEditors: zwq - # @LastEditTime: 2024-03-13 15:10:27 + # @LastEditTime: 2024-04-28 11:50:59 # @Description: ### # 生产环境配置 diff --git a/src/App.vue b/src/App.vue index b92ea37..500e6a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,28 +1,39 @@ + diff --git a/src/api/oth/rollMessage.js b/src/api/oth/rollMessage.js new file mode 100644 index 0000000..cf1cc84 --- /dev/null +++ b/src/api/oth/rollMessage.js @@ -0,0 +1,25 @@ +/* + * @Author: zwq + * @Date: 2024-05-10 10:02:43 + * @LastEditors: zwq + * @LastEditTime: 2024-05-10 10:15:45 + * @Description: + */ +import request from '@/utils/request' +// 获得分页 +export function getPage(query) { + return request({ + url: '/asrs/warehouse-storehouse-goods-specification/rollMessagePage', + method: 'get', + params: query + }) +} +// 导出Excel +export function exportExcel(query) { + return request({ + url: '/asrs/warehouse-storehouse-goods-specification/exportRollMessage', + method: 'get', + params: query, + responseType: 'blob' + }) +} diff --git a/src/layout/index.vue b/src/layout/index.vue index 218266c..1560b26 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,112 +1,166 @@ diff --git a/src/views/asrs/Piechart/index.vue b/src/views/asrs/Piechart/index.vue index 4742f7a..ad223ed 100644 --- a/src/views/asrs/Piechart/index.vue +++ b/src/views/asrs/Piechart/index.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2023-08-22 15:01:54 * @LastEditors: zwq - * @LastEditTime: 2023-10-13 14:45:48 + * @LastEditTime: 2024-05-09 11:29:53 * @Description: -->