|
|
@ -24,14 +24,6 @@ use \common\libs\MyLib; |
|
|
|
<button type="button" class="btn btn-primary btn-assign-return">勾选恢复</button> |
|
|
|
<button type="button" class="btn btn-primary btn-assign-return">勾选恢复</button> |
|
|
|
<button type="button" class="btn btn-primary btn-assign-all">批量恢复</button> |
|
|
|
<button type="button" class="btn btn-primary btn-assign-all">批量恢复</button> |
|
|
|
<button type="button" class="btn btn-danger btn-clear">清空搜索条件</button> |
|
|
|
<button type="button" class="btn btn-danger btn-clear">清空搜索条件</button> |
|
|
|
<select class="form-control" id="invalid_id" name="invalid_id"> |
|
|
|
|
|
|
|
<option value="0">请选择无效理由</option> |
|
|
|
|
|
|
|
<?php foreach($invalid_items as $item) { |
|
|
|
|
|
|
|
echo '<option value="'.$item->id.'">'.$item->name.'</option>'; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
?> |
|
|
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary btn-a-invalid">勾选无效数据</button> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|