From 04b4d4d975858a0d5e207b9df9f3bb46cc6c14fd Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 17 十一月 2025 11:41:24 +0800
Subject: [PATCH] 添康排产页面直接修改排产数量;
---
Model/质检管理/ClsQC_ProcessCheckBillMain.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs"
index 4c51a82..63340ab 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs"
@@ -40,5 +40,16 @@
public Int64 HICMOEntryID;
public Int64 HQCSchemeID;
public bool HLastResult;
+
+ public Int64 HICMOQty;
+ public Int64 HProcExchQty;
+ public Int64 HTakeSampleCheckBillID;
+
+ public Int64 HShiftsID;
+ public string HErrTreatment;
+
+ public string HBatchNo;
+ public string HTakeSampleCheckBillNo;
+ public string HRemarkSN;//小卫记录SN编码
}
}
--
Gitblit v1.9.1