Commit 989144d3 authored by 卢均锐's avatar 卢均锐

chore: 采购竞价&在线竞价调整schema

parent 5e92b7d4
...@@ -268,6 +268,12 @@ ...@@ -268,6 +268,12 @@
background-color: #F7F8FA; background-color: #F7F8FA;
} }
} }
.ant-input-affix-wrapper{
padding: 0;
.ant-input-suffix{
margin-right: 11px;
}
}
} }
} }
// 处理因为antd版本不同导致anchor的背景色不同 // 处理因为antd版本不同导致anchor的背景色不同
......
...@@ -12,12 +12,10 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = { ...@@ -12,12 +12,10 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
biddingNo: { biddingNo: {
type: 'string', type: 'string',
"x-component": "Search", "x-component": "Search",
"x-mega-props": {
},
"x-component-props": { "x-component-props": {
placeholder: '竞价单号', placeholder: '竞价单号',
align: 'flex-left', align: 'flex-left',
allowClear: true
} }
} }
} }
...@@ -49,12 +47,14 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = { ...@@ -49,12 +47,14 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '竞价单摘要', placeholder: '竞价单摘要',
allowClear: true
} }
}, },
memberName: { memberName: {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '采购会员', placeholder: '采购会员',
allowClear: true
} }
}, },
"[startTime,endTime]": { "[startTime,endTime]": {
...@@ -62,6 +62,7 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = { ...@@ -62,6 +62,7 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
"x-component": "dateSelect", "x-component": "dateSelect",
"x-component-props": { "x-component-props": {
placeholder: '报名开始时间', placeholder: '报名开始时间',
allowClear: true
} }
}, },
externalState: { externalState: {
...@@ -70,7 +71,8 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = { ...@@ -70,7 +71,8 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
placeholder: '外部状态', placeholder: '外部状态',
style: { style: {
width: 160 width: 160
} },
allowClear: true
}, },
enum: [] enum: []
}, },
...@@ -80,7 +82,8 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = { ...@@ -80,7 +82,8 @@ export const ONLINEBIDORDER_SCHEMA: ISchema = {
placeholder: '内部状态', placeholder: '内部状态',
style: { style: {
width: 160 width: 160
} },
allowClear: true
}, },
enum: [] enum: []
}, },
...@@ -114,12 +117,10 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = { ...@@ -114,12 +117,10 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = {
biddingNo: { biddingNo: {
type: 'string', type: 'string',
"x-component": "Search", "x-component": "Search",
"x-mega-props": {
},
"x-component-props": { "x-component-props": {
align: 'flex-left', align: 'flex-left',
placeholder: '竞价单号' placeholder: '竞价单号',
allowClear: true
} }
} }
} }
...@@ -150,13 +151,15 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = { ...@@ -150,13 +151,15 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = {
details: { details: {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '竞价单摘要' placeholder: '竞价单摘要',
allowClear: true
} }
}, },
memberName: { memberName: {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '采购会员', placeholder: '采购会员',
allowClear: true
} }
}, },
"[startTime,endTime]": { "[startTime,endTime]": {
...@@ -164,6 +167,7 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = { ...@@ -164,6 +167,7 @@ export const ONLINEBIDREADYSIGN_SCHEMA: ISchema = {
"x-component": "dateSelect", "x-component": "dateSelect",
"x-component-props": { "x-component-props": {
placeholder: '报名开始时间', placeholder: '报名开始时间',
allowClear: true
} }
}, },
} }
...@@ -196,12 +200,10 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = { ...@@ -196,12 +200,10 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = {
biddingNo: { biddingNo: {
type: 'string', type: 'string',
"x-component": "Search", "x-component": "Search",
"x-mega-props": {
},
"x-component-props": { "x-component-props": {
align: 'flex-left', align: 'flex-left',
placeholder: '竞价单号' placeholder: '竞价单号',
allowClear: true
} }
} }
} }
...@@ -232,13 +234,15 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = { ...@@ -232,13 +234,15 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = {
details: { details: {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '竞价单摘要' placeholder: '竞价单摘要',
allowClear: true
} }
}, },
memberName: { memberName: {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '采购会员', placeholder: '采购会员',
allowClear: true
} }
}, },
"[startTime,endTime]": { "[startTime,endTime]": {
...@@ -246,6 +250,7 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = { ...@@ -246,6 +250,7 @@ export const ONLINEBIDREADYBID_SCHEMA: ISchema = {
"x-component": "dateSelect", "x-component": "dateSelect",
"x-component-props": { "x-component-props": {
placeholder: '竞价开始时间', placeholder: '竞价开始时间',
allowClear: true
} }
}, },
} }
......
...@@ -12,12 +12,10 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = { ...@@ -12,12 +12,10 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
biddingNo: { biddingNo: {
type: 'string', type: 'string',
"x-component": "Search", "x-component": "Search",
"x-mega-props": {
},
"x-component-props": { "x-component-props": {
placeholder: '竞价单号', placeholder: '竞价单号',
align: 'flex-left', align: 'flex-left',
allowClear: true
} }
} }
} }
...@@ -49,6 +47,7 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = { ...@@ -49,6 +47,7 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '竞价单摘要', placeholder: '竞价单摘要',
allowClear: true
} }
}, },
"[startTime,endTime]": { "[startTime,endTime]": {
...@@ -56,6 +55,7 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = { ...@@ -56,6 +55,7 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
"x-component": "dateSelect", "x-component": "dateSelect",
"x-component-props": { "x-component-props": {
placeholder: '单据时间(全部)', placeholder: '单据时间(全部)',
allowClear: true
} }
}, },
externalState: { externalState: {
...@@ -64,7 +64,8 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = { ...@@ -64,7 +64,8 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
placeholder: '外部状态', placeholder: '外部状态',
style: { style: {
width: 160 width: 160
} },
allowClear: true
}, },
enum: [] enum: []
}, },
...@@ -74,7 +75,8 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = { ...@@ -74,7 +75,8 @@ export const PURCHASEBIDORDER_SCHEMA: ISchema = {
placeholder: '内部状态', placeholder: '内部状态',
style: { style: {
width: 160 width: 160
} },
allowClear: true
}, },
enum: [] enum: []
}, },
...@@ -119,7 +121,8 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = { ...@@ -119,7 +121,8 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = {
}, },
"x-component-props": { "x-component-props": {
placeholder: '竞价单号' placeholder: '竞价单号',
allowClear: true
} }
} }
} }
...@@ -149,7 +152,8 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = { ...@@ -149,7 +152,8 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = {
details: { details: {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '竞价单摘要' placeholder: '竞价单摘要',
allowClear: true
} }
}, },
"[startTime,endTime]": { "[startTime,endTime]": {
...@@ -157,6 +161,7 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = { ...@@ -157,6 +161,7 @@ export const PURCHASEBIDREADYADD_SCHEMA: ISchema = {
"x-component": "dateSelect", "x-component": "dateSelect",
"x-component-props": { "x-component-props": {
placeholder: '单据时间(全部)', placeholder: '单据时间(全部)',
allowClear: true
} }
}, },
} }
...@@ -186,12 +191,10 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = { ...@@ -186,12 +191,10 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = {
biddingNo: { biddingNo: {
type: 'string', type: 'string',
"x-component": "Search", "x-component": "Search",
"x-mega-props": {
},
"x-component-props": { "x-component-props": {
placeholder: '竞价单号', placeholder: '竞价单号',
align: 'flex-left', align: 'flex-left',
allowClear: true
} }
} }
} }
...@@ -223,6 +226,7 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = { ...@@ -223,6 +226,7 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = {
type: 'string', type: 'string',
"x-component-props": { "x-component-props": {
placeholder: '竞价单摘要', placeholder: '竞价单摘要',
allowClear: true
} }
}, },
"[startTime,endTime]": { "[startTime,endTime]": {
...@@ -230,6 +234,7 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = { ...@@ -230,6 +234,7 @@ export const PURCHASEBIDOSIGNUP_SCHEMA: ISchema = {
"x-component": "dateSelect", "x-component": "dateSelect",
"x-component-props": { "x-component-props": {
placeholder: '单据时间(全部)', placeholder: '单据时间(全部)',
allowClear: true
} }
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment