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
陈智峰
jinfa-platform
Commits
de06e613
Commit
de06e613
authored
Jul 28, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🌈
style(): 修改了schema时间选择的样式
parent
7ad1baa0
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
67 additions
and
67 deletions
+67
-67
index.ts
src/constants/index.ts
+2
-2
schema.ts
...ransaction/dealAbility/confirmOffer/offerSearch/schema.ts
+2
-2
schema.ts
...on/dealAbility/confirmOffer/waitAuditInquiryOne/schema.ts
+2
-2
schema.ts
...on/dealAbility/confirmOffer/waitAuditInquiryTwo/schema.ts
+2
-2
schema.ts
...n/dealAbility/confirmOffer/waitSubmitAuditOffer/schema.ts
+2
-2
schema.ts
...action/dealAbility/confirmOffer/waitSubmitOffer/schema.ts
+2
-2
schema.ts
...nsaction/dealAbility/inquiryOffer/inquirySearch/schema.ts
+3
-3
schema.ts
...ransaction/dealAbility/inquiryOffer/offerSearch/schema.ts
+2
-2
schema.ts
...ansaction/dealAbility/inquiryOffer/waitAddOffer/schema.ts
+2
-2
schema.ts
...tion/dealAbility/inquiryOffer/waitAuditOfferOne/schema.ts
+2
-2
schema.ts
...tion/dealAbility/inquiryOffer/waitAuditOfferTwo/schema.ts
+2
-2
schema.ts
...action/dealAbility/inquiryOffer/waitSubmitOffer/schema.ts
+2
-2
schema.ts
...action/dealAbility/productInquiry/inquirySearch/schema.ts
+2
-2
schema.ts
...ction/dealAbility/productInquiry/waitAddInquiry/schema.ts
+2
-2
schema.ts
.../dealAbility/productInquiry/waitAuditInquiryOne/schema.ts
+2
-2
schema.ts
.../dealAbility/productInquiry/waitAuditInquiryTwo/schema.ts
+2
-2
schema.ts
...on/dealAbility/productInquiry/waitSubmitInquiry/schema.ts
+2
-2
schema.tsx
...ansaction/logisticsAbility/logisticsBillManage/schema.tsx
+6
-6
schema.tsx
...ansaction/logisticsAbility/logisticsBillSubmit/schema.tsx
+6
-6
index.ts
src/pages/transaction/purchaseAbility/schema/index.ts
+20
-20
No files found.
src/constants/index.ts
View file @
de06e613
...
@@ -130,13 +130,13 @@ export enum LAYOUT_TYPE {
...
@@ -130,13 +130,13 @@ export enum LAYOUT_TYPE {
// 本地环境跳过权限校验
// 本地环境跳过权限校验
export
const
isDev
=
process
.
env
.
NODE_ENV
===
"development"
//
export const isDev = process.env.NODE_ENV === "development"
// 暂时将权限访问关闭
// 暂时将权限访问关闭
//
export const isDev = false
export
const
isDev
=
false
export
const
Environment_Status
=
{
export
const
Environment_Status
=
{
0
:
"所有"
,
0
:
"所有"
,
...
...
src/pages/transaction/dealAbility/confirmOffer/offerSearch/schema.ts
View file @
de06e613
...
@@ -64,9 +64,9 @@ export const OFFERSEARCHSCHEMA: ISchema = {
...
@@ -64,9 +64,9 @@ export const OFFERSEARCHSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
...
src/pages/transaction/dealAbility/confirmOffer/waitAuditInquiryOne/schema.ts
View file @
de06e613
...
@@ -69,9 +69,9 @@ export const WAITAUDITINQUIRYONESCHEMA: ISchema = {
...
@@ -69,9 +69,9 @@ export const WAITAUDITINQUIRYONESCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/confirmOffer/waitAuditInquiryTwo/schema.ts
View file @
de06e613
...
@@ -69,9 +69,9 @@ export const WAITAUDITINQUIRYTWOSCHEMA: ISchema = {
...
@@ -69,9 +69,9 @@ export const WAITAUDITINQUIRYTWOSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/confirmOffer/waitSubmitAuditOffer/schema.ts
View file @
de06e613
...
@@ -73,9 +73,9 @@ export const WAITSUBMITAUDITOFFERSCHEMA: ISchema = {
...
@@ -73,9 +73,9 @@ export const WAITSUBMITAUDITOFFERSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/confirmOffer/waitSubmitOffer/schema.ts
View file @
de06e613
...
@@ -73,9 +73,9 @@ export const WAITSUBMITOFFERSCHEMA: ISchema = {
...
@@ -73,9 +73,9 @@ export const WAITSUBMITOFFERSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/inquiryOffer/inquirySearch/schema.ts
View file @
de06e613
...
@@ -44,7 +44,7 @@ export const INQUIRYSEARCHSCHEMA: ISchema = {
...
@@ -44,7 +44,7 @@ export const INQUIRYSEARCHSCHEMA: ISchema = {
inline
:
true
inline
:
true
},
},
properties
:
{
properties
:
{
m
emberName
:
{
inquiryListM
emberName
:
{
type
:
'string'
,
type
:
'string'
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'询价会员'
placeholder
:
'询价会员'
...
@@ -58,9 +58,9 @@ export const INQUIRYSEARCHSCHEMA: ISchema = {
...
@@ -58,9 +58,9 @@ export const INQUIRYSEARCHSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
...
src/pages/transaction/dealAbility/inquiryOffer/offerSearch/schema.ts
View file @
de06e613
...
@@ -64,9 +64,9 @@ export const OFFERSEARCHSCHEMA: ISchema = {
...
@@ -64,9 +64,9 @@ export const OFFERSEARCHSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
...
src/pages/transaction/dealAbility/inquiryOffer/waitAddOffer/schema.ts
View file @
de06e613
...
@@ -69,9 +69,9 @@ export const WAITADDOFFERSCHEMA: ISchema = {
...
@@ -69,9 +69,9 @@ export const WAITADDOFFERSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
...
src/pages/transaction/dealAbility/inquiryOffer/waitAuditOfferOne/schema.ts
View file @
de06e613
...
@@ -69,9 +69,9 @@ export const WAITAUDITOFFERONESCHEMA: ISchema = {
...
@@ -69,9 +69,9 @@ export const WAITAUDITOFFERONESCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
...
src/pages/transaction/dealAbility/inquiryOffer/waitAuditOfferTwo/schema.ts
View file @
de06e613
...
@@ -69,9 +69,9 @@ export const WAITADUITOFFERTWOSCHEMA: ISchema = {
...
@@ -69,9 +69,9 @@ export const WAITADUITOFFERTWOSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
...
src/pages/transaction/dealAbility/inquiryOffer/waitSubmitOffer/schema.ts
View file @
de06e613
...
@@ -69,9 +69,9 @@ export const WAITSUBMITOFFERSCHEMA: ISchema = {
...
@@ -69,9 +69,9 @@ export const WAITSUBMITOFFERSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/productInquiry/inquirySearch/schema.ts
View file @
de06e613
...
@@ -56,9 +56,9 @@ export const INQUIRYSEARCHSCHEMA: ISchema = {
...
@@ -56,9 +56,9 @@ export const INQUIRYSEARCHSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
...
src/pages/transaction/dealAbility/productInquiry/waitAddInquiry/schema.ts
View file @
de06e613
...
@@ -61,9 +61,9 @@ export const WAITADDINQURYSCHEMA: ISchema = {
...
@@ -61,9 +61,9 @@ export const WAITADDINQURYSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/productInquiry/waitAuditInquiryOne/schema.ts
View file @
de06e613
...
@@ -63,9 +63,9 @@ export const WAITAUDITINQUIRYONESCHEMA: ISchema = {
...
@@ -63,9 +63,9 @@ export const WAITAUDITINQUIRYONESCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/productInquiry/waitAuditInquiryTwo/schema.ts
View file @
de06e613
...
@@ -63,9 +63,9 @@ export const WAITAUDITINQUIRYTWOSCHEMA: ISchema = {
...
@@ -63,9 +63,9 @@ export const WAITAUDITINQUIRYTWOSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/dealAbility/productInquiry/waitSubmitInquiry/schema.ts
View file @
de06e613
...
@@ -63,9 +63,9 @@ export const WAITSUBMITINQUIRYSCHEMA: ISchema = {
...
@@ -63,9 +63,9 @@ export const WAITSUBMITINQUIRYSCHEMA: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
"string"
,
type
:
"string"
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
"单据时间(全部)"
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/logisticsAbility/logisticsBillManage/schema.tsx
View file @
de06e613
...
@@ -65,9 +65,9 @@ export const LOGISTICSBILLQUERYSCHEMA: ISchema = {
...
@@ -65,9 +65,9 @@ export const LOGISTICSBILLQUERYSCHEMA: ISchema = {
},
},
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
type
:
'string'
,
type
:
'string'
,
'x-component'
:
'dateSelect'
,
"x-component"
:
"DateRangePickerUnix"
,
'x-component-props'
:
{
"x-component-props"
:
{
placeholder
:
'单据时间'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
@@ -166,9 +166,9 @@ export const WAITSBUMITLOGISTICSBILLSCHEMA: ISchema = {
...
@@ -166,9 +166,9 @@ export const WAITSBUMITLOGISTICSBILLSCHEMA: ISchema = {
},
},
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
type
:
'string'
,
type
:
'string'
,
'x-component'
:
'dateSelect'
,
"x-component"
:
"DateRangePickerUnix"
,
'x-component-props'
:
{
"x-component-props"
:
{
placeholder
:
'单据时间'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/logisticsAbility/logisticsBillSubmit/schema.tsx
View file @
de06e613
...
@@ -84,9 +84,9 @@ export const LOGISTICSBILLQUERYSCHEMA: ISchema = {
...
@@ -84,9 +84,9 @@ export const LOGISTICSBILLQUERYSCHEMA: ISchema = {
},
},
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
type
:
'string'
,
type
:
'string'
,
'x-component'
:
'dateSelect'
,
"x-component"
:
"DateRangePickerUnix"
,
'x-component-props'
:
{
"x-component-props"
:
{
placeholder
:
'单据时间'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
@@ -182,9 +182,9 @@ export const WAITSBUMITLOGISTICSBILLSCHEMA: ISchema = {
...
@@ -182,9 +182,9 @@ export const WAITSBUMITLOGISTICSBILLSCHEMA: ISchema = {
},
},
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
'[invoicesTimeStart,invoicesTimeEnd]'
:
{
type
:
'string'
,
type
:
'string'
,
'x-component'
:
'dateSelect'
,
"x-component"
:
"DateRangePickerUnix"
,
'x-component-props'
:
{
"x-component-props"
:
{
placeholder
:
'单据时间'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
...
src/pages/transaction/purchaseAbility/schema/index.ts
View file @
de06e613
...
@@ -55,9 +55,9 @@ export const INQUIRYDEMANDORDER_SCHEMA: ISchema = {
...
@@ -55,9 +55,9 @@ export const INQUIRYDEMANDORDER_SCHEMA: ISchema = {
},
},
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
@@ -156,9 +156,9 @@ export const INQUIRYWAITORDER_SCHEMA: ISchema = {
...
@@ -156,9 +156,9 @@ export const INQUIRYWAITORDER_SCHEMA: ISchema = {
},
},
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
@@ -223,9 +223,9 @@ export const PurchaseDemandSchema: ISchema = {
...
@@ -223,9 +223,9 @@ export const PurchaseDemandSchema: ISchema = {
properties
:
{
properties
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
@@ -337,9 +337,9 @@ export const PurchaseDemandPublicSchema: ISchema = {
...
@@ -337,9 +337,9 @@ export const PurchaseDemandPublicSchema: ISchema = {
},
},
"[startDocumentsTime,endDocumentsTime]"
:
{
"[startDocumentsTime,endDocumentsTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
@@ -603,9 +603,9 @@ export const CONFIRMOFFERSERAH_SCHEMA: ISchema = {
...
@@ -603,9 +603,9 @@ export const CONFIRMOFFERSERAH_SCHEMA: ISchema = {
},
},
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
@@ -695,9 +695,9 @@ export const CONFIRMOFFERSUBMITAPRICE_SCHEMA: ISchema = {
...
@@ -695,9 +695,9 @@ export const CONFIRMOFFERSUBMITAPRICE_SCHEMA: ISchema = {
},
},
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
@@ -777,9 +777,9 @@ export const CONFIRMOFFERAUDIT_SCHEMA: ISchema = {
...
@@ -777,9 +777,9 @@ export const CONFIRMOFFERAUDIT_SCHEMA: ISchema = {
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
}
}
...
@@ -856,9 +856,9 @@ export const OFFERDEMANDSERAH_SCHEMA: ISchema = {
...
@@ -856,9 +856,9 @@ export const OFFERDEMANDSERAH_SCHEMA: ISchema = {
},
},
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
...
@@ -942,9 +942,9 @@ export const OFFERSERAH_SCHEMA: ISchema = {
...
@@ -942,9 +942,9 @@ export const OFFERSERAH_SCHEMA: ISchema = {
},
},
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
externalState
:
{
externalState
:
{
...
@@ -1049,9 +1049,9 @@ export const OFFERSERAHAUDIT_SCHEMA: ISchema = {
...
@@ -1049,9 +1049,9 @@ export const OFFERSERAHAUDIT_SCHEMA: ISchema = {
},
},
"[startTime,endTime]"
:
{
"[startTime,endTime]"
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"
dateSelect
"
,
"x-component"
:
"
DateRangePickerUnix
"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
[
'开始时间'
,
'结束时间'
]
,
}
}
},
},
memberName
:
{
memberName
:
{
...
...
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