Commit 4a8e928712d231cc435c57a94b0e629531f1adc8
1 parent
8c9823e9
feat: 开票功能开发
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/Order/components/InvoicingDrawerForm.tsx
@@ -239,6 +239,7 @@ export default ({ dataList, mainOrder, setVisible, onClose }) => { | @@ -239,6 +239,7 @@ export default ({ dataList, mainOrder, setVisible, onClose }) => { | ||
239 | <ProFormSelect | 239 | <ProFormSelect |
240 | key={'projectName' + listMeta.index} | 240 | key={'projectName' + listMeta.index} |
241 | width="md" | 241 | width="md" |
242 | + showSearch | ||
242 | name="projectName" | 243 | name="projectName" |
243 | request={async (value) => { | 244 | request={async (value) => { |
244 | const keywords = value.keyWords; | 245 | const keywords = value.keyWords; |