From 92a5a05ba48b49e8f5123c799f0c667ef0612696 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 30 Oct 2024 08:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7:HL-6326=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrapRecordMain.data.ts | 41 ++++++++----------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts index d3963d5d0..486bafab0 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts @@ -286,15 +286,14 @@ export const ProductscrapRecordMain = useCrudSchemas( }, isTable: false }, - // { - // label: '备注', - // field: 'remark', - // sort: 'custom', - // table: { - // width: 150 - // }, - // isTable: false - // }, + { + label: '主备注', + field: 'mainRemark', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '是否已撤销', field: 'revokeFlag', @@ -746,22 +745,14 @@ export const ProductscrapRecordDetail = useCrudSchemas(reactive([ }, isTable: false, }, - // { - // label: '备注', - // field: 'remark', - // sort: 'custom', - // table: { - // width: 150 - // }, - // isSearch: true, - // search: { - // component: 'Input', - // componentProps: { - // placeholder: '请输入备注' - // } - // }, - // isTable: true, - // }, + { + label: '明细备注', + field: 'remark', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '创建时间', field: 'createTime',