| | |
| | | } |
| | | |
| | | |
| | | if (molingmoney.HasValue) |
| | | if (molingmoney.HasValue && molingmoney.Value > 0) |
| | | { |
| | | if((money + molingmoney.Value ) != (fukuanshenqing.Fukuanmoney - fukuanshenqing.Yishoumoney)) |
| | | { |
| | |
| | | fukuanshenqing.FukuanStatus = 2; |
| | | } |
| | | |
| | | if (molingmoney.HasValue) |
| | | if (molingmoney.HasValue && molingmoney.Value > 0) |
| | | { |
| | | if ((money + molingmoney.Value) >= (fukuanshenqing.Fukuanmoney - fukuanshenqing.Yishoumoney)) |
| | | { |
| | |
| | | firmAccount.AllExpenses = this.txtMoney.Value.ToDecimal2() + firmAccount.AllExpenses; |
| | | firmAccount.Balance = firmAccount.Balance - this.txtMoney.Value.ToDecimal2(); |
| | | sddd = _OA_FirmAccountRecordBLL.AddModel(firmAccountRecord, firmAccount); |
| | | } |
| | | |
| | | |
| | | |
| | | if (sddd) |
| | | { |
| | | if (!string.IsNullOrEmpty(this.selSubject.Value)) |
| | | { |
| | | var oA_SubjectSet = _OA_SubjectSetBLL.getSingleSubject(firmAccountRecord.SubjectId); |
| | |
| | | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | if (sddd) |
| | | { |
| | | |
| | | |
| | | scope.Complete(); |
| | | JavaScript.MessageBox("付款成功", this, true, true); |