From 3775f9109e0fe50e9f61583487dc8c68089eb085 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 28 一月 2026 14:06:40 +0800
Subject: [PATCH] 增加工序派工单选着模具功能优化出站单同步条码主档字段
---
Model/车间管理/ClsSc_ProcessExchangeBillSub.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillSub.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillSub.cs"
index 8509e5f..1c139a9 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillSub.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillSub.cs"
@@ -71,5 +71,11 @@
public string HTechnologyParameter;//工艺参数
public string HMouldNo;//模具编号
public string HProcWorkNum;//程序号
+ public string HRelationQty_OutBad;//不合格数量
+ public bool HSNCtrl; //SN码过站
+ public Int64 HRoutingBillMainID; //工艺路线主内码
+ public Int64 HRoutingBillEntryID; //工艺路线子内码
}
}
+
+
--
Gitblit v1.9.1