Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ems3.3
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
ems3.3
Commits
9cacd5d1
Commit
9cacd5d1
authored
Feb 09, 2023
by
TZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
56ce24b5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
6 deletions
+22
-6
index.jsx
src/pages/maintain/workOrder/index.jsx
+2
-2
columns.js
src/pages/spare/instore/columns.js
+5
-1
columns.js
src/pages/spare/outstore/columns.js
+5
-1
columns.js
src/pages/spare/requisition/columns.js
+5
-1
columns.js
src/pages/spare/spareback/columns.js
+5
-1
No files found.
src/pages/maintain/workOrder/index.jsx
View file @
9cacd5d1
...
...
@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2023-01-19 09:53:59
* @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-09 1
6:14:02
* @Last Modified time: 2023-02-09 1
8:53:53
*/
import
*
as
React
from
'react'
;
...
...
@@ -670,7 +670,7 @@ function WorkOrder(props) {
pagetitle=
{
<
h3
className=
"page-title"
>
保养工单
</
h3
>
}
columns=
{
columns
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
extraparams=
{
activeTabKey
==
1
?
{
main
tain
UserId
:
initialState
?.
currentUser
?.
id
}
:
null
}
extraparams=
{
activeTabKey
==
1
?
{
mainUserId
:
initialState
?.
currentUser
?.
id
}
:
null
}
actionRef=
{
actionRef
}
pageextra=
{
pathconfig
?.
enableadd
?
'add'
:
null
}
resizeable=
{
false
}
...
...
src/pages/spare/instore/columns.js
View file @
9cacd5d1
...
...
@@ -231,7 +231,11 @@ function getcolumns(setdrawer) {
},
},
{
title
:
'备件信息'
,
title
:
(
<
div
>
<
span
style
=
{{
color
:
'red'
}}
>*
<
/span>备件信
息
<
/div
>
),
dataIndex
:
'details'
,
key
:
'details'
,
valueType
:
'split'
,
...
...
src/pages/spare/outstore/columns.js
View file @
9cacd5d1
...
...
@@ -219,7 +219,11 @@ function getcolumns(setdrawer) {
hideInForm
:
true
,
},
{
title
:
'备件信息'
,
title
:
(
<
div
>
<
span
style
=
{{
color
:
'red'
}}
>*
<
/span>备件信
息
<
/div
>
),
dataIndex
:
'details'
,
key
:
'details'
,
valueType
:
'split'
,
...
...
src/pages/spare/requisition/columns.js
View file @
9cacd5d1
...
...
@@ -205,7 +205,11 @@ function getcolumns(type, fullName) {
],
},
{
title
:
'备件信息'
,
title
:
(
<
div
>
<
span
style
=
{{
color
:
'red'
}}
>*
<
/span>备件信
息
<
/div
>
),
dataIndex
:
'details'
,
key
:
'details'
,
valueType
:
'split'
,
...
...
src/pages/spare/spareback/columns.js
View file @
9cacd5d1
...
...
@@ -197,7 +197,11 @@ function getcolumns(type, fullName) {
],
},
{
title
:
'备件信息'
,
title
:
(
<
div
>
<
span
style
=
{{
color
:
'red'
}}
>*
<
/span>备件信
息
<
/div
>
),
dataIndex
:
'details'
,
key
:
'details'
,
valueType
:
'split'
,
...
...
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