Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
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
shenshaokai
jinfa-platform
Commits
442c390f
Commit
442c390f
authored
Apr 25, 2022
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-220418-1' of…
Merge branch 'v2-220418-1' of
ssh://gitlab.shushangyun.com:8122/linkseeks-design/pro-platform
into feat-v2-220418-1-member
parents
584c0d7e
99589911
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
+27
-2
index.tsx
...reaseRequisition/components/newMemberModalTable/index.tsx
+1
-2
index.ts
...equisition/components/newMemberModalTable/schema/index.ts
+26
-0
No files found.
src/pages/transaction/purchaseRequisition/increaseRequisition/components/newMemberModalTable/index.tsx
View file @
442c390f
...
@@ -5,8 +5,7 @@ import { ISchemaFormActions, ISchemaFormAsyncActions } from '@formily/antd';
...
@@ -5,8 +5,7 @@ import { ISchemaFormActions, ISchemaFormAsyncActions } from '@formily/antd';
import
TableLayout
from
'./table'
;
import
TableLayout
from
'./table'
;
import
{
fetchOrderApi
}
from
'../../apis'
;
import
{
fetchOrderApi
}
from
'../../apis'
;
import
{
materialSupplyColumns
,
memberColumns
}
from
'./columns'
;
import
{
materialSupplyColumns
,
memberColumns
}
from
'./columns'
;
import
{
materialSupplySchema
}
from
'./schema'
;
import
{
materialSupplySchema
,
memberModalSchema
}
from
'./schema'
;
import
{
memberModalSchema
}
from
'@/components/ModalTable/schema'
;
export
interface
MemberModalTableProps
{
export
interface
MemberModalTableProps
{
schemaAction
:
ISchemaFormActions
|
ISchemaFormAsyncActions
,
schemaAction
:
ISchemaFormActions
|
ISchemaFormAsyncActions
,
...
...
src/pages/transaction/purchaseRequisition/increaseRequisition/components/newMemberModalTable/schema/index.ts
View file @
442c390f
import
{
getIntl
}
from
"umi"
import
{
getIntl
}
from
"umi"
import
{
ISchema
}
from
"@formily/antd"
;
import
{
FORM_FILTER_PATH
}
from
"@/formSchema/const"
;
import
{
FORM_FILTER_PATH
}
from
"@/formSchema/const"
;
export
const
memberModalSchema
:
ISchema
=
{
type
:
'object'
,
properties
:
{
megalayout
:
{
type
:
"object"
,
"x-component"
:
"flex-layout"
,
"x-component-props"
:
{
rowStyle
:
{
justifyContent
:
'space-between'
}
},
properties
:
{
name
:
{
type
:
'string'
,
"x-component"
:
'Search'
,
"x-component-props"
:
{
placeholder
:
getIntl
().
formatMessage
({
id
:
'components.qingshuruhuiyuanmingcheng'
}),
advanced
:
false
,
}
}
}
},
}
}
export
const
materialSupplySchema
=
{
export
const
materialSupplySchema
=
{
type
:
"object"
,
type
:
"object"
,
properties
:
{
properties
:
{
...
...
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