Example #1
0
 public MzInvoiceInput(InPayParameter para, NetPatInfo patInfo, string AreaCode)
 {
     InitializeComponent();
     this.model      = new FYNHCityInterfaceModel();
     this.inReimPara = para;
     this.netPatInfo = patInfo;
     this.sAreaCode  = AreaCode;
 }
Example #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Close();
            FYNHCityInterfaceModel mm = new FYNHCityInterfaceModel();

            mm.CancelReimSettle(inReimPara.RegInfo.Memo2, inReimPara.RegInfo.NetRegSerial, inReimPara.SettleInfo.SettleNo);
            restr = "2";
            mm.CancelOutReigster(inReimPara.RegInfo.Memo2, inReimPara.RegInfo.NetRegSerial);
            restr = "1";
        }