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
04f53b4f
Commit
04f53b4f
authored
Feb 09, 2023
by
TZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
9cacd5d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
DesItem.jsx
src/components/RepaireDetail/DesItem.jsx
+1
-1
index.jsx
src/pages/maintain/plan/index.jsx
+3
-3
index.jsx
src/pages/repair/outsourcing/index.jsx
+2
-2
No files found.
src/components/RepaireDetail/DesItem.jsx
View file @
04f53b4f
...
@@ -603,7 +603,7 @@ export default (props) => {
...
@@ -603,7 +603,7 @@ export default (props) => {
<
div
style=
{
{
flex
:
1
,
display
:
'flex'
,
flexDirection
:
'row'
}
}
>
<
div
style=
{
{
flex
:
1
,
display
:
'flex'
,
flexDirection
:
'row'
}
}
>
<
div
className=
"fault-index "
>
{
index
}
</
div
>
<
div
className=
"fault-index "
>
{
index
}
</
div
>
<
div
style=
{
{
display
:
'flex'
,
flexDirection
:
'column'
}
}
>
<
div
style=
{
{
display
:
'flex'
,
flexDirection
:
'column'
}
}
>
<
label
style=
{
{
width
:
'
4
0px'
,
fontSize
:
18
,
fontWeight
:
600
}
}
>
<
label
style=
{
{
width
:
'
10
0px'
,
fontSize
:
18
,
fontWeight
:
600
}
}
>
{
dataSource
?.
operationTypeName
}
{
dataSource
?.
operationTypeName
}
</
label
>
</
label
>
<
span
>
{
dataSource
?.
updateUserName
}
</
span
>
<
span
>
{
dataSource
?.
updateUserName
}
</
span
>
...
...
src/pages/maintain/plan/index.jsx
View file @
04f53b4f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Author: Li Hanlin
* @Date: 2023-01-16 15:35:00
* @Date: 2023-01-16 15:35:00
* @Last Modified by: Li Hanlin
* @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-09 1
7:32:05
* @Last Modified time: 2023-02-09 1
9:53:33
*/
*/
import
*
as
React
from
'react'
;
import
*
as
React
from
'react'
;
...
@@ -294,8 +294,8 @@ function Plan(props) {
...
@@ -294,8 +294,8 @@ function Plan(props) {
},
},
{
{
title
:
'关单日期'
,
title
:
'关单日期'
,
dataIndex
:
'
endDat
e'
,
dataIndex
:
'
customsTim
e'
,
key
:
'
endDat
e'
,
key
:
'
customsTim
e'
,
hideInDescriptions
:
activeTabKey
==
1
?
true
:
false
,
hideInDescriptions
:
activeTabKey
==
1
?
true
:
false
,
},
},
{
{
...
...
src/pages/repair/outsourcing/index.jsx
View file @
04f53b4f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: Li Hanlin
* @Author: Li Hanlin
* @Date: 2022-12-02 11:41:03
* @Date: 2022-12-02 11:41:03
* @Last Modified by: Li Hanlin
* @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-0
8 14:50:40
* @Last Modified time: 2023-02-0
9 19:56:18
*/
*/
import
*
as
React
from
'react'
;
import
*
as
React
from
'react'
;
...
@@ -543,7 +543,7 @@ function Failure(props) {
...
@@ -543,7 +543,7 @@ function Failure(props) {
return
(
return
(
<
Detail
<
Detail
title=
"外协单号"
title=
"外协单号"
titleno=
{
drawer
?.
item
.
repai
rNo
}
titleno=
{
drawer
?.
item
.
otherUnitsOrde
rNo
}
detailpath=
"/repair/umOtherUnitsOperation/queryOperationList"
detailpath=
"/repair/umOtherUnitsOperation/queryOperationList"
params=
{
{
otherUnitsOrderId
:
drawer
?.
item
.
id
}
}
params=
{
{
otherUnitsOrderId
:
drawer
?.
item
.
id
}
}
baseRow=
{
drawer
?.
item
}
baseRow=
{
drawer
?.
item
}
...
...
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