Commit ffae997b authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 送货计划添加摘要查询

parent 6b12c2d2
......@@ -48,6 +48,12 @@ export const deliveryPlanManagementAwaitSRMSchema: ISchema = {
},
},
properties: {
digest: {
type: 'string',
'x-component-props': {
placeholder: '计划摘要',
}
},
'[startTime, endTime]': {
type: 'daterange',
'x-component-props': {
......@@ -76,4 +82,4 @@ export const deliveryPlanManagementAwaitSRMSchema: ISchema = {
}
}
}
}
\ No newline at end of file
}
......@@ -48,6 +48,12 @@ export const deliveryPlanManagementQuerySchema: ISchema = {
},
},
properties: {
digest: {
type: 'string',
'x-component-props': {
placeholder: '计划摘要',
}
},
'[startTime, endTime]': {
type: 'daterange',
'x-component-props': {
......@@ -76,4 +82,4 @@ export const deliveryPlanManagementQuerySchema: ISchema = {
}
}
}
}
\ No newline at end of file
}
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