• - Add dynamic invoice type display in Invoice.tsx.
    - Refactor InvoiceDetailTable.tsx to simplify code and remove unnecessary comments.
    - Optimize data processing and UI display in InvoiceModal.tsx.
    - Improve component structure and add orderId mapping in InvoiceRecordDetailModal.tsx.
    - Enhance InvoicingDrawerForm.tsx with total price calculation and validation.- Implement Chinese currency conversion function in numberUtil.ts.
    - Various code cleanups and documentation improvements.
    曾国涛 authored
     
    Browse Code »


  • - Introduce new routes for user management including authority and role management.
    - Add corresponding component views for user management features.
    - Refactor definition.ts to include new types and interfaces for client and company info.
    - Update OrderPrint and ZoNing components with new functionalities.
    - Modify table.tsx and modal.tsx in ZoNing components to support user and province selection.
    曾国涛 authored
     
    Browse Code »

  • - Implement new check types for urgent invoice auditing and confirmation of reissue.
    - Add associated constants and services for the new functionalities.
    - Modify the InvoicingDrawerForm to include new fields and improve the UI/UX.
    - Refactor the CheckModal to handle the new check types gracefully.
    - Remove deprecated research group interfaces and clean up the codebase.
    
    BREAKING CHANGE: The addition of new check types and related changes may affect existing
    clients relying on the previous API structure.
    曾国涛 authored
     
    Browse Code »