• 由于当前存在技术限制,无法实现一键审核功能。已将相关代码注释行修改以反映此情况,并防止潜在的错误操作。fix(order): 修复财务审核中流水号字段的错误
    
    解决了财务审核功能中,添加流水号字段后导致的接口调用失败问题。现在,`checkNotes`字段被正确地包含在提交给`postServiceOrderFinanceCheckOrder`的payload中。之前,由于字段顺序错误,导致接口调用失败。
    曾国涛 authored
     
    Browse Code »
  • 解决了开发者在发票记录详情模态框中提交表单时遇到的问题。表单提交后,现在将正确重新加载表格,不再出现错误。
    
    Closes 4a5514341356941f39768413591ac711eaf681c5
    曾国涛 authored
     
    Browse Code »




  • - 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 »