示例#1
0
        protected void btnGetChargeApplyMasterCode_Click(object sender, EventArgs e)
        {
            OaInterface oaInterface = new OaInterface();

            this.lblChargeApplyMasterCode.Text = oaInterface.GetApplyOrderID(this.txtExtensionalOrderID.Text.Trim());
        }
示例#2
0
 protected void btnGetChargeApplyMasterCode_Click(object sender, EventArgs e)
 {
     OaInterface oaInterface = new OaInterface();
     this.lblChargeApplyMasterCode.Text = oaInterface.GetApplyOrderID(this.txtExtensionalOrderID.Text.Trim());
 }