Commit 5ef6d457 authored by leimo's avatar leimo

Merge branch 'v2-220418' into 'v2-220418'

新增“物料组” See merge request linkseeks-design/pro-platform!77
parents 36e94582 345a7e13
...@@ -517,7 +517,7 @@ const AnchorModal: React.FC<AnchorModalProps> = (props: any) => { ...@@ -517,7 +517,7 @@ const AnchorModal: React.FC<AnchorModalProps> = (props: any) => {
"x-component": 'SearchSelect', "x-component": 'SearchSelect',
"x-component-props": { "x-component-props": {
placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }), placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }),
fetchSearch: getProductSelectGetSelectBrand,// lfy接口替换 fetchSearch: getProductSelectGetSelectCustomerCategory,
style: { style: {
width: 160 width: 160
} }
......
...@@ -517,7 +517,7 @@ const AnchorModal: React.FC<AnchorModalProps> = (props: any) => { ...@@ -517,7 +517,7 @@ const AnchorModal: React.FC<AnchorModalProps> = (props: any) => {
"x-component": 'SearchSelect', "x-component": 'SearchSelect',
"x-component-props": { "x-component-props": {
placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }), placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }),
fetchSearch: getProductSelectGetSelectBrand,// lfy接口替换 fetchSearch: getProductSelectGetSelectCustomerCategory,
style: { style: {
width: 160 width: 160
} }
......
...@@ -429,7 +429,7 @@ export const SelectProductSchema: ISchema = { ...@@ -429,7 +429,7 @@ export const SelectProductSchema: ISchema = {
"x-component": 'SearchSelect', "x-component": 'SearchSelect',
"x-component-props": { "x-component-props": {
placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }), placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }),
fetchSearch: getProductSelectGetSelectBrand,// lfy接口替换 fetchSearch: getProductSelectGetSelectCustomerCategory,
style: { style: {
width: 160 width: 160
} }
......
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