1
duhe
2023-11-24 a811e1258b165f4ffa02c8fe1d46836a1927a8f4
WarM/²Ö¿â¹ÜÀí/Kf_SellOutBill_BarCodeNote.cs
@@ -325,6 +325,8 @@
                txtHMoney.Text = DSet.Tables[0].Rows[0]["本单金额"].ToString();
                txtHCreditDifference.Text = DSet.Tables[0].Rows[0]["信用差额"].ToString();
                HInterID = DBUtility.ClsPub.isLong(DSet.Tables[0].Rows[0]["HInterID"]);
                txtHMaker.Text = DSet.Tables[0].Rows[0]["制单人"].ToString();
                txtHChecker.Text = DSet.Tables[0].Rows[0]["审核人"].ToString();
                //返回基本信息、码单信息
                grdMain.DataSource = DSet.Tables[1].DefaultView;
@@ -401,6 +403,7 @@
            else
            {
                cmbHBillStatus.Text="已审核";
                txtHChecker.Text = HMaker.ToString();
                sh.Enabled = false;
                fsh.Enabled = true;
                pic1.Visible = true;
@@ -423,6 +426,7 @@
            if (BillOld.AbandonCheck(HInterID, ref DBUtility.ClsPub.sExeReturnInfo) == true)
            {
                cmbHBillStatus.Text = "创建";
                txtHChecker.Text = "";
                sh.Enabled = true;
                fsh.Enabled = false;
                pic1.Visible = false;
@@ -510,6 +514,8 @@
                Report.FieldByName("单据状态").AsString = cmbHBillStatus.Text;
                Report.FieldByName("本单金额").AsString = txtHMoney.Text;
                Report.FieldByName("信用差额").AsString = txtHCreditDifference.Text;
                Report.FieldByName("制单人").AsString = txtHMaker.Text;
                Report.FieldByName("审核人").AsString = txtHChecker.Text;
            }
            catch (Exception e)
            {
@@ -591,6 +597,8 @@
                Report.FieldByName("单据状态").AsString = cmbHBillStatus.Text;
                Report.FieldByName("本单金额").AsString = txtHMoney.Text;
                Report.FieldByName("信用差额").AsString = txtHCreditDifference.Text;
                Report.FieldByName("制单人").AsString = txtHMaker.Text;
                Report.FieldByName("审核人").AsString = txtHChecker.Text;
            }
            catch (Exception e)
            {