From 251004521efdf3c539d95d1ac90bd0660a7b5f9e Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Wed, 10 Jul 2024 15:51:23 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20=E2=80=94=E2=80=94>=20bug=20=20=E5=A4=87?= =?UTF-8?q?=E8=B4=A7=E7=94=B3=E8=AF=B7=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E4=BB=8E=E5=BA=93=E4=BD=8D=EF=BC=8C=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E4=BF=9D=E5=AD=98=E4=B8=8A=EF=BC=8C=E6=88=96?= =?UTF-8?q?=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stockup/stockupMainRequest/stockupMainRequest.data.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts index acdc78077..e40c37748 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts @@ -741,6 +741,8 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '从库位', field: 'fromLocationCode', sort: 'custom', + isTableForm: false, + isTable: false, table: { width: 150 },