From 53b9e1faa8d81f1f6fbbb5980cab7c6b53a91851 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Fri, 27 Dec 2024 14:16:16 +0800 Subject: [PATCH] =?UTF-8?q?YT-1847=E5=88=9B=E5=BB=BA=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E9=A1=B5=E5=8E=BB=E6=8E=89=E8=83=8C=E7=95=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptRequestMain.data.ts | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts index 69c92c724..0b57dccd9 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts @@ -1740,23 +1740,23 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive( } } }, - { - label: '背番', - field: 'backNumber', - sort: 'custom', - table: { - width: 150 - }, - tableForm: { - disabled: true, - isPlaceholder:false - }, - form: { - componentProps: { - disabled: true - } - } - }, + // { + // label: '背番', + // field: 'backNumber', + // sort: 'custom', + // table: { + // width: 150 + // }, + // tableForm: { + // disabled: true, + // isPlaceholder:false + // }, + // form: { + // componentProps: { + // disabled: true + // } + // } + // }, { label: '批次', field: 'batch',