| | |
| | | <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"> |
| | |
| | | <div class="layui-input-block"> |
| | | <input autocomplete="off" name="contractBeginTime" id="contractBeginTime" |
| | | type="text" placeholder="请输开始时间" disabled class="layui-input" readonly |
| | | style="border: none; margin-top:-10px;display: inline-block;width: 46%;" /> |
| | | style="border: none; margin-top:-10px;display: inline-block;width: 30%;" /> |
| | | -- |
| | | <input autocomplete="off" name="contractEndTime" disabled id="contractEndTime" |
| | | type="text" placeholder="请输入结束时间" class="layui-input" readonly |
| | | style="border: none; margin-top:-10px;display: inline-block;width: 46%;" /> |
| | | style="border: none; margin-top:-10px;margin-left: 10%;display: inline-block;width: 30%;" /> |
| | | </div> |
| | | </div> |
| | | <div class="layui-col-sm3"> |
| | |
| | | } |
| | | $("#custom_ailightCount").val($("#contractNum_not").val() - listNum); |
| | | } |
| | | //待充值列表 |
| | | //已充值列表 |
| | | var nowContract = function () { |
| | | table.render({ |
| | | elem: '#product-table-now', |
| | | data: admin.getTempData("t_tempProduct"), |
| | | page: false, |
| | | page: 1, |
| | | limit: 50, |
| | | url: config.base_server + 'api-opration/productorderdetail?orderId=' + admin.getTempData('t_hospital').id, |
| | | cellMinWidth: 100, |
| | | headers: { |
| | |
| | | } |
| | | } |
| | | 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; |