diff --git a/src/views/products/Detail/ProductInfo.jsx b/src/views/products/Detail/ProductInfo.jsx index 0c1f4c1..8cd0d83 100644 --- a/src/views/products/Detail/ProductInfo.jsx +++ b/src/views/products/Detail/ProductInfo.jsx @@ -98,8 +98,8 @@ const ProductInfo = ({ ...props }) => { items={[ { title: productsTypesMapVal[editingProduct?.info?.product_type_id]?.label || editingProduct?.info?.product_type_name }, { title: editingProduct?.info?.title ?? t('New') }, - { title: 'htID: ' + editingProduct?.info?.htid }, - { title: 'ID: ' + editingProduct?.info?.id }, + // { title: 'htID: ' + editingProduct?.info?.htid }, + // { title: 'ID: ' + editingProduct?.info?.id }, ]} /> diff --git a/src/views/products/Detail/ProductInfoQuotation.jsx b/src/views/products/Detail/ProductInfoQuotation.jsx index e6f0d70..d95358a 100644 --- a/src/views/products/Detail/ProductInfoQuotation.jsx +++ b/src/views/products/Detail/ProductInfoQuotation.jsx @@ -201,8 +201,8 @@ const ProductInfoQuotation = ({ editable, ...props }) => { } const quotationColumns = [ - { title: 'id', dataIndex: 'id', width: 40, className: 'italic text-gray-400' }, // test: 0 - { title: 'WPI_SN', dataIndex: 'WPI_SN', width: 40, className: 'italic text-gray-400' }, // test: 0 + // { title: 'id', dataIndex: 'id', width: 40, className: 'italic text-gray-400' }, // test: 0 + // { title: 'WPI_SN', dataIndex: 'WPI_SN', width: 40, className: 'italic text-gray-400' }, // test: 0 { title: t('products:adultPrice'), dataIndex: 'adult_cost', width: '5rem' }, { title: t('products:childrenPrice'), dataIndex: 'child_cost', width: '5rem' }, { title: t('products:currency'), dataIndex: 'currency', width: '4rem' },