From 90e622a8998e84b4756649093b151732cd429a56 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 11 十一月 2021 15:55:58 +0800
Subject: [PATCH] 委外工序接收模块,界面增加报废品质确认、不良品质确认按钮

---
 DAL/车间管理/ClsSc_StationEntrustOutBill.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs" "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
index b1e58dc..37c8bf9 100644
--- "a/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
+++ "b/DAL/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_StationEntrustOutBill.cs"
@@ -121,6 +121,7 @@
                 ",HProcID=" + omodel.HProcID.ToString() +
                 ",HBadPNL=" + omodel.HBadPNL.ToString() +
                 ",HWasterQty=" + omodel.HWasterQty.ToString() +
+                ",HBadCount=" + omodel.HBadCount.ToString() +
                 //",HICMOQty=" + omodel.HICMOQty.ToString() +
                 //",HPlanQty=" + omodel.HPlanQty.ToString() +
                 //",HStationOutTime='" + omodel.HStationOutTime + "'" +

--
Gitblit v1.9.1