| | |
| | | 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; |
| | |
| | | else |
| | | { |
| | | cmbHBillStatus.Text="å·²å®¡æ ¸"; |
| | | txtHChecker.Text = HMaker.ToString(); |
| | | sh.Enabled = false; |
| | | fsh.Enabled = true; |
| | | pic1.Visible = true; |
| | |
| | | if (BillOld.AbandonCheck(HInterID, ref DBUtility.ClsPub.sExeReturnInfo) == true) |
| | | { |
| | | cmbHBillStatus.Text = "å建"; |
| | | txtHChecker.Text = ""; |
| | | sh.Enabled = true; |
| | | fsh.Enabled = false; |
| | | pic1.Visible = false; |
| | |
| | | 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) |
| | | { |
| | |
| | | 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) |
| | | { |