-
在Invoice页面的核销功能中,添加了可编辑表格和模态框组件。用户现在可以从“发票”和“银行流水”表格中选择 和编辑项目,并通过模态框进行添加操作。此更改包括对AddInvoiceModal和AddBankStatementModal组件的更新, 以及在invoiceWriteOffModal.tsx中集成这些组件以实现核销功能。
-
由于当前存在技术限制,无法实现一键审核功能。已将相关代码注释行修改以反映此情况,并防止潜在的错误操作。fix(order): 修复财务审核中流水号字段的错误 解决了财务审核功能中,添加流水号字段后导致的接口调用失败问题。现在,`checkNotes`字段被正确地包含在提交给`postServiceOrderFinanceCheckOrder`的payload中。之前,由于字段顺序错误,导致接口调用失败。
-
发现并删除了ManualInvoicingModal组件中未使用的注释代码,以提高代码清晰度和维护性。
-
- 重构Client页面表格组件,文件重命名为AllRecordTable.tsx,优化表格项显示 - 修改发票类型显示名称,增加文本复制功能,提升用户交互体验 - 移除部分不必要组件和代码,简化页面结构,提高代码可维护性- 修正InvoiceModal组件中submitter属性,改进页面提交逻辑- 优化InvoiceRecordDetailModal组件,简化订单号显示方式,增加复制功能 - 调整InvoicingModal和ManualInvoicingModal组件,移除冗余的select和list组件 -增加pageSizeOptions配置,提供分页大小选择,改善数据浏览体验 - 修复Invoice组件中开票日期显示格式问题,统一数据展示样式 - 优化Order组件中的按钮权限判断逻辑,提升页面响应性 - 删除不再使用的enumToSelect函数,精简代码依赖 - 修正InvoicingDrawerForm组件中产品名称复制功能的实现 - 优化表单验证逻辑,增强数据校验的准确性和用户体验 通过这些改动,- 实现导出客户信息为Excel文件的功能。 - 使用useMessage钩子来管理Ant Design消息提示。 - 添加单元格操作按钮,包括查看沟通历史、详情和编辑客户信息。 - 组件使用了editable、columnsState和form等高级特性,以提供更好的用户体验和数据管理。 通过这个提交,我们完成了客户记录的表格展示页面,实现了数据的查询、筛选、导出及一些基本操作,提升了项目的业务功能完备性。"增加客户统计信息和调整客户端表格布局"
-
- 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.
-
- 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.