!2961 优化:商品编码选择栏增加材质

pull/2962/head
林三 2 months ago
parent 730266ab22
commit 249067dc35

@ -86,6 +86,7 @@ export class GoodsList extends React.Component<IGoodsListProps>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</>
:
@ -147,6 +148,8 @@ export class GoodsList extends React.Component<IGoodsListProps>
model = v.goods_param.find(p => p.id === 4)?.value ?? "";
//厂家
factfactory = v.goods_param.find(p => p.id === 5)?.value ?? "";
//材质
matName = v.goods_param.find(p => p.id === 6)?.value ?? "";
}
let info = {
@ -174,6 +177,7 @@ export class GoodsList extends React.Component<IGoodsListProps>
<td><OneLineText text={colorName} /></td>
<td><OneLineText text={model} /></td>
<td><OneLineText text={factfactory} /></td>
<td><OneLineText text={matName} /></td>
<td>{v.goods_stock}</td>
</>
:

Loading…
Cancel
Save