Commit ed90cd09 authored by 前端-许冠华's avatar 前端-许冠华

Merge branch 'v2-220518' into 'v2-220518'

fix: 请购单新增请购物料加入物料图片 See merge request linkseeks-design/pro-platform!1097 (cherry picked from commit 1d17c8e7e7399df46e367850188bf36f6427298e) 69b9b17e fix: 请购单新增请购物料加入物料图片
parent 6c481de1
......@@ -148,6 +148,7 @@ const MaterialModalTable: React.FC<MaterialModalTableProps> = (props) => {
temp.manuFacturer = v?.manufacturer
temp.placeOrigin = v?.origin
temp.goodsGroup = v?.materialGroup?.name;
temp.goodsPic = v.goodsPic;
return temp
})
let originIds = tempOriginData.map(item => item.id)
......
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