| | |
| | | <div class="layui-col-sm6"> |
| | | <label class="layui-form-label">当前软件服务周期:</label> |
| | | <div class="layui-col-sm4" style="margin-right: 30px;"> |
| | | <input autocomplete="off" name="contractBeginTime_not" disabled id="contractBeginTime_not" |
| | | type="text" placeholder="请输开始时间" class="layui-input" maxlength="50"/> |
| | | <input autocomplete="off" name="contractBeginTime_not" disabled |
| | | id="contractBeginTime_not" type="text" placeholder="请输开始时间" class="layui-input" |
| | | maxlength="50" /> |
| | | </div> |
| | | <div class="layui-col-sm4 "> |
| | | <input autocomplete="off" name="contractEndTime_not" disabled id="contractEndTime_not" type="text" |
| | | placeholder="请输入结束时间" class="layui-input" maxlength="50" /> |
| | | <input autocomplete="off" name="contractEndTime_not" disabled |
| | | id="contractEndTime_not" type="text" placeholder="请输入结束时间" class="layui-input" |
| | | maxlength="50" /> |
| | | </div> |
| | | </div> |
| | | <div class="layui-col-sm6"> |
| | | <label class="layui-form-label">当前读片总量:</label> |
| | | <div class="layui-input-inline"> |
| | | <input autocomplete="off" name="contractNum_not" id="contractNum_not" disabled type="text" class="layui-input" maxlength="50" |
| | | /> |
| | | <input autocomplete="off" name="contractNum_not" id="contractNum_not" disabled |
| | | type="text" class="layui-input" maxlength="50" /> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="layui-col-sm6"> |
| | |
| | | <div class="layui-col-sm6"> |
| | | <label class="layui-form-label">合同读片充值量:</label> |
| | | <div class="layui-input-inline"> |
| | | <input autocomplete="off" name="contractNum" id="contractNum" onkeyup="this.value=this.value.replace(/[^\d]/g,'') " type="text" class="layui-input" |
| | | maxlength="50" lay-verify="required" required /> |
| | | <input autocomplete="off" name="contractNum" id="contractNum" |
| | | onkeyup="this.value=this.value.replace(/[^\d]/g,'') " type="text" |
| | | class="layui-input" maxlength="50" lay-verify="required" required /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="layui-col-sm12"> |
| | | <label class="layui-form-label">充值名称:</label> |
| | | <div class="layui-input-inline"> |
| | | <input autocomplete="off" id="custom_proName" type="text" class="layui-input" maxlength="50" |
| | | value="1000" lay-verify="required" required /> |
| | | <input autocomplete="off" id="custom_proName" type="text" class="layui-input" |
| | | maxlength="50" value="1000" lay-verify="required" required /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="layui-col-sm6"> |
| | | <label class="layui-form-label">读片充值量:</label> |
| | | <div class="layui-input-inline"> |
| | | <input autocomplete="off" id="custom_ailightCount" onkeyup="this.value=this.value.replace(/[^\d]/g,'') " type="text" class="layui-input" maxlength="50" |
| | | value="1000" lay-verify="required" required />张 |
| | | <input autocomplete="off" id="custom_ailightCount" |
| | | onkeyup="this.value=this.value.replace(/[^\d]/g,'') " type="text" |
| | | class="layui-input" maxlength="50" value="1000" lay-verify="required" |
| | | required />张 |
| | | </div> |
| | | </div> |
| | | <div class="layui-col-sm6"> |
| | |
| | | </div> |
| | | <div class="layui-col-sm6"> |
| | | <div class="layui-col-sm4" style="margin-right: 30px;"> |
| | | <input autocomplete="off" id="custom_beginTime" |
| | | type="text" placeholder="请输开始时间" class="layui-input" maxlength="50"/> |
| | | <input autocomplete="off" id="custom_beginTime" type="text" placeholder="请输开始时间" |
| | | class="layui-input" maxlength="50" /> |
| | | </div> |
| | | <div class="layui-col-sm4 "> |
| | | <input autocomplete="off" type="text" |
| | | placeholder="请输入结束时间" id="custom_endTime" class="layui-input" maxlength="50" /> |
| | | <input autocomplete="off" type="text" placeholder="请输入结束时间" id="custom_endTime" |
| | | class="layui-input" maxlength="50" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | }); |
| | | } else { |
| | | form.val('recharge-form', hospitalData); |
| | | $("#hospitalAreas").val(hospitalData.hospitalProvince + " " + hospitalData |
| | | .hospitalCity + " " + |
| | | hospitalData.hospitalArea); |
| | | var hospitalProvince = hospitalData.hospitalProvince != null ? hospitalData.hospitalProvince : ""; |
| | | var hospitalCity = hospitalData.hospitalCity != null ? hospitalData.hospitalCity : ""; |
| | | var hospitalArea = hospitalData.hospitalArea != null ? hospitalData.hospitalArea : ""; |
| | | // console.log(hospitalProvince + " " + hospitalCity + " " +hospitalArea) |
| | | $("#hospitalAreas").val(hospitalProvince + " " + hospitalCity + " " + hospitalArea); |
| | | |
| | | //装载产品数据 |
| | | table.render({ |
| | |
| | | proBegintime: item.beginTime!="" ? item.beginTime+ |
| | | ' 00:00:00':"", |
| | | proEndtime: item.endTime !="" ? item.endTime + |
| | | ' 23:59:59':"" |
| | | ' 23:59:59' : "", |
| | | count: item.ailightCount |
| | | }; |
| | | listDetailData.push(detailData); |
| | | }) |