Commit 345a7e13 authored by Lfy-12's avatar Lfy-12

新增“物料组”

parent 36e94582
......@@ -517,7 +517,7 @@ const AnchorModal: React.FC<AnchorModalProps> = (props: any) => {
"x-component": 'SearchSelect',
"x-component-props": {
placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }),
fetchSearch: getProductSelectGetSelectBrand,// lfy接口替换
fetchSearch: getProductSelectGetSelectCustomerCategory,
style: {
width: 160
}
......
......@@ -517,7 +517,7 @@ const AnchorModal: React.FC<AnchorModalProps> = (props: any) => {
"x-component": 'SearchSelect',
"x-component-props": {
placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }),
fetchSearch: getProductSelectGetSelectBrand,// lfy接口替换
fetchSearch: getProductSelectGetSelectCustomerCategory,
style: {
width: 160
}
......
......@@ -429,7 +429,7 @@ export const SelectProductSchema: ISchema = {
"x-component": 'SearchSelect',
"x-component-props": {
placeholder: intl.formatMessage({ id: 'detail.purchase.message93' }),
fetchSearch: getProductSelectGetSelectBrand,// lfy接口替换
fetchSearch: getProductSelectGetSelectCustomerCategory,
style: {
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