1
647556386
2026-01-19 b3bf7f7b801b5925b09259e4b4a5464c033a6717
1
已修改3个文件
9 ■■■■ 文件已修改
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_RecordService/StockQuantityChangeRecordService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue
@@ -237,6 +237,12 @@
          width: 90,
        },
        {
          prop: "warehouseCode",
          title: "浠撳簱缂栧彿",
          type: "string",
          width: 90,
        },
        {
          prop: "unit",
          title: "鍗曚綅",
          type: "string",
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_RecordService/StockQuantityChangeRecordService.cs
@@ -42,6 +42,7 @@
                x.ChangeType = changeType.ObjToInt();
                beforeQuantity += x.ChangeQuantity;
                index++;
            });
            BaseDal.AddData(stockQuantityChangeRecords);
        }
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs
@@ -332,8 +332,6 @@
            try
            {
                _locationStatusChangeRecordService.AddLocationStatusChangeRecord(locationInfo, beforeStatus, StockChangeType.Inbound.ObjToInt(), "", task.TaskNum);
                _recordService.StockQuantityChangeRecordService.AddStockChangeRecord(stockInfo, stockInfo.Details, beforeQuantity, stockInfo.Details.Sum(x => x.StockQuantity) + beforeQuantity, WIDESEA_Common.StockEnum.StockChangeType.MaterielGroup);
            }
            catch (Exception ex)
            {