Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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-admin
Commits
c7e8311a
Commit
c7e8311a
authored
Jun 22, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 采购竞价单审核修改schema
parent
1e72da33
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
purchaseBid.ts
src/pages/purchaseAbility/schema/purchaseBid.ts
+13
-9
No files found.
src/pages/purchaseAbility/schema/purchaseBid.ts
View file @
c7e8311a
...
...
@@ -12,12 +12,10 @@ export const PurchaseBidSearchSchema: ISchema = {
biddingNo
:
{
type
:
'string'
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
placeholder
:
'竞价单号'
,
align
:
'flex-left'
,
allowClear
:
true
}
}
}
...
...
@@ -50,18 +48,24 @@ export const PurchaseBidSearchSchema: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
allowClear
:
true
}
},
memberName
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'采购会员'
placeholder
:
'采购会员'
,
allowClear
:
true
}
},
externalState
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'外部状态'
placeholder
:
'外部状态'
,
allowClear
:
true
,
style
:
{
width
:
160
}
},
enum
:
[]
},
...
...
@@ -102,11 +106,9 @@ export const PurchaseBidExamineSearchSchema: ISchema = {
biddingNo
:
{
type
:
'string'
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
placeholder
:
'竞价单号'
,
allowClear
:
true
}
}
}
...
...
@@ -138,12 +140,14 @@ export const PurchaseBidExamineSearchSchema: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
allowClear
:
true
}
},
memberName
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'采购会员'
placeholder
:
'采购会员'
,
allowClear
:
true
}
},
}
...
...
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