From 6ecb8908f9a7615defda3cd55e6c6066138c76a7 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 28 Aug 2024 09:18:46 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=9A=84ID=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/products/Detail/ProductInfo.jsx | 4 ++-- src/views/products/Detail/ProductInfoQuotation.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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' },