Example #1
0
 public void OutPut_PingZheng(string auto_no)
 {
     PD_FOUND_OUT_Bll bll = new PD_FOUND_OUT_Bll();
     string str = this.txt_kjkmDB_JF.Value.Trim();
     string str2 = this.txt_kjkmDB_DF.Value.Trim();
     string fzhs = this.txt_fzhs_DB.Value.Trim();
     string databaseName = this.db_name.Value.Trim();
     string str5 = bll.OutPut_PingZheng(auto_no, databaseName, str, str2, fzhs);
     if (str5 == null)
     {
         str5 = "拨付成功,已导入凭证";
     }
     PageShowText.Refurbish(str5, this.Page);
 }