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
ffec3b5e
Commit
ffec3b5e
authored
1 year ago
by
krysent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new
parent
61115206
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
index.jsx
src/pages/outsetstore/Otheroutstore/index.jsx
+11
-4
index.jsx
src/pages/outsetstore/Outstore/index.jsx
+3
-0
No files found.
src/pages/outsetstore/Otheroutstore/index.jsx
View file @
ffec3b5e
...
@@ -634,7 +634,11 @@ function Outstore(props) {
...
@@ -634,7 +634,11 @@ function Outstore(props) {
};
};
},
},
renderFormItem
:
({
entry
})
=>
{
renderFormItem
:
({
entry
})
=>
{
if
(
entry
?.
materieControlNo
)
{
return
<
span
>
{
entry
?.
materieControlNo
}
</
span
>;
}
else
{
return
<
MySelect
record=
{
entry
}
/>;
return
<
MySelect
record=
{
entry
}
/>;
}
// return storeId;
// return storeId;
},
},
},
},
...
@@ -672,9 +676,9 @@ function Outstore(props) {
...
@@ -672,9 +676,9 @@ function Outstore(props) {
},
},
{
{
title
:
"可用库存"
,
title
:
"可用库存"
,
dataIndex
:
"
hold
Num"
,
dataIndex
:
"
usable
Num"
,
key
:
"
hold
Num"
,
key
:
"
usable
Num"
,
readonly
:
"
hold
Num"
,
readonly
:
"
usable
Num"
,
},
},
{
{
title
:
"库存单位"
,
title
:
"库存单位"
,
...
@@ -1069,6 +1073,9 @@ function Outstore(props) {
...
@@ -1069,6 +1073,9 @@ function Outstore(props) {
activeTabKey
,
activeTabKey
,
onTabChange
,
onTabChange
,
columns
,
columns
,
extraparams
:
{
outstoreType
:
4
,
},
path
:
path
:
activeTabKey
==
"1"
activeTabKey
==
"1"
?
"/ngic-workmanship/wmsMaterieOutstore/queryList"
?
"/ngic-workmanship/wmsMaterieOutstore/queryList"
...
...
This diff is collapsed.
Click to expand it.
src/pages/outsetstore/Outstore/index.jsx
View file @
ffec3b5e
...
@@ -402,6 +402,9 @@ function Outstore(props) {
...
@@ -402,6 +402,9 @@ function Outstore(props) {
activeTabKey
,
activeTabKey
,
onTabChange
,
onTabChange
,
columns
,
columns
,
extraparams
:
{
outstoreType
:
1
,
},
path
:
path
:
activeTabKey
==
"1"
activeTabKey
==
"1"
?
"/ngic-workmanship/wmsMaterieOutstore/queryList"
?
"/ngic-workmanship/wmsMaterieOutstore/queryList"
...
...
This diff is collapsed.
Click to expand it.
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