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
Aug 04, 2023
by
krysent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new
parent
af55289a
Changes
5
Show 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) => {
...
@@ -59,7 +59,7 @@ const Station = (props) => {
search
:
false
,
search
:
false
,
},
},
{
{
title
:
"批号"
,
title
:
"批
次
号"
,
dataIndex
:
"materieControlNo"
,
dataIndex
:
"materieControlNo"
,
key
:
"materieControlNo"
,
key
:
"materieControlNo"
,
},
},
...
...
src/pages/findstore/Storesearch/index.jsx
View file @
f12dec5b
...
@@ -115,8 +115,8 @@ function Instore(props) {
...
@@ -115,8 +115,8 @@ function Instore(props) {
},
},
{
{
title
:
"库存单位"
,
title
:
"库存单位"
,
dataIndex
:
"productionUnit"
,
dataIndex
:
"productionUnit
Name
"
,
key
:
"productionUnit"
,
key
:
"productionUnit
Name
"
,
search
:
false
,
search
:
false
,
},
},
{
{
...
...
src/pages/insertstore/Instore/index.jsx
View file @
f12dec5b
...
@@ -451,6 +451,7 @@ function Outstore(props) {
...
@@ -451,6 +451,7 @@ function Outstore(props) {
),
),
dataIndex
:
"materieId"
,
dataIndex
:
"materieId"
,
key
:
"materieId"
,
key
:
"materieId"
,
width
:
250
,
valueType
:
"select"
,
valueType
:
"select"
,
fieldProps
:
{
fieldProps
:
{
allowClear
:
true
,
allowClear
:
true
,
...
...
src/pages/insertstore/Otherinstore/index.jsx
View file @
f12dec5b
...
@@ -301,7 +301,7 @@ function Instore(props) {
...
@@ -301,7 +301,7 @@ function Instore(props) {
dataIndex
:
"labelId"
,
dataIndex
:
"labelId"
,
key
:
"labelId"
,
key
:
"labelId"
,
valueType
:
"select"
,
valueType
:
"select"
,
width
:
22
0
,
width
:
18
0
,
request
:
async
()
=>
{
request
:
async
()
=>
{
let
res
=
await
doFetch
({
let
res
=
await
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieLabel/selectionByStatus"
,
url
:
"/ngic-workmanship/wmsMaterieLabel/selectionByStatus"
,
...
@@ -327,6 +327,7 @@ function Instore(props) {
...
@@ -327,6 +327,7 @@ function Instore(props) {
),
),
dataIndex
:
"materieCode"
,
dataIndex
:
"materieCode"
,
key
:
"materieCode"
,
key
:
"materieCode"
,
width
:
160
,
valueType
:
"select"
,
valueType
:
"select"
,
readonly
:
true
,
readonly
:
true
,
},
},
...
@@ -335,6 +336,7 @@ function Instore(props) {
...
@@ -335,6 +336,7 @@ function Instore(props) {
dataIndex
:
"specificationModel"
,
dataIndex
:
"specificationModel"
,
key
:
"specificationModel"
,
key
:
"specificationModel"
,
readonly
:
true
,
readonly
:
true
,
width
:
140
,
},
},
{
{
...
@@ -933,12 +935,16 @@ function Instore(props) {
...
@@ -933,12 +935,16 @@ function Instore(props) {
valueType
:
"select"
,
valueType
:
"select"
,
options
:
[
options
:
[
{
{
label
:
"待
上架
"
,
label
:
"待
分配
"
,
value
:
"
0
"
,
value
:
"
5
"
,
},
},
{
{
label
:
"上架中"
,
label
:
"待执行"
,
value
:
"1"
,
value
:
"6"
,
},
{
label
:
"执行中"
,
value
:
"7"
,
},
},
],
],
},
},
...
@@ -987,7 +993,7 @@ function Instore(props) {
...
@@ -987,7 +993,7 @@ function Instore(props) {
});
});
},
},
}),
}),
record
.
status
==
0
&&
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
"删除"
,
null
,
{
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
"删除"
,
null
,
{
title
:
"确认删除?"
,
title
:
"确认删除?"
,
onConfirm
:
()
=>
{
onConfirm
:
()
=>
{
...
...
src/pages/outsetstore/Otheroutstore/index.jsx
View file @
f12dec5b
...
@@ -147,6 +147,7 @@ const defaultFields = {
...
@@ -147,6 +147,7 @@ const defaultFields = {
dataIndex
:
"materieId"
,
dataIndex
:
"materieId"
,
key
:
"materieId"
,
key
:
"materieId"
,
valueType
:
"select"
,
valueType
:
"select"
,
width
:
160
,
fieldProps
:
{
fieldProps
:
{
allowClear
:
true
,
allowClear
:
true
,
showSearch
:
true
,
showSearch
:
true
,
...
@@ -579,6 +580,7 @@ function Outstore(props) {
...
@@ -579,6 +580,7 @@ function Outstore(props) {
width
:
"width"
,
width
:
"width"
,
weight
:
"weight"
,
weight
:
"weight"
,
holdNum
:
"holdNum"
,
holdNum
:
"holdNum"
,
storePositionName
:
"storePositionName"
,
},
},
},
},
},
},
...
@@ -593,6 +595,14 @@ function Outstore(props) {
...
@@ -593,6 +595,14 @@ function Outstore(props) {
key
:
"materieCode"
,
key
:
"materieCode"
,
valueType
:
"select"
,
valueType
:
"select"
,
readonly
:
true
,
readonly
:
true
,
width
:
180
,
renderFormItem
:
({
entry
})
=>
{
return
(
<
span
>
{
entry
?.
materieCode
}
-
{
entry
?.
materieName
}
</
span
>
);
},
},
},
{
{
title
:
(
title
:
(
...
...
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