From daf1dd052ec8afbc9a566694a824c79c77d9b96b Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期六, 12 四月 2025 17:25:42 +0800 Subject: [PATCH] no message --- rsf-admin/src/page/asnOrder/AsnOrderList.jsx | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/rsf-admin/src/page/asnOrder/AsnOrderList.jsx b/rsf-admin/src/page/asnOrder/AsnOrderList.jsx index ada23e8..c73a22c 100644 --- a/rsf-admin/src/page/asnOrder/AsnOrderList.jsx +++ b/rsf-admin/src/page/asnOrder/AsnOrderList.jsx @@ -79,13 +79,8 @@ <NumberInput source="poId" label="table.field.asnOrder.poId" />, <TextInput source="type" label="table.field.asnOrder.type" />, <ReferenceInput source="wkType" reference="dictData" filter={{dictTypeCode: 'sys_business_type'}} label="table.field.asnOrder.wkType"> - <AutocompleteInput - label="table.field.asnOrder.wkType" - optionValue="value" - filterToQuery={(val) => ({ name: val })} - /> + <AutocompleteInput label="table.field.asnOrder.wkType" optionValue="value" /> </ReferenceInput>, - // <AutocompleteInput source='wkType' label='table.field.asnOrder.wkType' optionText={ } choices={JSON.parse(localStorage.getItem('sys_dicts'))?.filter(dict => (dict.dictTypeCode == 'sys_business_type')) || []} />, <NumberInput source="anfme" label="table.field.asnOrder.anfme" />, <NumberInput source="qty" label="table.field.asnOrder.qty" />, <TextInput source="logisNo" label="table.field.asnOrder.logisNo" />, -- Gitblit v1.9.1