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
ffae997b
Commit
ffae997b
authored
Apr 13, 2022
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 送货计划添加摘要查询
parent
6b12c2d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
index.tsx
...iveryPlanManagement/deliveryPlanAwaitSRM/schema/index.tsx
+7
-2
index.tsx
...deliveryPlanManagement/deliveryPlanQuery/schema/index.tsx
+7
-2
No files found.
src/pages/order/deliveryPlanManagement/deliveryPlanAwaitSRM/schema/index.tsx
View file @
ffae997b
...
...
@@ -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
}
src/pages/order/deliveryPlanManagement/deliveryPlanQuery/schema/index.tsx
View file @
ffae997b
...
...
@@ -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
}
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