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
989144d3
Commit
989144d3
authored
Jun 22, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 采购竞价&在线竞价调整schema
parent
5e92b7d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
25 deletions
+41
-25
reset.less
src/global/styles/reset.less
+6
-0
onlineBid.ts
src/pages/transaction/purchaseAbility/schema/onlineBid.ts
+20
-15
purchaseBid.ts
src/pages/transaction/purchaseAbility/schema/purchaseBid.ts
+15
-10
No files found.
src/global/styles/reset.less
View file @
989144d3
...
...
@@ -268,6 +268,12 @@
background-color: #F7F8FA;
}
}
.ant-input-affix-wrapper{
padding: 0;
.ant-input-suffix{
margin-right: 11px;
}
}
}
}
// 处理因为antd版本不同导致anchor的背景色不同
...
...
src/pages/transaction/purchaseAbility/schema/onlineBid.ts
View file @
989144d3
...
...
@@ -12,12 +12,10 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
biddingNo
:
{
type
:
'string'
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
placeholder
:
'竞价单号'
,
align
:
'flex-left'
,
allowClear
:
true
}
}
}
...
...
@@ -49,12 +47,14 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'竞价单摘要'
,
allowClear
:
true
}
},
memberName
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'采购会员'
,
allowClear
:
true
}
},
"[startTime,endTime]"
:
{
...
...
@@ -62,6 +62,7 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
placeholder
:
'报名开始时间'
,
allowClear
:
true
}
},
externalState
:
{
...
...
@@ -70,7 +71,8 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
placeholder
:
'外部状态'
,
style
:
{
width
:
160
}
},
allowClear
:
true
},
enum
:
[]
},
...
...
@@ -80,7 +82,8 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
placeholder
:
'内部状态'
,
style
:
{
width
:
160
}
},
allowClear
:
true
},
enum
:
[]
},
...
...
@@ -114,12 +117,10 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = {
biddingNo
:
{
type
:
'string'
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
align
:
'flex-left'
,
placeholder
:
'竞价单号'
placeholder
:
'竞价单号'
,
allowClear
:
true
}
}
}
...
...
@@ -150,13 +151,15 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = {
details
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'竞价单摘要'
placeholder
:
'竞价单摘要'
,
allowClear
:
true
}
},
memberName
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'采购会员'
,
allowClear
:
true
}
},
"[startTime,endTime]"
:
{
...
...
@@ -164,6 +167,7 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
placeholder
:
'报名开始时间'
,
allowClear
:
true
}
},
}
...
...
@@ -196,12 +200,10 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = {
biddingNo
:
{
type
:
'string'
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
align
:
'flex-left'
,
placeholder
:
'竞价单号'
placeholder
:
'竞价单号'
,
allowClear
:
true
}
}
}
...
...
@@ -232,13 +234,15 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = {
details
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'竞价单摘要'
placeholder
:
'竞价单摘要'
,
allowClear
:
true
}
},
memberName
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'采购会员'
,
allowClear
:
true
}
},
"[startTime,endTime]"
:
{
...
...
@@ -246,6 +250,7 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
placeholder
:
'竞价开始时间'
,
allowClear
:
true
}
},
}
...
...
src/pages/transaction/purchaseAbility/schema/purchaseBid.ts
View file @
989144d3
...
...
@@ -12,12 +12,10 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
biddingNo
:
{
type
:
'string'
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
placeholder
:
'竞价单号'
,
align
:
'flex-left'
,
allowClear
:
true
}
}
}
...
...
@@ -49,6 +47,7 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'竞价单摘要'
,
allowClear
:
true
}
},
"[startTime,endTime]"
:
{
...
...
@@ -56,6 +55,7 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
allowClear
:
true
}
},
externalState
:
{
...
...
@@ -64,7 +64,8 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
placeholder
:
'外部状态'
,
style
:
{
width
:
160
}
},
allowClear
:
true
},
enum
:
[]
},
...
...
@@ -74,7 +75,8 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
placeholder
:
'内部状态'
,
style
:
{
width
:
160
}
},
allowClear
:
true
},
enum
:
[]
},
...
...
@@ -119,7 +121,8 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = {
},
"x-component-props"
:
{
placeholder
:
'竞价单号'
placeholder
:
'竞价单号'
,
allowClear
:
true
}
}
}
...
...
@@ -149,7 +152,8 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = {
details
:
{
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'竞价单摘要'
placeholder
:
'竞价单摘要'
,
allowClear
:
true
}
},
"[startTime,endTime]"
:
{
...
...
@@ -157,6 +161,7 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
allowClear
:
true
}
},
}
...
...
@@ -186,12 +191,10 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = {
biddingNo
:
{
type
:
'string'
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
placeholder
:
'竞价单号'
,
align
:
'flex-left'
,
allowClear
:
true
}
}
}
...
...
@@ -223,6 +226,7 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = {
type
:
'string'
,
"x-component-props"
:
{
placeholder
:
'竞价单摘要'
,
allowClear
:
true
}
},
"[startTime,endTime]"
:
{
...
...
@@ -230,6 +234,7 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
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