username@email.com
2022-01-07 039f5d5938ef314618182df28ab34f76061404ad
订单收款改造
1个文件已修改
2 ■■■ 已修改文件
zhengcaioa/zhengcaioa/Views/FiOrderrecievemoney/Edit.cshtml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/FiOrderrecievemoney/Edit.cshtml
@@ -132,7 +132,7 @@
                                        <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="选择 序列 ...">