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 | 239 | <ProFormSelect |
240 | 240 | key={'projectName' + listMeta.index} |
241 | 241 | width="md" |
242 | + showSearch | |
242 | 243 | name="projectName" |
243 | 244 | request={async (value) => { |
244 | 245 | const keywords = value.keyWords; | ... | ... |