Commit 3c4ab0a7 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改srm订单字段相关

parent 81eff08b
......@@ -274,7 +274,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
title: '物料名称、规格',
dataIndex: 'name',
align: 'center',
render: (text, record) => `${text}/${record.materialType}`,
render: (text, record) => `${text}/${record.quotedSpec}`,
},
{
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