From 23f26df0ab024fd0635d64dbbe23a0114a79e2a3 Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Thu, 29 Aug 2024 16:47:51 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20bug=EF=BC=9AHL-5694=20=20WMS-PDA=E8=A1=A5?= =?UTF-8?q?=E6=96=99=E4=BB=BB=E5=8A=A1=E5=A2=9E=E5=8A=A0=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshJobMain/repleinshJobMain.data.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts index 6051b154e..c7b5ae643 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts @@ -763,6 +763,26 @@ export const RepleinshJobDetail = useCrudSchemas(reactive([ }, isSearch: true, }, + { + label: '从库区', + field: 'fromAreaCode', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true, + isTable: true + }, + { + label: '到库区', + field: 'toAreaCode', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true, + isTable: true + }, { label: '物料代码', field: 'itemCode',