From 1e5c4412216cdba315ab37ebc8e85644f39a7df1 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 11 七月 2025 16:50:02 +0800
Subject: [PATCH] PDA校验扫描物料条码方法修改,增加校验模块免扫物料条码系统参数
---
Model/生产管理/ClsSc_ICMOBillSub.cs | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git "a/Model/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_ICMOBillSub.cs" "b/Model/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_ICMOBillSub.cs"
index 2617653..d17638f 100644
--- "a/Model/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_ICMOBillSub.cs"
+++ "b/Model/\347\224\237\344\272\247\347\256\241\347\220\206/ClsSc_ICMOBillSub.cs"
@@ -37,6 +37,10 @@
public string HBatchNo; //生产批次号,
public double HAuxQty; //辅数量
public int HAuxUnit; //辅助单位
+
+ public double HAuxQty2; //辅数量2
+ public int HAuxUnit2; //辅助单位2
+
public double HWidth; //幅宽
public double HWeight; //克重
public string HColorRemark; //染色要求
@@ -49,7 +53,11 @@
public Int64 HOrderLevID { get; set; }
- public double HWidth_New; //decimal(18,8) 新白坯门幅
- public string HMaterModel_New; //varchar(100) 新白坯规格
+ public double HWidth_New; //decimal(18,8) 生产幅宽
+ public double HWeight_New; //decimal(18,8) 生产克重
+ public string HRemark_New; //varchar(100) 生产白坯要求
+ public string HModel; //varchar(100) 规格型号
+
+ public string HPlanOrderProcNo; //订单跟踪号
}
}
--
Gitblit v1.9.1