| | |
| | | </header> |
| | | <div class="mui-content"> |
| | | <div class="g-date_box m-energy-date"> |
| | | <div class="inpbox" onclick="chooseDate('start');"> |
| | | <div class="inpbox" onclick="chooseStartDate();"> |
| | | <input id="start" type="text" value="2022-04-15" readonly class="inp inp1" /> |
| | | </div> |
| | | <div class="inpbox" onclick="chooseDate('end');"> |
| | | <div class="inpbox" onclick="chooseEndDate();"> |
| | | <input id="end" type="text" value="" readonly class="inp" placeholder="请选择截止时间" /> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="inpbox"> |
| | | <input id="search" type="search" class="mui-input-clear" placeholder="请输入仓库编号检索" value=""> |
| | | </div> |
| | | <button type="button" class="mui-btn">查询</button> |
| | | <button type="button" class="mui-btn">查询</button> |
| | | </div> |
| | | </form> |
| | | </div> |