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
6793ea30
Commit
6793ea30
authored
Feb 01, 2023
by
TZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
48c141f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
16 deletions
+18
-16
DesItem.jsx
src/components/RepaireDetail/DesItem.jsx
+12
-10
index.jsx
src/pages/repair/order/index.jsx
+4
-4
index.jsx
src/pages/repair/track/index.jsx
+2
-2
No files found.
src/components/RepaireDetail/DesItem.jsx
View file @
6793ea30
...
@@ -232,7 +232,7 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false,
...
@@ -232,7 +232,7 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false,
],
],
4
:
[
4
:
[
{
{
title
:
'申请人员'
,
title
:
'申请
追踪
人员'
,
dataIndex
:
'reviewerName'
,
dataIndex
:
'reviewerName'
,
key
:
'reviewerName'
,
key
:
'reviewerName'
,
},
},
...
@@ -249,7 +249,7 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false,
...
@@ -249,7 +249,7 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false,
],
],
5
:
[
5
:
[
{
{
title
:
'外协人员'
,
title
:
'
申请
外协人员'
,
dataIndex
:
'reviewerName'
,
dataIndex
:
'reviewerName'
,
key
:
'reviewerName'
,
key
:
'reviewerName'
,
},
},
...
@@ -553,14 +553,16 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false,
...
@@ -553,14 +553,16 @@ export default ({ index, title, dataSource, columns, hidden, navhidden = false,
dataSource=
{
dataSource
}
dataSource=
{
dataSource
}
columns=
{
columns_zzgd
[
dataSource
?.
operationType
]
}
columns=
{
columns_zzgd
[
dataSource
?.
operationType
]
}
/>
/>
<
Collapse
expandIconPosition=
{
'end'
}
>
{
dataSource
?.
trackProcessList
?
(
<
Panel
header=
{
<
span
style=
{
{
fontSize
:
16
,
fontWeight
:
600
}
}
>
验证信息
</
span
>
}
>
<
Collapse
expandIconPosition=
{
'end'
}
>
<
ProDescriptions
<
Panel
header=
{
<
span
style=
{
{
fontSize
:
16
,
fontWeight
:
600
}
}
>
验证信息
</
span
>
}
>
dataSource=
{
dataSource
?.
trackProcessList
?.[
0
]
}
<
ProDescriptions
columns=
{
columns_zzgd
[
'yz'
]
}
dataSource=
{
dataSource
?.
trackProcessList
?.[
0
]
}
/>
columns=
{
columns_zzgd
[
'yz'
]
}
</
Panel
>
/>
</
Collapse
>
</
Panel
>
</
Collapse
>
)
:
null
}
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
src/pages/repair/order/index.jsx
View file @
6793ea30
...
@@ -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-01 1
4:33:41
* @Last Modified time: 2023-02-01 1
5:23:18
*/
*/
import
*
as
React
from
'react'
;
import
*
as
React
from
'react'
;
...
@@ -654,7 +654,7 @@ function Failure(props) {
...
@@ -654,7 +654,7 @@ function Failure(props) {
title
:
'故障类型'
,
title
:
'故障类型'
,
dataIndex
:
'faultSettingId'
,
dataIndex
:
'faultSettingId'
,
key
:
'faultSettingId'
,
key
:
'faultSettingId'
,
formItemProps
:
{
rules
:
[{
required
:
tru
e
,
message
:
'此项为必填项'
}]
},
formItemProps
:
{
rules
:
[{
required
:
fals
e
,
message
:
'此项为必填项'
}]
},
valueType
:
'select'
,
valueType
:
'select'
,
options
:
{
options
:
{
path
:
'/repair/umFaultSetting/selected/queryList'
,
path
:
'/repair/umFaultSetting/selected/queryList'
,
...
@@ -668,7 +668,7 @@ function Failure(props) {
...
@@ -668,7 +668,7 @@ function Failure(props) {
dataIndex
:
'faultDetailId'
,
dataIndex
:
'faultDetailId'
,
key
:
'faultDetailId'
,
key
:
'faultDetailId'
,
valueType
:
'select'
,
valueType
:
'select'
,
formItemProps
:
{
rules
:
[{
required
:
tru
e
,
message
:
'此项为必填项'
}]
},
formItemProps
:
{
rules
:
[{
required
:
fals
e
,
message
:
'此项为必填项'
}]
},
options
:
{
options
:
{
path
:
'/repair/umFaultSettingDetail/selected/queryList'
,
path
:
'/repair/umFaultSettingDetail/selected/queryList'
,
linkParams
:
{
linkParams
:
{
...
@@ -807,7 +807,7 @@ function Failure(props) {
...
@@ -807,7 +807,7 @@ function Failure(props) {
repairContent
:
vals
.
repairContent
,
repairContent
:
vals
.
repairContent
,
},
},
id
:
drawer
?.
item
.
id
,
id
:
drawer
?.
item
.
id
,
repairAssistList
:
vals
?.
repairAssistList
,
repairAssistList
:
vals
?.
repairAssistList
?.
map
((
it
)
=>
({
assistUserId
:
it
}))
,
};
};
let
res
=
await
doFetch
({
let
res
=
await
doFetch
({
url
:
'/repair/umRepairOrder/completeRepair'
,
url
:
'/repair/umRepairOrder/completeRepair'
,
...
...
src/pages/repair/track/index.jsx
View file @
6793ea30
...
@@ -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-01 14:
02:32
* @Last Modified time: 2023-02-01 14:
50:04
*/
*/
import
*
as
React
from
'react'
;
import
*
as
React
from
'react'
;
...
@@ -385,7 +385,7 @@ function Failure(props) {
...
@@ -385,7 +385,7 @@ function Failure(props) {
{
{
label
:
(
label
:
(
<
PremButton
<
PremButton
//
access="umTrackOrder:dispatchById"
access=
"umTrackOrder:dispatchById"
btn=
{
{
btn=
{
{
onClick
:
()
=>
{
onClick
:
()
=>
{
setdrawer
((
s
)
=>
({
setdrawer
((
s
)
=>
({
...
...
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