Exemplo n.º 1
0
 private void btnAcceptReplace_Click(object sender, System.EventArgs e)
 {
     SalesHelper.CheckPurchaseReplace(this.hidPurchaseOrderId.Value, this.hidAdminRemark.Value, true);
     this.BindPurchaseOrders();
     this.ShowMsg("成功的确认了采购单换货", true);
 }
Exemplo n.º 2
0
 private void btnRefuseReplace_Click(object sender, EventArgs e)
 {
     SalesHelper.CheckPurchaseReplace(this.hidPurchaseOrderId.Value, this.hidAdminRemark.Value, false);
     this.BindReplace();
     this.ShowMsg("成功的拒绝了采购单换货", true);
 }