username@email.com
2025-10-10 0dd76c2492f1afbe335b50a8ffb76e4af94271df
CY_ECommercePlatform/CY.WebForm/Pages/financial/InvoicingShoukuan.aspx.cs
@@ -158,7 +158,7 @@
                if (this.txtReceiveMoney.Value.ToDecimal2() < xuanzhongjine)
                {
                    JavaScript.MessageBox("本次收款金额萧宇选中订单未付款!", this);
                    JavaScript.MessageBox("本次收款金额小于选中订单未付款!", this);
                    return;
                }
            }
@@ -267,9 +267,17 @@
                        }
                    }
                    OA_Kaipiaoshenqing oA_Kaipiaoshenqing = oA_KaipiaoshenqingBLL.GetModelByKeyid(id.ToGuid2());
                    if (oA_Kaipiaoshenqing != null)
                    {
                        oA_Kaipiaoshenqing.Huikuanmoney = (oA_Kaipiaoshenqing.Huikuanmoney.HasValue ? oA_Kaipiaoshenqing.Huikuanmoney.Value : 0) + this.txtReceiveMoney.Value.ToDecimal2();
                        isWin = oA_KaipiaoshenqingBLL.UpdateModel(oA_Kaipiaoshenqing);
                    }
                    
                    scope.Complete();
                }
                catch (Exception ex)
@@ -322,6 +330,7 @@
                this.selSubjects.DataSource = _OA_SubjectSetBLL.getAllSubject(CurrentUser.MemberId, "借");
                this.selSubjects.DataBind();
                this.selSubjects.Items.Insert(0, new ListItem("请选择", ""));
                this.selSubjects.Value = "1";
                int i = -1;
                //账户类型