Commit 50d9b8de authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改售后订单查询品类、品牌显示字段

parent 51850b5a
...@@ -261,11 +261,11 @@ const ExchangeForm: React.FC<BillsFormProps> = ({ ...@@ -261,11 +261,11 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
}, },
{ {
title: '品类', title: '品类',
dataIndex: !isMateriel ? 'category' : 'quotedCategory', dataIndex: 'category',
}, },
{ {
title: '品牌', title: '品牌',
dataIndex: !isMateriel ? 'brand' : 'quotedBrand', dataIndex: 'brand',
}, },
{ {
title: '单位', title: '单位',
......
...@@ -192,11 +192,11 @@ const RepairForm: React.FC<BillsFormProps> = ({ ...@@ -192,11 +192,11 @@ const RepairForm: React.FC<BillsFormProps> = ({
}, },
{ {
title: '品类', title: '品类',
dataIndex: !isMateriel ? 'category' : 'quotedCategory', dataIndex: 'category',
}, },
{ {
title: '品牌', title: '品牌',
dataIndex: !isMateriel ? 'brand' : 'quotedBrand', dataIndex: 'brand',
}, },
{ {
title: '单位', title: '单位',
......
...@@ -267,11 +267,11 @@ const ReturnForm: React.FC<BillsFormProps> = ({ ...@@ -267,11 +267,11 @@ const ReturnForm: React.FC<BillsFormProps> = ({
}, },
{ {
title: '品类', title: '品类',
dataIndex: !isMateriel ? 'category' : 'quotedCategory', dataIndex: 'category',
}, },
{ {
title: '品牌', title: '品牌',
dataIndex: !isMateriel ? 'brand' : 'quotedBrand', dataIndex: 'brand',
}, },
{ {
title: '单位', title: '单位',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment