ERPTurbo_Client/packages/app-client/src/components/order/section
shenyifei 2aa7df132a refactor(order): 为订单表单组件添加表单验证功能
- 为 BasicInfoSection 组件添加 validateForm 方法,校验本车次号和运费类型
- 为 CompanyInfoSection 组件添加 validateForm 方法,校验销售方选择
- 为 DealerInfoSection 组件添加 validateForm 方法,校验经销商选择
- 为 DeliveryFormSection 组件添加 validateForm 方法,调用内部表单验证
- 为 MarketPriceSection 组件添加 validateForm 方法,校验报价方式和销售单价
- 在审核页面中使用各组件的验证方法替代原有验证逻辑
- 为各组件导出对应的 Ref 类型定义
- 更新应用版本号从 v0.0.64 到 v0.0.65
2026-01-04 13:54:55 +08:00
..
BasicInfoSection.tsx refactor(order): 为订单表单组件添加表单验证功能 2026-01-04 13:54:55 +08:00
CompanyInfoSection.tsx refactor(order): 为订单表单组件添加表单验证功能 2026-01-04 13:54:55 +08:00
CostDifferenceSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
CostSummarySection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
DealerInfoSection.tsx refactor(order): 为订单表单组件添加表单验证功能 2026-01-04 13:54:55 +08:00
DeliveryFormSection.tsx refactor(order): 为订单表单组件添加表单验证功能 2026-01-04 13:54:55 +08:00
EmptyBoxInfoSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
MarketPriceSection.tsx refactor(order): 为订单表单组件添加表单验证功能 2026-01-04 13:54:55 +08:00
MaterialCostSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
PackageInfoSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
PackagingCostSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
ProductionAdvanceSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
ProductionLossSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
PurchaseCostInfoSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
PurchaseFormSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
RebateCalcSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
SupplierInfoSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
TaxProvisionSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
TaxSubsidySection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00
WorkerAdvanceSection.tsx refactor(components): 重构purchase为order 2025-12-29 23:52:15 +08:00