zhaoy 11 달 전
부모
커밋
36b3f7b83d
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/database/goods/goodsInfo/components/goodstechnologymaken.jsx
  2. +2
    -0
      src/pages/device/productmanage/index.jsx

+ 1
- 1
src/pages/database/goods/goodsInfo/components/goodstechnologymaken.jsx 파일 보기

@@ -396,7 +396,7 @@ const goodstechnologymaken = (props) => {
)
}
</Card>
<Card bodyStyle={{ padding: 15 }} style={{ display: display }} >
<Card bodyStyle={{ padding: 15 }} >
<div style={{ fontSize: 16, marginBottom: 5, color: '#1890ff', fontWeight: 600 }}>选择设备:
<Select
showSearch


+ 2
- 0
src/pages/device/productmanage/index.jsx 파일 보기

@@ -87,6 +87,7 @@ const bomtechnology = (props) => {
operationKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis',
tabActiveKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis',
});
const { Paragraph, Text } = Typography;
useEffect(() => {
console.log("props.location",props.location)
SetCurrTabKey(tabStatus.tabActiveKey);
@@ -280,6 +281,7 @@ const bomtechnology = (props) => {
valueType: 'textarea',
ellipsis: true,
search: true,
render: (text) => <Paragraph style={{display:'inline'}} copyable>{text}</Paragraph>,
},
{
title: '类型',


불러오는 중...
취소
저장