From bc062979f03d5724289fa427201a51ad961495f2 Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Fri, 20 Sep 2024 14:57:50 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20bug=20=20HL-6002=20=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E9=80=80=E8=B4=A7=E7=94=B3=E8=AF=B7=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=B8=BB=E6=98=8E=E7=BB=86=E7=9A=84=E5=A4=87=E6=B3=A8=E5=8F=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerreturnRequestMain.data.ts | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts index 53003d0fe..72d7a9b8f 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts @@ -1122,23 +1122,23 @@ export const CustomerreturnRequestDetail = useCrudSchemas(reactive isTableForm: false, isForm: false }, - { - label: '备注', - field: 'remark', - sort: 'custom', - table: { - width: 150 - }, - isTable:false, - tableForm: { - disabled: false - }, - form: { - componentProps: { - disabled: true - } - } - }, + // { + // label: '备注', + // field: 'remark', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable:false, + // tableForm: { + // disabled: false + // }, + // form: { + // componentProps: { + // disabled: true + // } + // } + // }, { label: '创建时间', field: 'createTime',