雅琪诺MES智能条码管理系统
jhz
2022-06-30 0d3b2bd4edaa7385e4ff96370c877be237af054b
SCM/单据资料/Sc_PackUnionBill.cs
@@ -48,12 +48,24 @@
        //娓呯┖鐣岄潰
        public void Sub_ClearBill()
        {
            Int64 sGroupID = DBUtility.ClsPub.isLong(txtHGroupID.Tag);
            string sGroupName = DBUtility.ClsPub.isStrNull(txtHGroupID.Text);
            Int64 sEmpID = DBUtility.ClsPub.isLong(txtHEmpID.Tag);
            string sEmpName = DBUtility.ClsPub.isStrNull(txtHEmpID.Text);
            Int64 sEmpID2 = DBUtility.ClsPub.isLong(txtHEmpID2.Tag);
            string sEmpName2 = DBUtility.ClsPub.isStrNull(txtHEmpID2.Text);
            //娓呯┖鐣岄潰
            ClsPub1.Sub_ClearBill(groupBox4);
            ClsPub1.Sub_ClearBill1(tabPage3);
            ClsPub1.Sub_ClearBill1(tabPage1);
            //ClsPub1.Sub_ClearBill1(tabPage4);    
            txtHGroupID.Tag = sGroupID;
            txtHGroupID.Text = sGroupName;
            txtHEmpID.Tag = sEmpID;
            txtHEmpID.Text = sEmpName;
            txtHEmpID2.Tag = sEmpID2;
            txtHEmpID2.Text = sEmpName2;
            //浠庢湇鍔″櫒  鑾峰緱鍗曟嵁鍙稩D鍜屽崟鎹彿
            string s = "";
            if (oWeb.get_MaxBillNoAndID(HBillType, ref HBillNo, ref HInterID, ref s))