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
cda5b656
Commit
cda5b656
authored
Feb 24, 2023
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
killer
parent
e23bd161
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
index.jsx
src/components/InitForm/Expandable/index.jsx
+1
-1
FormItems.jsx
src/components/InitForm/FormItems.jsx
+0
-1
index.jsx
src/pages/repair/order/index.jsx
+1
-1
No files found.
src/components/InitForm/Expandable/index.jsx
View file @
cda5b656
import
React
,
{
useState
,
useEffect
}
from
'react'
;
import
React
,
{
useState
,
useEffect
}
from
'react'
;
import
AutoTable
from
'../../AutoTable'
;
import
AutoTable
from
'../../AutoTable
/mtable
'
;
import
EditTable
from
'../EditTable'
;
import
EditTable
from
'../EditTable'
;
function
Expandables
({
value
,
onChange
,
item
})
{
function
Expandables
({
value
,
onChange
,
item
})
{
...
...
src/components/InitForm/FormItems.jsx
View file @
cda5b656
...
@@ -1488,7 +1488,6 @@ function FormList({ item, colProps, formRef }) {
...
@@ -1488,7 +1488,6 @@ function FormList({ item, colProps, formRef }) {
}
}
const Todo = ({ actionRef, value, item, params, rowKey, chooses, onChange }) => {
const Todo = ({ actionRef, value, item, params, rowKey, chooses, onChange }) => {
console.log(params);
return (
return (
<EditTable
<EditTable
actionRef={actionRef}
actionRef={actionRef}
...
...
src/pages/repair/order/index.jsx
View file @
cda5b656
...
@@ -1051,8 +1051,8 @@ function Failure(props) {
...
@@ -1051,8 +1051,8 @@ function Failure(props) {
},
},
],
],
path
:
'/sparepart/lifePieceAccount/queryPageByEquipment'
,
path
:
'/sparepart/lifePieceAccount/queryPageByEquipment'
,
extraparams
:
{
equipmentId
:
drawer
?.
item
?.
equipmentId
},
expandablePath
:
'/sparepart/lineStock/queryReplaceStock'
,
expandablePath
:
'/sparepart/lineStock/queryReplaceStock'
,
extraparams
:
{
equipmentId
:
drawer
?.
item
?.
equipmentId
},
},
},
];
];
return
(
return
(
...
...
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