• 在Invoice页面的核销功能中,添加了可编辑表格和模态框组件。用户现在可以从“发票”和“银行流水”表格中选择
    和编辑项目,并通过模态框进行添加操作。此更改包括对AddInvoiceModal和AddBankStatementModal组件的更新,
    以及在invoiceWriteOffModal.tsx中集成这些组件以实现核销功能。订单确认发票功能优化
    
    在订单页面中,优化了确认发票的工作流。此更新简化了确认发票的操作,当选择确认发票时,系统将直接确认而不需额外操作。
    曾国涛 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 »