Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
wms
Commits
a5f936be
Commit
a5f936be
authored
Jul 11, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
5722a4a5
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1359 additions
and
18 deletions
+1359
-18
routes.js
config/routes.js
+15
-0
fields.js
src/pages/insertstore/Instore/fields.js
+319
-16
index.jsx
src/pages/insertstore/Instore/index.jsx
+2
-2
fields.js
src/pages/outsetstore/Outstore/fields.js
+595
-0
index.jsx
src/pages/outsetstore/Outstore/index.jsx
+418
-0
index.less
src/pages/outsetstore/Outstore/index.less
+10
-0
No files found.
config/routes.js
View file @
a5f936be
...
...
@@ -63,6 +63,21 @@ export default [
},
],
},
{
path
:
"/outsetstore"
,
name
:
"出库管理"
,
icon
:
"search"
,
routes
:
[
{
path
:
"/outsetstore/outstore"
,
name
:
"出库管理"
,
component
:
"./outsetstore/Outstore"
,
},
{
component
:
"./404"
,
},
],
},
{
path
:
"/system"
,
name
:
"系统基础管理"
,
...
...
src/pages/insertstore/Instore/fields.js
View file @
a5f936be
This diff is collapsed.
Click to expand it.
src/pages/insertstore/Instore/index.jsx
View file @
a5f936be
...
...
@@ -63,7 +63,8 @@ function Instore(props) {
visible
:
false
,
}))
},
fields
:
{}
fields
:
{},
width
:
1200
}),
actionRef
=
useRef
(),
ChildRef
=
null
;
...
...
@@ -365,7 +366,6 @@ function Instore(props) {
...
s
,
visible
:
true
,
title
:
"新增"
,
width
:
800
,
fields
:
defaultFields
[
e
.
key
],
instoreType
:
keytoval
[
e
.
key
],
val
:
"add"
//类型
...
...
src/pages/outsetstore/Outstore/fields.js
0 → 100644
View file @
a5f936be
This diff is collapsed.
Click to expand it.
src/pages/outsetstore/Outstore/index.jsx
0 → 100644
View file @
a5f936be
This diff is collapsed.
Click to expand it.
src/pages/outsetstore/Outstore/index.less
0 → 100644
View file @
a5f936be
.sitelayout {
min-height: calc(100vh - 98px) !important;
.sitelayoutbackground {
background: #fff;
}
}
.title{
margin: 0px;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment