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

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

parent 5e92b7d4
......@@ -268,6 +268,12 @@
background-color: #F7F8FA;
}
}
.ant-input-affix-wrapper{
padding: 0;
.ant-input-suffix{
margin-right: 11px;
}
}
}
}
// 处理因为antd版本不同导致anchor的背景色不同
......
......@@ -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
}
},
}
......
......@@ -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
}
},
}
......
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