|
|
@@ -103,8 +103,8 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
//待扣类型
|
|
|
int ChargeType = int.Parse(dic["ChargeType"].ToString());
|
|
|
if (ChargeType == 124) dic["ChargeTypeName"] = "过期机具扣款";
|
|
|
- if (ChargeType == 1) dic["ChargeTypeName"] = "普通扣款";
|
|
|
- if (ChargeType == 2) dic["ChargeTypeName"] = "分期扣款";
|
|
|
+ if (ChargeType == 1) dic["ChargeTypeName"] = "创客预扣款";
|
|
|
+ if (ChargeType == 2) dic["ChargeTypeName"] = "分期预扣款";
|
|
|
if (ChargeType == 0) dic["ChargeTypeName"] = "";
|
|
|
|
|
|
if (ChargeType != 124)
|