From 2550d261d2f15a857248e0fa2ee11b0c9c0ea9b8 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 23 Jan 2025 09:51:27 +0800 Subject: [PATCH] =?UTF-8?q?ai=E8=A7=86=E8=A7=89=E6=9C=8D=E5=8A=A1=E9=87=8D?= =?UTF-8?q?=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/api/stockTask/index.js | 10 ++- .../checkManage/paramSetting/index.vue | 85 +++++++++++++------ .../venueDevice/bookshelfPosition/index.vue | 4 - 4 files changed, 70 insertions(+), 31 deletions(-) diff --git a/.env.development b/.env.development index 4d82ef8..beadcc3 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ ENV = 'development' # 接口地址 # 许镇-本地服地址 -VUE_APP_BASE_API = 'http://192.168.99.67:12010' +VUE_APP_BASE_API = 'http://192.168.99.86:12010' #VUE_APP_BASE_API = 'http://27.19.205.234:17070' diff --git a/src/api/stockTask/index.js b/src/api/stockTask/index.js index 5febac8..ab6f289 100644 --- a/src/api/stockTask/index.js +++ b/src/api/stockTask/index.js @@ -139,4 +139,12 @@ export function FetchShowByBillIdAndShelfIdAndGridShelf(params) { }) } -export default { add, edit, del, FetchUpdateStockTaskStatus, FetchInitSuggestTilting, FetchInitSetting, FetchEditSetting, FetchInitHomeInfo, FetchInitStockInfo, FetchInitHotBookList, FetchInitHotShelfList, FetchInitBookDetailsByGrids, FetchAITerminalStatusQuery, FetchBillByShelfIdAndGridShelf, FetchIsGoodcutByBillNoAndGridId, FetchInitErrorProbaDesc, FetchShowByBillIdAndShelfIdAndGridShelf } +// 运行/停止图书AI识别程序 +export function FetchStartStopBookAIService(params) { + return request({ + url: 'api/stocktask-task/startStopBookAIService' + '?' + qs.stringify(params, { indices: false }), + method: 'get' + }) +} + +export default { add, edit, del, FetchUpdateStockTaskStatus, FetchInitSuggestTilting, FetchInitSetting, FetchEditSetting, FetchInitHomeInfo, FetchInitStockInfo, FetchInitHotBookList, FetchInitHotShelfList, FetchInitBookDetailsByGrids, FetchAITerminalStatusQuery, FetchBillByShelfIdAndGridShelf, FetchIsGoodcutByBillNoAndGridId, FetchInitErrorProbaDesc, FetchShowByBillIdAndShelfIdAndGridShelf, FetchStartStopBookAIService } diff --git a/src/views/visualCheck/checkManage/paramSetting/index.vue b/src/views/visualCheck/checkManage/paramSetting/index.vue index a0fa896..33f3fe1 100644 --- a/src/views/visualCheck/checkManage/paramSetting/index.vue +++ b/src/views/visualCheck/checkManage/paramSetting/index.vue @@ -10,6 +10,10 @@
设置成功后,方可执行视觉盘点任务
+