- <div style="margin-left: 100px;width: 320px;">
- <form action="" method="post" name="form2" id="form2">
- <input type="hidden" name="id" value="{{ $id }}">
- {{ csrf_field() }}
- <div style="margin-bottom: 10px;font-size: 16px;">本次的面试结果为:</div>
- <div style="height: 22px;"><label ><input type="radio" name="status" value="1" />面试通过</label></div>
- <div style="height: 22px;"><label ><input type="radio" name="status" value="2" />面试未通过</label></div>
- <div style="height: 22px;"><label ><input type="radio" name="status" value="3" />未参加面试</label></div>
- <div style="height: 22px;"><label ><input type="radio" name="status" value="4" />面试变更时间</label></div>
- <div style="margin-top: 10px;">
- <p>备注:</p>
- <textarea name="notes" rows="3" cols="35"></textarea>
- </div>
- </form>
- </div>
|