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
f12dec5b
Commit
f12dec5b
authored
1 year ago
by
krysent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new
parent
af55289a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
22 deletions
+39
-22
index.jsx
src/pages/Printer/index.jsx
+1
-1
index.jsx
src/pages/findstore/Storesearch/index.jsx
+2
-2
index.jsx
src/pages/insertstore/Instore/index.jsx
+1
-0
index.jsx
src/pages/insertstore/Otherinstore/index.jsx
+25
-19
index.jsx
src/pages/outsetstore/Otheroutstore/index.jsx
+10
-0
No files found.
src/pages/Printer/index.jsx
View file @
f12dec5b
...
...
@@ -59,7 +59,7 @@ const Station = (props) => {
search
:
false
,
},
{
title
:
"批号"
,
title
:
"批
次
号"
,
dataIndex
:
"materieControlNo"
,
key
:
"materieControlNo"
,
},
...
...
This diff is collapsed.
Click to expand it.
src/pages/findstore/Storesearch/index.jsx
View file @
f12dec5b
...
...
@@ -115,8 +115,8 @@ function Instore(props) {
},
{
title
:
"库存单位"
,
dataIndex
:
"productionUnit"
,
key
:
"productionUnit"
,
dataIndex
:
"productionUnit
Name
"
,
key
:
"productionUnit
Name
"
,
search
:
false
,
},
{
...
...
This diff is collapsed.
Click to expand it.
src/pages/insertstore/Instore/index.jsx
View file @
f12dec5b
...
...
@@ -451,6 +451,7 @@ function Outstore(props) {
),
dataIndex
:
"materieId"
,
key
:
"materieId"
,
width
:
250
,
valueType
:
"select"
,
fieldProps
:
{
allowClear
:
true
,
...
...
This diff is collapsed.
Click to expand it.
src/pages/insertstore/Otherinstore/index.jsx
View file @
f12dec5b
...
...
@@ -301,7 +301,7 @@ function Instore(props) {
dataIndex
:
"labelId"
,
key
:
"labelId"
,
valueType
:
"select"
,
width
:
22
0
,
width
:
18
0
,
request
:
async
()
=>
{
let
res
=
await
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieLabel/selectionByStatus"
,
...
...
@@ -327,6 +327,7 @@ function Instore(props) {
),
dataIndex
:
"materieCode"
,
key
:
"materieCode"
,
width
:
160
,
valueType
:
"select"
,
readonly
:
true
,
},
...
...
@@ -335,6 +336,7 @@ function Instore(props) {
dataIndex
:
"specificationModel"
,
key
:
"specificationModel"
,
readonly
:
true
,
width
:
140
,
},
{
...
...
@@ -933,12 +935,16 @@ function Instore(props) {
valueType
:
"select"
,
options
:
[
{
label
:
"待
上架
"
,
value
:
"
0
"
,
label
:
"待
分配
"
,
value
:
"
5
"
,
},
{
label
:
"上架中"
,
value
:
"1"
,
label
:
"待执行"
,
value
:
"6"
,
},
{
label
:
"执行中"
,
value
:
"7"
,
},
],
},
...
...
@@ -987,20 +993,20 @@ function Instore(props) {
});
},
}),
record
.
status
==
0
&&
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
"删除"
,
null
,
{
title
:
"确认删除?"
,
onConfirm
:
()
=>
{
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieInstore/deleteById"
,
params
:
{
id
:
record
.
id
},
}).
then
((
res
)
=>
{
if
(
res
.
code
==
"0000"
)
{
reload
();
}
});
},
}),
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
"删除"
,
null
,
{
title
:
"确认删除?"
,
onConfirm
:
()
=>
{
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieInstore/deleteById"
,
params
:
{
id
:
record
.
id
},
}).
then
((
res
)
=>
{
if
(
res
.
code
==
"0000"
)
{
reload
();
}
});
},
}),
];
},
},
...
...
This diff is collapsed.
Click to expand it.
src/pages/outsetstore/Otheroutstore/index.jsx
View file @
f12dec5b
...
...
@@ -147,6 +147,7 @@ const defaultFields = {
dataIndex
:
"materieId"
,
key
:
"materieId"
,
valueType
:
"select"
,
width
:
160
,
fieldProps
:
{
allowClear
:
true
,
showSearch
:
true
,
...
...
@@ -579,6 +580,7 @@ function Outstore(props) {
width
:
"width"
,
weight
:
"weight"
,
holdNum
:
"holdNum"
,
storePositionName
:
"storePositionName"
,
},
},
},
...
...
@@ -593,6 +595,14 @@ function Outstore(props) {
key
:
"materieCode"
,
valueType
:
"select"
,
readonly
:
true
,
width
:
180
,
renderFormItem
:
({
entry
})
=>
{
return
(
<
span
>
{
entry
?.
materieCode
}
-
{
entry
?.
materieName
}
</
span
>
);
},
},
{
title
:
(
...
...
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