From 74e58f1e04e8071ca15beef138d2f9eabd01f410 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Tue, 25 Mar 2025 17:35:21 +0800 Subject: [PATCH] =?UTF-8?q?YT-2245WMS=E3=80=8A=E8=A1=A5=E7=BB=99=E5=93=81?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=B0=E5=BD=95=E3=80=8B=E3=80=8A=E5=8F=B7?= =?UTF-8?q?=E5=8F=A3=E5=93=81=E7=94=9F=E4=BA=A7=E8=AE=B0=E5=BD=95=E3=80=8B?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=92=A4=E9=94=80=E6=8A=A5=E5=B7=A5=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptRecordMain.data.ts | 24 +++++++++---------- .../productreceiptAssembleRecordMain.data.ts | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index 4f8917191..9ce735043 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -813,18 +813,18 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '操作', - hiddenInMain:false, - field: 'action', - isDetail: false, - isForm: false , - table: { - width: 250, - fixed: 'right' - }, - isTableForm:true, - } + // { + // label: '操作', + // hiddenInMain:false, + // field: 'action', + // isDetail: false, + // isForm: false , + // table: { + // width: 250, + // fixed: 'right' + // }, + // isTableForm:true, + // } ])) //表单校验 diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts index ad83d834c..a296eaccc 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts @@ -814,18 +814,18 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false , - table: { - width: 250, - fixed: 'right' - }, - hiddenInMain: false, - isTableForm:false, - } + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false , + // table: { + // width: 250, + // fixed: 'right' + // }, + // hiddenInMain: false, + // isTableForm:false, + // } ])) //表单校验