소스 검색

Merge branch 'master' into kitchenmanage

tmp
zhaoy 10 달 전
부모
커밋
33dc9c1ab2
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/pages/database/bom/index.jsx
  2. +1
    -0
      src/pages/device/productmanage/components/CreateForm.jsx

+ 1
- 0
src/pages/database/bom/index.jsx 파일 보기

@@ -216,6 +216,7 @@ const GoodsBomsManage = (props) => {
actionRef={actionRef}
pagination={{ defaultPageSize: 10 }}
rowKey="id"
pagination={{ defaultPageSize: 10 }}
toolBarRender={() => [
<Button
type="primary"


+ 1
- 0
src/pages/device/productmanage/components/CreateForm.jsx 파일 보기

@@ -43,6 +43,7 @@ const CreateForm = (props) => {
if(props?.values?.type==1){
setdisplay("none")
setdisanumbled('none')
setdisplaytxtjson('none')
}else if(props?.values?.type==0){
setdisplay("block")
}


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