feat(采购订单): 添加合同条目关联及税率绑定功能

新增采购订单条目与合同条目的关联字段,实现税率和税率锁定的UI绑定
优化采购订单同步逻辑,支持从U8系统获取更多字段信息
调整界面文本显示,修复部分字段绑定问题
This commit is contained in:
2025-10-12 12:49:18 +08:00
parent ddd9dad945
commit 86e18632aa
17 changed files with 170 additions and 58 deletions

View File

@@ -13,6 +13,7 @@ public class PurchaseOrderItemVo implements IdentityEntity, java.io.Serializable
private Integer order;
private Integer inventoryId;
private Integer contractItemId;
private Integer refId;
private Double quantity;