Commit de06e613 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🌈 style(): 修改了schema时间选择的样式

parent 7ad1baa0
...@@ -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: "所有",
......
...@@ -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: {
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -44,7 +44,7 @@ export const INQUIRYSEARCHSCHEMA: ISchema = { ...@@ -44,7 +44,7 @@ export const INQUIRYSEARCHSCHEMA: ISchema = {
inline: true inline: true
}, },
properties: { properties: {
memberName: { inquiryListMemberName: {
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: {
......
...@@ -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: {
......
...@@ -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: {
......
...@@ -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: {
......
...@@ -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: {
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: {
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: ['开始时间','结束时间'],
} }
}, },
} }
......
...@@ -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: {
......
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