| | |
| | | |
| | | public int? fapiaoshuliang { get; set; } |
| | | |
| | | public string fapiaoshuliangName { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | { |
| | | return SumPrice.HasValue && PayedMoney.HasValue ? (SumPrice - PayedMoney).Value : 0; |
| | | } |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 未付款 |
| | | /// </summary> |
| | | public decimal? OrAllUnPayedMoney |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | this.Zerenoperater = isChange ? MyConvert.ConvertToString(value) : Zerenoperater; |
| | | theValue = this.Zerenoperater; |
| | | } |
| | | else if ("OrAllUnPayedMoney".Equals(name, StringComparison.CurrentCultureIgnoreCase) || index == 71) |
| | | { |
| | | this.OrAllUnPayedMoney = isChange ? MyConvert.ConvertToDecimal(value) : OrAllUnPayedMoney; |
| | | theValue = this.OrAllUnPayedMoney; |
| | | } |
| | | |
| | | |
| | | |
| | | |