From b8fdcb3e1d4dbb35ce60ab1d8409f968364ac690 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Thu, 5 Dec 2024 14:29:20 +0800 Subject: [PATCH] =?UTF-8?q?YT-1554:=20=E7=89=A9=E6=96=99=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../finishedShipmentMain.data.ts | 30 +++++++++---------- .../unfinishedShipmentMain.data.ts | 30 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts index 7a7f6347e..d7eb98b80 100644 --- a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts +++ b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts @@ -182,21 +182,21 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive([ width: 150, }, }, - { - label: '物料描述', - field: 'itemDescription', - sort: 'custom', - table: { - width: 150, - }, - form: { - component: 'Editor', - componentProps: { - valueHtml: '', - height: 200 - } - } - }, + // { + // label: '物料描述', + // field: 'itemDescription', + // sort: 'custom', + // table: { + // width: 150, + // }, + // form: { + // component: 'Editor', + // componentProps: { + // valueHtml: '', + // height: 200 + // } + // } + // }, { label: '库位', field: 'toLocationCode', diff --git a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts index 5d65c3b3d..1cbadff3e 100644 --- a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts +++ b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts @@ -176,21 +176,21 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive([ width: 150, }, }, - { - label: '物料描述', - field: 'itemDescription', - sort: 'custom', - table: { - width: 150, - }, - form: { - component: 'Editor', - componentProps: { - valueHtml: '', - height: 200 - } - } - }, + // { + // label: '物料描述', + // field: 'itemDescription', + // sort: 'custom', + // table: { + // width: 150, + // }, + // form: { + // component: 'Editor', + // componentProps: { + // valueHtml: '', + // height: 200 + // } + // } + // }, { label: '库位', field: 'toLocationCode',