Commit 24c6c5c2 authored by XieZhiXiong's avatar XieZhiXiong

fix: 添加列表检索框 FormItem 宽度限制

parent 255d0e4f
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-09 17:53:45
* @LastEditTime: 2021-01-08 14:53:52
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-11 10:39:47
* @LastEditTime: 2021-01-08 14:53:34
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-09 17:53:45
* @LastEditTime: 2021-01-08 14:53:12
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-09 17:53:45
* @LastEditTime: 2021-01-08 14:52:55
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-09 17:53:45
* @LastEditTime: 2021-01-08 14:52:41
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-04 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-18 19:34:09
* @LastEditTime: 2021-01-08 14:52:16
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-18 17:51:42
* @LastEditTime: 2021-01-08 14:51:47
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -54,6 +54,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '申请单摘要',
allowClear: true,
style: {
width: 160,
},
},
},
supplierName: {
......@@ -61,6 +64,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '供应会员',
allowClear: true,
style: {
width: 160,
},
},
},
'[startTime, endTime]': {
......@@ -69,6 +75,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '单据时间(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-18 17:11:22
* @LastEditTime: 2021-01-08 14:51:15
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-05 14:34:48
* @LastEditTime: 2021-01-08 15:02:20
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -54,6 +54,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '申请单摘要',
allowClear: true,
style: {
width: 160,
},
},
},
supplierName: {
......@@ -61,6 +64,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '供应会员',
allowClear: true,
style: {
width: 160,
},
},
},
'[startTime, endTime]': {
......@@ -69,6 +75,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '单据时间(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -54,6 +54,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '申请单摘要',
allowClear: true,
style: {
width: 160,
},
},
},
supplierName: {
......@@ -61,6 +64,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '供应会员',
allowClear: true,
style: {
width: 160,
},
},
},
'[startTime, endTime]': {
......@@ -69,6 +75,9 @@ export const listSearchSchema: ISchema = {
'x-component-props': {
placeholder: '单据时间(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-09 17:19:00
* @LastEditTime: 2021-01-08 15:04:26
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -49,6 +49,9 @@ export const importSchema: ISchema = {
'x-component-props': {
placeholder: '会员类型(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
roleId: {
......@@ -58,6 +61,9 @@ export const importSchema: ISchema = {
'x-component-props': {
placeholder: '会员角色(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
level: {
......@@ -67,6 +73,9 @@ export const importSchema: ISchema = {
'x-component-props': {
placeholder: '会员等级(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
source: {
......@@ -76,6 +85,9 @@ export const importSchema: ISchema = {
'x-component-props': {
placeholder: '申请来源(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
outerStatus: {
......@@ -85,6 +97,9 @@ export const importSchema: ISchema = {
'x-component-props': {
placeholder: '外部状态(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
innerStatus: {
......@@ -94,6 +109,9 @@ export const importSchema: ISchema = {
'x-component-props': {
placeholder: '内部状态(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
'[startDate, endDate]': {
......@@ -103,6 +121,9 @@ export const importSchema: ISchema = {
'x-component-props': {
placeholder: '时间范围(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -43,6 +43,9 @@ export const levelSchema: ISchema = {
'x-component-props': {
placeholder: '角色名称',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-07 16:33:12
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-10-21 17:39:44
* @LastEditTime: 2021-01-08 14:24:08
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -48,6 +48,9 @@ export const maintianSchema: ISchema = {
'x-component-props': {
placeholder: '审核状态(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
'[startDate, endDate]': {
......@@ -57,6 +60,9 @@ export const maintianSchema: ISchema = {
'x-component-props': {
placeholder: '时间范围(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -47,6 +47,9 @@ export const auditSchema: ISchema = {
'x-component-props': {
placeholder: '会员类型(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
status: {
......@@ -56,6 +59,9 @@ export const auditSchema: ISchema = {
'x-component-props': {
placeholder: '会员状态(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
roleId: {
......@@ -65,6 +71,9 @@ export const auditSchema: ISchema = {
'x-component-props': {
placeholder: '会员角色(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
level: {
......@@ -74,6 +83,9 @@ export const auditSchema: ISchema = {
'x-component-props': {
placeholder: '会员等级(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
source: {
......@@ -83,6 +95,9 @@ export const auditSchema: ISchema = {
'x-component-props': {
placeholder: '申请来源(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
'[startDate, endDate]': {
......@@ -92,6 +107,9 @@ export const auditSchema: ISchema = {
'x-component-props': {
placeholder: '时间范围(全部)',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-02 13:47:58
* @LastEditTime: 2021-01-08 14:50:23
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-27 17:47:42
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-10-15 14:12:18
* @LastEditTime: 2021-01-08 14:49:50
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-11-02 14:00:09
* @LastEditTime: 2021-01-08 14:49:20
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-09-30 15:40:16
* @LastEditTime: 2021-01-08 14:48:37
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-27 17:47:42
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-04 10:26:01
* @LastEditTime: 2021-01-08 14:48:06
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-29 10:03:06
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-10-29 16:18:29
* @LastEditTime: 2021-01-08 14:47:30
* @Description:
*/
import { ISchema } from '@formily/antd';
......
......@@ -49,18 +49,27 @@ export const billsSchema: ISchema = {
type: 'string',
'x-component-props': {
placeholder: '单据摘要',
style: {
width: 160,
},
},
},
memberName: {
type: 'string',
'x-component-props': {
placeholder: '会员名称',
style: {
width: 160,
},
},
},
orderNo: {
type: 'string',
'x-component-props': {
placeholder: '订单号',
style: {
width: 160,
},
},
},
invoicesType: {
......@@ -68,6 +77,9 @@ export const billsSchema: ISchema = {
'x-component-props': {
placeholder: '单据类型',
allowClear: true,
style: {
width: 160,
},
},
enum: [],
},
......@@ -76,6 +88,9 @@ export const billsSchema: ISchema = {
'x-component-props': {
placeholder: '对应仓库',
allowClear: true,
style: {
width: 160,
},
},
enum: [],
},
......@@ -85,6 +100,9 @@ export const billsSchema: ISchema = {
'x-component-props': {
placeholder: '交易时间',
allowClear: true,
style: {
width: 160,
},
},
},
submit: {
......
......@@ -29,30 +29,45 @@ export const warehouseSchema: ISchema = {
type: 'string',
'x-component-props': {
placeholder: '单据号',
style: {
width: 160,
},
},
},
invoicesAbstract: {
type: 'string',
'x-component-props': {
placeholder: '单据摘要',
style: {
width: 160,
},
},
},
memberName: {
type: 'string',
'x-component-props': {
placeholder: '会员名称',
style: {
width: 160,
},
},
},
orderNo: {
type: 'string',
'x-component-props': {
placeholder: '订单号',
style: {
width: 160,
},
},
},
invoicesType: {
type: 'string',
'x-component-props': {
placeholder: '请选择单据类型',
style: {
width: 160,
},
},
enum: [],
},
......@@ -60,6 +75,9 @@ export const warehouseSchema: ISchema = {
type: 'string',
'x-component-props': {
placeholder: '请选择对应仓库',
style: {
width: 160,
},
},
enum: [],
},
......@@ -67,6 +85,9 @@ export const warehouseSchema: ISchema = {
type: 'string',
'x-component-props': {
placeholder: '请选择单据状态',
style: {
width: 160,
},
},
enum: [],
},
......@@ -74,6 +95,9 @@ export const warehouseSchema: ISchema = {
type: 'string',
'x-component-props': {
placeholder: '请选择交易时间',
style: {
width: 160,
},
},
enum: [],
},
......
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