This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' into kitchenmanage
tmp
zhaoy
10 months ago
parent
55f0e5d32b
bb31f9797b
commit
33dc9c1ab2
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/pages/database/bom/index.jsx
+1
-0
src/pages/device/productmanage/components/CreateForm.jsx
+ 1
- 0
src/pages/database/bom/index.jsx
View File
@@ -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
View File
@@ -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")
}
Write
Preview
Loading…
Cancel
Save