Commit 6db88973 authored by alwayOnlie's avatar alwayOnlie

商品编号变更显示商品id

parent e9350b0b
......@@ -112,7 +112,7 @@ const purchaseList: React.FC<Iprops> = ({
<p>报价商品</p>
</div>
<div className={style.text}>
<p>商品编号:{record.associatedMaterielNo}</p>
<p>商品ID:{record.associatedDataId}</p>
<p className={style.nowrap}>商品名称:{record.associatedGoods}</p>
</div>
<div className={style.text}>
......
......@@ -291,7 +291,7 @@ const Details = (props: any) => {
<p>报价商品</p>
</div>
<div className={style.text}>
<p>商品编号{record.associatedDataId}</p>
<p>商品ID{record.associatedDataId}</p>
<p className={style.nowrap}>商品名称:{record.associatedMaterielName}</p>
</div>
<div className={style.text}>
......
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