| | |
| | | <input type="radio" name="PayType" id="PayType2" value="03" onclick="CheckedChanging(this.value)" checked="checked" truetype="radio"> |
| | | <label for="PayType2">预付款</label> |
| | | |
| | | (剩余预付款:<span id="nowCustomMoney" class="moneystyle">¥@((cooperatecustomCustomerDTO.Yufukuan??0).ToString("f2"))</span>,剩余授信:<span id="nowCredit" class="moneystyle">¥@((cooperatecustomCustomerDTO.Shouxinedu??0 - cooperatecustomCustomerDTO.Shenyushouxin??0).ToString("f2"))</span>) |
| | | (剩余预付款:<span id="nowCustomMoney" class="moneystyle">¥@((cooperatecustomCustomerDTO.Yufukuan??0).ToString("f2"))</span>,剩余授信:<span id="nowCredit" class="moneystyle">¥@(((cooperatecustomCustomerDTO.Shouxinedu??0) - (cooperatecustomCustomerDTO.Shenyushouxin??0)).ToString("f2"))</span>) |
| | | |
| | | |
| | | @*<select id="PayType" class="form-control" name="PayType" data-placeholder="选择 序列 ..."> |