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
b689d175
Commit
b689d175
authored
Jul 19, 2022
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印缓存问题
parent
9ec54259
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
index.jsx
src/pages/insertstore/Instore/index.jsx
+4
-2
index.jsx
src/pages/outsetstore/Outstore/index.jsx
+4
-2
No files found.
src/pages/insertstore/Instore/index.jsx
View file @
b689d175
...
@@ -209,7 +209,8 @@ function Instore(props) {
...
@@ -209,7 +209,8 @@ function Instore(props) {
title
:
`上架采集`
,
title
:
`上架采集`
,
...
extra
,
...
extra
,
totalPath
:
"/ngic-workmanship/wmsMaterieInstore/getInStoreInfoById"
,
totalPath
:
"/ngic-workmanship/wmsMaterieInstore/getInStoreInfoById"
,
totalParams
:
{
id
:
record
.
id
}
totalParams
:
{
id
:
record
.
id
},
extra
:
null
}))
}))
}),
}),
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
'关单'
,
null
,
{
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
'关单'
,
null
,
{
...
@@ -357,7 +358,8 @@ function Instore(props) {
...
@@ -357,7 +358,8 @@ function Instore(props) {
title
:
"新增"
,
title
:
"新增"
,
fields
:
defaultFields
[
e
.
key
],
fields
:
defaultFields
[
e
.
key
],
instoreType
:
keytoval
[
e
.
key
],
instoreType
:
keytoval
[
e
.
key
],
val
:
"add"
//类型
val
:
"add"
,
//类型
extra
:
null
}))
}))
}
}
}
}
items=
{
items
}
items=
{
items
}
...
...
src/pages/outsetstore/Outstore/index.jsx
View file @
b689d175
...
@@ -210,7 +210,8 @@ function Instore(props) {
...
@@ -210,7 +210,8 @@ function Instore(props) {
title
:
`下架采集`
,
title
:
`下架采集`
,
...
extra
,
...
extra
,
totalPath
:
"/ngic-workmanship/wmsMaterieOutstore/getOutStoreInfoById"
,
totalPath
:
"/ngic-workmanship/wmsMaterieOutstore/getOutStoreInfoById"
,
totalParams
:
{
id
:
record
.
id
}
totalParams
:
{
id
:
record
.
id
},
extra
:
null
}))
}))
}),
}),
...
@@ -359,7 +360,8 @@ function Instore(props) {
...
@@ -359,7 +360,8 @@ function Instore(props) {
title
:
"新增"
,
title
:
"新增"
,
fields
:
defaultFields
[
e
.
key
],
fields
:
defaultFields
[
e
.
key
],
outstoreType
:
keytoval
[
e
.
key
],
outstoreType
:
keytoval
[
e
.
key
],
val
:
"add"
//类型
val
:
"add"
,
//类型
extra
:
null
}))
}))
}
}
}
}
items=
{
items
}
items=
{
items
}
...
...
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