| | |
| | | <form id="recharge-form" lay-filter="recharge-form" class="layui-form"> |
| | | <form id="recharge-form" lay-filter="recharge-form" autocomplete="off" class="layui-form"> |
| | | <div style="overflow-y: auto; height:700px;"> |
| | | <div class="layui-tab"> |
| | | <ul class="layui-tab-title"> |
| | |
| | | } |
| | | } |
| | | if (!strUtil.isEmpty(data.endTime)) { |
| | | console.log(contractEndTime, "contractEndTime") |
| | | console.log(data.endTime, "data.endTimedata.endTime") |
| | | if (dateUtil.compareDate(data.endTime, contractEndTime)) { |
| | | layer.msg("结束时间必须小于合同的结束时间!"); |
| | | return false; |