From 7e2ee20628522e509246607aff3266f643d96ca6 Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Mon, 17 Aug 2026 16:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SumbitDetailCard1.vue | 2 -- src/router/index.ts | 14 +++++++------- src/views/NCcode/index.vue | 3 ++- vite.config.ts | 3 ++- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/SumbitDetailCard1.vue b/src/components/SumbitDetailCard1.vue index b505fad..3421db1 100644 --- a/src/components/SumbitDetailCard1.vue +++ b/src/components/SumbitDetailCard1.vue @@ -46,8 +46,6 @@ - - diff --git a/src/router/index.ts b/src/router/index.ts index 76f2ba3..b732d77 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -215,13 +215,13 @@ const routes: RouteRecordRaw[] = [ component: () => import('@/views/biz/device/board.vue'), meta: { title: '设备状态监控', icon: 'PulseOutline' } }, - // 入库管理 - // { - // path: 'biz/stockIn', - // name: 'BizStockIn', - // component: () => import('@/views/biz/stockIn/index.vue'), - // meta: { title: '入库管理', icon: 'ArchiveOutline' } - // }, + // 入库 管理 + { + path: 'biz/stockIn', + name: 'BizStockIn', + component: () => import('@/views/biz/stockIn/index.vue'), + meta: { title: '入库管理', icon: 'ArchiveOutline' } + }, // 甘特图排产 { path: 'biz/orderProject/gantt', diff --git a/src/views/NCcode/index.vue b/src/views/NCcode/index.vue index 890ac45..3e432b6 100644 --- a/src/views/NCcode/index.vue +++ b/src/views/NCcode/index.vue @@ -925,7 +925,8 @@ function issuehand(row:any) { function isssavehand() { if(issarr.length > 0){ batchIssue({ - ncCode:ncid, + //ncCode:ncid, + id:ncid, ncCodeList:issarr }).then(() => { message.success('操作成功') diff --git a/vite.config.ts b/vite.config.ts index a03ccac..97ae117 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -20,11 +20,12 @@ export default defineConfig({ port: 3000, proxy: { '/api': { + target:'http://192.168.12.12:8888/', //target:'http://192.168.12.4:8888/', // target:'http://192.168.12.4:8888/', //target:'http://192.168.12.230:8888', //target:'http://192.168.5.230:8888', - target:'http://192.168.5.232:8888/', + //target:'http://192.168.5.232:8888/', //target:'http://localhost:8888', changeOrigin: true },