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',