| | |
| | | |
| | | public int? fapiaoshuliang { get; set; } |
| | | |
| | | public string fapiaoshuliangName { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | set; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 催款记录 |
| | | /// </summary> |
| | | public string Cuikuanjilu |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 未付款 |
| | | /// </summary> |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 未付款 |
| | | /// </summary> |
| | | public decimal UnorderMoney |
| | | public decimal? OrAllUnPayedMoney |
| | | { |
| | | get; |
| | | set; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 未付款 |
| | | /// </summary> |
| | | public decimal? UnorderMoney |
| | | { |
| | | get |
| | | { |
| | | return SumPrice.HasValue && Contractmoney.HasValue ? (Contractmoney - SumPrice).Value : 0; |
| | | var aaaa = SumPrice.HasValue ? SumPrice.Value : 0; |
| | | if ( Contractmoney.HasValue) |
| | | { |
| | | var sss = Contractmoney.Value - aaaa; |
| | | if (sss < 0) |
| | | { |
| | | return null; |
| | | } |
| | | return sss; |
| | | } |
| | | |
| | | return null; |
| | | } |
| | | } |
| | | |
| | |
| | | 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; |
| | | } |
| | | |
| | | |
| | | |
| | | |