web/.vs/Web/v16/.suo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Common.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Common.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Dao.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Dao.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Model.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Model.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/GwOrder.ashx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/GwOrderAudit.aspx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
web/.vs/Web/v16/.suoBinary files differ
web/Lib/Common.dllBinary files differ
web/Lib/Common.pdbBinary files differ
web/Lib/Dao.dllBinary files differ
web/Lib/Dao.pdbBinary files differ
web/Lib/Model.dllBinary files differ
web/Lib/Model.pdbBinary files differ
web/web/GwOrder.ashx
@@ -587,7 +587,7 @@ //获取账号信息 GwSp gwSp = _GwSpDao.Get(spId); int balance = 0; Int64 balance = 0; if (gwSp == null) { throw new ArgumentException("账号不存在!"); @@ -600,7 +600,7 @@ //获取客户信息 GwClient gwClient = _GwClientDao.Get(gwSp.ClientID); balance = int.Parse(gwClient.Balance.ToString() ); balance = Int64.Parse(gwClient.Balance.ToString() ); //为1-预付费 //if (gwSp.ChargeType==1 && (balance + payAmount) < num * basicNum) web/web/GwOrderAudit.aspx
@@ -453,7 +453,7 @@ 充值金额</label> <div class="col-sm-4"> <div class="input-group"> <input type="text" class="form-control" name="payAmount" id="payAmount" value="" maxlength="10" <input type="text" class="form-control" name="payAmount" id="payAmount" value="" maxlength="7" onkeyup="value=value.replace(/[^\d\.]/g,'')" onpaste="value=value.replace(/[^\d\.]/g,'')" oncontextmenu="return false" /><span class="input-group-addon">元 </span> </div>