Commit c7e8311a authored by 卢均锐's avatar 卢均锐

chore: 采购竞价单审核修改schema

parent 1e72da33
......@@ -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
}
},
}
......
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