| | |
| | | |
| | | if (this.txtReceiveMoney.Value.ToDecimal2() < xuanzhongjine) |
| | | { |
| | | JavaScript.MessageBox("本次收款金额萧宇选中订单未付款!", this); |
| | | JavaScript.MessageBox("本次收款金额小于选中订单未付款!", this); |
| | | return; |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | 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) |
| | |
| | | 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; |
| | | //账户类型 |