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
b20345f8
Commit
b20345f8
authored
Jul 26, 2022
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
8f5da614
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
18 deletions
+26
-18
fields.js
src/pages/insertstore/Instore/fields.js
+7
-3
index.jsx
src/pages/insertstore/Instore/index.jsx
+5
-5
fields.js
src/pages/outsetstore/Outstore/fields.js
+7
-3
index.jsx
src/pages/outsetstore/Outstore/index.jsx
+7
-7
No files found.
src/pages/insertstore/Instore/fields.js
View file @
b20345f8
...
@@ -709,6 +709,10 @@ const one = {
...
@@ -709,6 +709,10 @@ const one = {
title
:
"状态"
,
title
:
"状态"
,
key
:
"statusName"
,
key
:
"statusName"
,
},
},
{
title
:
"完成时间"
,
key
:
"finishTime"
,
},
{
{
title
:
"工单二维码"
,
title
:
"工单二维码"
,
key
:
"qrCodeUrl"
,
key
:
"qrCodeUrl"
,
...
@@ -797,14 +801,14 @@ const one = {
...
@@ -797,14 +801,14 @@ const one = {
],
],
},
},
{
{
cardTitle
:
"强制关
闭
信息"
,
cardTitle
:
"强制关
单
信息"
,
itemData
:
[
itemData
:
[
{
{
title
:
"
操作
人"
,
title
:
"
关单
人"
,
key
:
"closeUserName"
,
key
:
"closeUserName"
,
},
},
{
{
title
:
"
操作
时间"
,
title
:
"
关单
时间"
,
key
:
"closeTime"
,
key
:
"closeTime"
,
}
}
],
],
...
...
src/pages/insertstore/Instore/index.jsx
View file @
b20345f8
...
@@ -233,7 +233,7 @@ function Instore(props) {
...
@@ -233,7 +233,7 @@ function Instore(props) {
})
})
}
}
}),
}),
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
'删除'
,
null
,
{
record
.
status
==
0
&&
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
'删除'
,
null
,
{
title
:
"确认删除?"
,
title
:
"确认删除?"
,
onConfirm
:
()
=>
{
onConfirm
:
()
=>
{
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieInstore/deleteById"
,
params
:
{
id
:
record
.
id
}
}).
then
(
res
=>
{
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieInstore/deleteById"
,
params
:
{
id
:
record
.
id
}
}).
then
(
res
=>
{
...
@@ -330,12 +330,12 @@ function Instore(props) {
...
@@ -330,12 +330,12 @@ function Instore(props) {
}
}
},
},
{
{
"title"
:
"
关单
时间"
,
"title"
:
"
完成
时间"
,
"dataIndex"
:
"
close
Time"
,
"dataIndex"
:
"
finish
Time"
,
"key"
:
"
close
Time"
,
"key"
:
"
finish
Time"
,
"valueType"
:
"dateRange"
,
"valueType"
:
"dateRange"
,
formItemProps
:{
formItemProps
:{
name
:
"
close
TimeList"
name
:
"
finish
TimeList"
}
}
},
},
{
{
...
...
src/pages/outsetstore/Outstore/fields.js
View file @
b20345f8
...
@@ -688,6 +688,10 @@ const one = {
...
@@ -688,6 +688,10 @@ const one = {
title
:
"状态"
,
title
:
"状态"
,
key
:
"statusName"
,
key
:
"statusName"
,
},
},
{
title
:
"完成时间"
,
key
:
"finishTime"
,
},
{
{
title
:
"工单二维码"
,
title
:
"工单二维码"
,
key
:
"qrCodeUrl"
,
key
:
"qrCodeUrl"
,
...
@@ -768,14 +772,14 @@ const one = {
...
@@ -768,14 +772,14 @@ const one = {
],
],
},
},
{
{
cardTitle
:
"强制关
闭
信息"
,
cardTitle
:
"强制关
单
信息"
,
itemData
:
[
itemData
:
[
{
{
title
:
"
操作
人"
,
title
:
"
关单
人"
,
key
:
"closeUserName"
,
key
:
"closeUserName"
,
},
},
{
{
title
:
"
操作
时间"
,
title
:
"
关单
时间"
,
key
:
"closeTime"
,
key
:
"closeTime"
,
}
}
],
],
...
...
src/pages/outsetstore/Outstore/index.jsx
View file @
b20345f8
...
@@ -63,7 +63,7 @@ function Outstore(props) {
...
@@ -63,7 +63,7 @@ function Outstore(props) {
setdrawprops
(
s
=>
({
setdrawprops
(
s
=>
({
...
s
,
...
s
,
visible
:
false
,
visible
:
false
,
fields
:{}
fields
:
{}
}))
}))
},
},
fields
:
{},
fields
:
{},
...
@@ -81,7 +81,7 @@ function Outstore(props) {
...
@@ -81,7 +81,7 @@ function Outstore(props) {
setdrawprops
(
s
=>
({
setdrawprops
(
s
=>
({
...
s
,
...
s
,
visible
:
false
,
visible
:
false
,
fields
:{}
fields
:
{}
}))
}))
}
}
...
@@ -233,7 +233,7 @@ function Outstore(props) {
...
@@ -233,7 +233,7 @@ function Outstore(props) {
})
})
}
}
}),
}),
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
'删除'
,
null
,
{
record
.
status
==
0
&&
getPrem
(
"equipmentCustomer_deleteById"
,
action
,
'删除'
,
null
,
{
title
:
"确认删除?"
,
title
:
"确认删除?"
,
onConfirm
:
()
=>
{
onConfirm
:
()
=>
{
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieOutstore/deleteById"
,
params
:
{
id
:
record
.
id
}
}).
then
(
res
=>
{
doFetch
({
url
:
"/ngic-workmanship/wmsMaterieOutstore/deleteById"
,
params
:
{
id
:
record
.
id
}
}).
then
(
res
=>
{
...
@@ -330,12 +330,12 @@ function Outstore(props) {
...
@@ -330,12 +330,12 @@ function Outstore(props) {
}
}
},
},
{
{
"title"
:
"
关单
时间"
,
"title"
:
"
完成
时间"
,
"dataIndex"
:
"
close
Time"
,
"dataIndex"
:
"
finish
Time"
,
"key"
:
"
close
Time"
,
"key"
:
"
finish
Time"
,
"valueType"
:
"dateRange"
,
"valueType"
:
"dateRange"
,
formItemProps
:
{
formItemProps
:
{
name
:
"
close
TimeList"
name
:
"
finish
TimeList"
}
}
},
},
{
{
...
...
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