| | |
| | | <div class="select-container" style="padding: 20px 0;"> |
| | | <label><input type="radio" name="rgvSelect" value="1" checked> 1号RGV</label> |
| | | <label><input type="radio" name="rgvSelect" value="2"> 2号RGV</label> |
| | | <label><input type="radio" name="rgvSelect" value="3"> 3号RGV</label> |
| | | <!-- <label><input type="radio" name="rgvSelect" value="3"> 3号RGV</label>--> |
| | | </div> |
| | | </div> |
| | | <!-- 源站/源库位 选择 --> |
| | |
| | | headers: {'token': localStorage.getItem('token')}, |
| | | method: 'POST', |
| | | success: function (res) { |
| | | console.log(res) |
| | | // console.log(res) |
| | | if (res.code === 200){ |
| | | var table = res.data; |
| | | if (table.length > rgvStateTableBlankRows && table.length !== rgvStateTableFullRows) { |
| | |
| | | headers: {'token': localStorage.getItem('token')}, |
| | | method: 'POST', |
| | | success: function (res) { |
| | | console.log(res) |
| | | // console.log(res) |
| | | if (res.code === 200) { |
| | | rgvOutput(res.data); |
| | | } else if (res.code === 403) { |