From 1fba52b694880439ed0514a602445f98be1658f3 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 12 一月 2022 18:13:17 +0800
Subject: [PATCH] 标准工时导出

---
 WorkM/流转卡管理/MES_StationEntrustOutBill.cs |   68 ++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.cs"
index 2283814..c11f3ab 100644
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.cs"
+++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationEntrustOutBill.cs"
@@ -482,6 +482,7 @@
             this.txtHBadPNL.Text = BillOld.omodel.HBadPNL.ToString();
             this.txtHRemark.Text = BillOld.omodel.HRemark.ToString();
             this.txtHWasterQty.Text = BillOld.omodel.HWasterQty.ToString();
+            this.txtHBadCount.Text = BillOld.omodel.HBadCount.ToString();
             this.txtHQty.Text = BillOld.omodel.HQty.ToString();
             this.txtHPieceQty.Text = BillOld.omodel.HPieceQty.ToString();
             this.txtHPlanPieceQty.Text = BillOld.omodel.HPlanPieceQty.ToString();
@@ -792,6 +793,7 @@
             BillNew.omodel.HOrderProcNO = DBUtility.ClsPub.isStrNull(this.txtHOrderProcNO.Text);
             BillNew.omodel.HBadPNL = DBUtility.ClsPub.isDoule(this.txtHBadPNL.Text);
             BillNew.omodel.HWasterQty = DBUtility.ClsPub.isDoule(this.txtHWasterQty.Text);
+            BillNew.omodel.HBadCount = DBUtility.ClsPub.isDoule(this.txtHBadCount.Text);
             BillNew.omodel.HRemark = DBUtility.ClsPub.isStrNull(this.txtHRemark.Text);
             BillNew.omodel.HLastSubProc = true;
             BillNew.omodel.HMainSourceInterID = sHMainSourceInterID;
@@ -2490,5 +2492,71 @@
         {
             this.Sub_AddBill();
         }
+
+        //鎶ュ簾鍝佽川纭鎸夐挳
+        private void cmdBFChecker_Click(object sender, EventArgs e)
+        {
+            QC_NoPassProdCheckBill oBF = new QC_NoPassProdCheckBill();
+            oBF.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+            oBF.HMainSourceInterID = BillOld.omodel.HInterID;
+            oBF.HProcExchInterID = lngBillKey;
+            oBF.HProcExchEntryID = lngBillSubKey;
+            oBF.HBillSubType = "鎶ュ簾璇勫";
+            oBF.txtHLotNo.Text = txtHProcExchBillNo.Text;
+            oBF.txtHOrderProcNo.Text = txtHOrderProcNO.Text;
+            oBF.txtHMaterID.Text = txtHMaterName.Text;
+            oBF.txtHMaterNumber.Text = txtHMaterID.Text;
+            oBF.txtHModel.Text = txtHMaterModel.Text;
+            oBF.txtHMaterID.Tag = txtHMaterID.Tag;
+            oBF.txtHProcID.Tag = txtHProcID.Tag;
+            oBF.txtHProcID.Text = txtHProcID.Text;
+            oBF.txtHWorkCenterID.Text = "";
+            oBF.txtHWorkCenterID.Tag = 0;
+            oBF.txtHICMOInterID.Text = Pub_Class.ClsPub.isStrNull(txtHICMOBillNo.Tag);
+            oBF.txtHICMOBillNo.Text = txtHICMOBillNo.Text;
+            oBF.txtHProcExchQty.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHPlanQty.Text));
+            oBF.txtHPlanQty.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHWasterQty.Text));
+            oBF.txtHPlanPNL.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHBadPNL.Text));
+            oBF.txtHBadPNL.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHBadPNL.Text));
+            oBF.txtHBadQty.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHWasterQty.Text));
+            oBF.ShowDialog();
+            if (oBF.BillChange)
+            {
+                this.Sub_ShowBill();
+            }
+        }
+
+        //涓嶈壇鍝佽川纭鎸夐挳
+        private void cmdChecker_Click(object sender, EventArgs e)
+        {
+            QC_NoPassProdCheckBill oBF = new QC_NoPassProdCheckBill();
+            oBF.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
+            oBF.HMainSourceInterID = BillOld.omodel.HInterID;
+            oBF.HProcExchInterID = lngBillKey;
+            oBF.HProcExchEntryID = lngBillSubKey;
+            oBF.HBillSubType = "涓嶈壇璇勫";
+            oBF.txtHLotNo.Text = txtHProcExchBillNo.Text;
+            oBF.txtHOrderProcNo.Text = txtHOrderProcNO.Text;
+            oBF.txtHMaterID.Text = txtHMaterName.Text;
+            oBF.txtHMaterNumber.Text = txtHMaterID.Text;
+            oBF.txtHModel.Text = txtHMaterModel.Text;
+            oBF.txtHMaterID.Tag = txtHMaterID.Tag;
+            oBF.txtHProcID.Tag = txtHProcID.Tag;
+            oBF.txtHProcID.Text = txtHProcID.Text;
+            oBF.txtHWorkCenterID.Text = "";
+            oBF.txtHWorkCenterID.Tag = 0;
+            oBF.txtHICMOInterID.Text = Pub_Class.ClsPub.isStrNull(txtHICMOBillNo.Tag);
+            oBF.txtHICMOBillNo.Text = txtHICMOBillNo.Text;
+            oBF.txtHProcExchQty.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHPlanQty.Text));
+            oBF.txtHPlanQty.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHBadCount.Text));
+            oBF.txtHPlanPNL.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHBadPNL.Text));
+            oBF.txtHBadPNL.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHBadPNL.Text));
+            oBF.txtHBadQty.Text = ClsPub.isStrNull(ClsPub.isDoule(txtHBadCount.Text));
+            oBF.ShowDialog();
+            if (oBF.BillChange)
+            {
+                this.Sub_ShowBill();
+            }
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1