| | |
| | | <div class="layui-card"> |
| | | <div class="layui-card-body "> |
| | | <form class="layui-form layui-col-space5" id="searchForm"> |
| | | <input type="text" name="providerId" id="providerId" style="display: none;"/> |
| | | <div class="layui-inline layui-show-xs-block"> |
| | | <input class="layui-input" autocomplete="off" placeholder="开始日" name="start" id="start" |
| | | :value="start"> |
| | |
| | | <script> |
| | | |
| | | var providerId= GetQueryString("pid"); // 上级did |
| | | |
| | | //封装GetQueryString()方法来获取URL后面的value值 |
| | | function GetQueryString(name) { |
| | | var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); |
| | |
| | | return decodeURI(r[2]); |
| | | return null; |
| | | } |
| | | $("#providerId").val(providerId); |
| | | |
| | | |
| | | function openAddViews() { |