Commit ccfb84de authored by XieZhiXiong's avatar XieZhiXiong

完善逻辑

parent a10cd645
...@@ -121,7 +121,7 @@ const MemberMaintainDetailed: React.FC<QueryProps> = props => { ...@@ -121,7 +121,7 @@ const MemberMaintainDetailed: React.FC<QueryProps> = props => {
<> <>
<PageHeader <PageHeader
style={{ padding: '0' }} style={{ padding: '0' }}
onBack={() => history.goBack()} onBack={() => history.push(`/memberCenter/memberAbility/manage/maintain`)}
title={ title={
<AvatarWrap <AvatarWrap
info={{ info={{
......
...@@ -118,7 +118,7 @@ const MemberQueryDetailed: React.FC<QueryProps> = props => { ...@@ -118,7 +118,7 @@ const MemberQueryDetailed: React.FC<QueryProps> = props => {
<> <>
<PageHeader <PageHeader
style={{ padding: '0' }} style={{ padding: '0' }}
onBack={() => history.goBack()} onBack={() => history.push(`/memberCenter/memberAbility/query`)}
title={ title={
<AvatarWrap <AvatarWrap
info={{ info={{
......
...@@ -131,7 +131,7 @@ const Unevaluated: React.FC = () => { ...@@ -131,7 +131,7 @@ const Unevaluated: React.FC = () => {
useStateFilterSearchLinkageEffect( useStateFilterSearchLinkageEffect(
$, $,
actions, actions,
'name', 'orderNo',
FORM_FILTER_PATH, FORM_FILTER_PATH,
); );
}} }}
......
...@@ -19,13 +19,13 @@ export const listSearchSchema: ISchema = { ...@@ -19,13 +19,13 @@ export const listSearchSchema: ISchema = {
type: 'object', type: 'object',
'x-component': 'mega-layout', 'x-component': 'mega-layout',
properties: { properties: {
name: { orderNo: {
type: 'string', type: 'string',
'x-component': 'Search', 'x-component': 'Search',
'x-component-props': { 'x-component-props': {
placeholder: '搜索', placeholder: '搜索',
align: 'flex-left', align: 'flex-left',
tip: '输入 订单号、订单摘要 进行搜索', tip: '输入 订单号 进行搜索',
}, },
}, },
[FORM_FILTER_PATH]: { [FORM_FILTER_PATH]: {
...@@ -38,6 +38,13 @@ export const listSearchSchema: ISchema = { ...@@ -38,6 +38,13 @@ export const listSearchSchema: ISchema = {
columns: 6, columns: 6,
}, },
properties: { properties: {
orderThe: {
type: 'string',
'x-component-props': {
placeholder: '订单摘要',
allowClear: true,
},
},
supplyMembersName: { supplyMembersName: {
type: 'string', type: 'string',
default: undefined, default: undefined,
......
...@@ -131,7 +131,7 @@ const Unevaluated: React.FC = () => { ...@@ -131,7 +131,7 @@ const Unevaluated: React.FC = () => {
useStateFilterSearchLinkageEffect( useStateFilterSearchLinkageEffect(
$, $,
actions, actions,
'name', 'orderNo',
FORM_FILTER_PATH, FORM_FILTER_PATH,
); );
}} }}
......
...@@ -19,13 +19,13 @@ export const listSearchSchema: ISchema = { ...@@ -19,13 +19,13 @@ export const listSearchSchema: ISchema = {
type: 'object', type: 'object',
'x-component': 'mega-layout', 'x-component': 'mega-layout',
properties: { properties: {
name: { orderNo: {
type: 'string', type: 'string',
'x-component': 'Search', 'x-component': 'Search',
'x-component-props': { 'x-component-props': {
placeholder: '搜索', placeholder: '搜索',
align: 'flex-left', align: 'flex-left',
tip: '输入 订单号、订单摘要 进行搜索', tip: '输入 订单号 进行搜索',
}, },
}, },
[FORM_FILTER_PATH]: { [FORM_FILTER_PATH]: {
...@@ -38,6 +38,13 @@ export const listSearchSchema: ISchema = { ...@@ -38,6 +38,13 @@ export const listSearchSchema: ISchema = {
columns: 6, columns: 6,
}, },
properties: { properties: {
orderThe: {
type: 'string',
'x-component-props': {
placeholder: '订单摘要',
allowClear: true,
},
},
supplyMembersName: { supplyMembersName: {
type: 'string', type: 'string',
default: undefined, default: undefined,
......
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