Exemplo n.º 1
0
 protected override void OnEnter()
 {
     GetElementById("Return").Click += Return_Click;
     if (!ReceiptPrinter.ExistError())
     {
         ArrayList al = new YAPaymentPay().GetReceipt();
         al.Add("   ");
         al.Add("   �ɷ�ȷ��δ�ɹ���48Сʱ��ϵͳ���Զ������");
         al.Add("   �����ĵȴ�����Ҫ�ظ��ɷ�");
         PrintReceipt(al);
     }
 }
Exemplo n.º 2
0
 protected override void OnEnter()
 {
     GetElementById("Return").Click += new HtmlElementEventHandler(Return_Click);
     if (!ReceiptPrinter.ExistError())
     {
         ArrayList al = new YAPaymentPay().GetReceipt();
         al.Add("   ");
         al.Add("   操作成功,后台发生异常,核销失败,请不要继续缴费");
         al.Add("   等待系统自动处理。次日下午4:00以后再行查看缴费情况");
         PrintReceipt(al);
     }
 }
 protected override void OnEnter()
 {
     GetElementById("Return").Click += Return_Click;
     if (!ReceiptPrinter.ExistError())
     {
         ArrayList al = new YAPaymentPay().GetTPReceipt();
         al.Add("   ");
         al.Add("   银联扣款成功,交警确认失败,");
         al.Add("   请使用自助核销功能进行核销。");
         al.Add("   或耐心等待24小时,系统会自动处理。");
         PrintReceipt(al);
     }
 }