Commit a5f936be authored by wuhao's avatar wuhao 🎯

asder

parent 5722a4a5
...@@ -63,6 +63,21 @@ export default [ ...@@ -63,6 +63,21 @@ export default [
}, },
], ],
}, },
{
path: "/outsetstore",
name: "出库管理",
icon: "search",
routes: [
{
path: "/outsetstore/outstore",
name: "出库管理",
component: "./outsetstore/Outstore",
},
{
component: "./404",
},
],
},
{ {
path: "/system", path: "/system",
name: "系统基础管理", name: "系统基础管理",
......
This diff is collapsed.
...@@ -63,7 +63,8 @@ function Instore(props) { ...@@ -63,7 +63,8 @@ function Instore(props) {
visible: false, visible: false,
})) }))
}, },
fields: {} fields: {},
width: 1200
}), }),
actionRef = useRef(), actionRef = useRef(),
ChildRef = null; ChildRef = null;
...@@ -365,7 +366,6 @@ function Instore(props) { ...@@ -365,7 +366,6 @@ function Instore(props) {
...s, ...s,
visible: true, visible: true,
title: "新增", title: "新增",
width: 800,
fields: defaultFields[e.key], fields: defaultFields[e.key],
instoreType: keytoval[e.key], instoreType: keytoval[e.key],
val: "add" //类型 val: "add" //类型
......
This diff is collapsed.
This diff is collapsed.
.sitelayout {
min-height: calc(100vh - 98px) !important;
.sitelayoutbackground {
background: #fff;
}
}
.title{
margin: 0px;
}
\ No newline at end of file
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