-
feat(apply): add order number validation and auto-fetch customer name · db154520
- Add debounced handleOrderNoInput method to fetch customer name based on order number - Integrate getCustomerName API endpoint to retrieve customer information - Update customer name field to display fetched value or placeholder text - Add customer_name validation in form submission to ensure valid order number - Replace standalone request import with debounce from lodash for input optimization - Update API submission to use instance method instead of standalone function - Remove unnecessary catch block from form submission promise chain - Improves user experience by automatically populating customer name when valid order number is entered
liangjianmin committed