From b9f27794d892f79b5fc60a941cb18fbe94768fd8 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Tue, 9 Jul 2024 09:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E4=BB=BB=E5=8A=A1=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E5=8F=B7=EF=BC=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=A1=8C=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 | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts index a24e43277..fb5d90334 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts @@ -716,26 +716,26 @@ export const RepleinshJobDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '采购订单号', - field: 'poNumber', - sort: 'custom', - table: { - width: 150 - }, - hiddenInMain:true, - sortTableDefault:2, - }, - { - label: '订单行', - field: 'poLine', - sort: 'custom', - table: { - width: 150 - }, - hiddenInMain:true, - sortTableDefault:2, - }, + // { + // label: '采购订单号', + // field: 'poNumber', + // sort: 'custom', + // table: { + // width: 150 + // }, + // hiddenInMain:true, + // sortTableDefault:2, + // }, + // { + // label: '订单行', + // field: 'poLine', + // sort: 'custom', + // table: { + // width: 150 + // }, + // hiddenInMain:true, + // sortTableDefault:2, + // }, { label: '从库位代码', field: 'fromLocationCode',