Commit db2b2ba1 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改物料单位

parent b92b090c
......@@ -199,7 +199,7 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
},
{
title: '单位',
dataIndex: !isMateriel ? 'unit' : 'materialUnit',
dataIndex: 'unit',
align: 'center',
},
{
......
......@@ -195,7 +195,7 @@ const RepairForm: React.FC<BillsFormProps> = ({
},
{
title: '单位',
dataIndex: !isMateriel ? 'unit' : 'materialUnit',
dataIndex: 'unit',
align: 'center',
},
{
......
......@@ -198,7 +198,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
},
{
title: '单位',
dataIndex: !isMateriel ? 'unit' : 'materialUnit',
dataIndex: 'unit',
align: 'center',
},
{
......
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