From b599b5325388b5a9d3d60fa2979c442b092c5922 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期六, 08 二月 2025 09:08:44 +0800 Subject: [PATCH] 1.生产领料优化 2.生产通用参数类,新增参数 3.来料检验显示调整,区分为已提交和未提交 4.来料检验,计算不良率 5.生产领料模块优化返回参数信息。 --- Dto/service/WarehouseQuery.cs | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/Dto/service/WarehouseQuery.cs b/Dto/service/WarehouseQuery.cs index 24a77db..a16ba74 100644 --- a/Dto/service/WarehouseQuery.cs +++ b/Dto/service/WarehouseQuery.cs @@ -4,12 +4,8 @@ public class WarehouseQuery : Page { + public string? blNo { get; set; } //琛ユ枡鍗曞彿 public string? id { get; set; } - - public decimal[]? ItemArnDetailIds { get; set; } - - public string? itemInId { get; set; } - public string? sectionCode { get; set; } public string? barcode { get; set; } public string? userName { get; set; } @@ -17,22 +13,24 @@ public short? status { get; set; } public DateTime? date { get; set; } public string? Type { get; set; } + public string? DepotCode { get; set; } - public string? SuppNo { get; set; } - public string? Factory { get; set; } + public string? DepotSectionName { get; set; } - public string? Company { get; set; } - public string? ItemNo { get; set; } + public string? DepotName { get; set; } - public string? ItemModel { get; set; } - public string? OrgName { get; set; } - public string? OrgOwner { get; set; } - public string? ItemNum { get; set; } - public string? Printnumn { get; set; } - public string? ItemName { get; set; } + public string? SuppId { get; set; } + public string? daa001 { get; set; } public decimal? Num { get; set; } + public decimal? Fum { get; set; } + + //鎷嗗垎鏁伴噺 + public decimal? CfNum { get; set; } + + public string? itemNo { get; set; } + public string? message { get; set; } } \ No newline at end of file -- Gitblit v1.9.3