|
|
@@ -252,64 +252,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <!-- 弹窗隐藏区域 -->
|
|
|
- <div id="myModal" class="modal">
|
|
|
- <input type="hidden" id="matchid" name="matchid" value="">
|
|
|
- <div class="modal-content">
|
|
|
- <div class="modal-header">
|
|
|
- <span class="close">×</span>
|
|
|
- <h2>赛事结果添加</h2>
|
|
|
- </div>
|
|
|
- <div class="modal-body">
|
|
|
- <p style="text-align:left;color:#5f7788;">请认真填写赛事结果,将会按照改结果结算</p><br>
|
|
|
- <div style="text-align:left;">
|
|
|
- <div style="display: flex;">
|
|
|
- <li>最先进球球队:</li><input type="text" id="firstscore" name="firstscore" value="">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>最后进球球队:</li><input type="text" id="lastscore" name="lastscore" value="">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li> 获 胜 球 队 :</li><input type="text" id="matchwiner" name="matchwiner" value="">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>上主队进球数:</li><input type="text" id="uhomescore" name="uhomescore" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>上客队进球数:</li><input type="text" id="uguestscore" name="uguestscore" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>主队全场角球:</li><input type="text" id="homeallcard" name="homeallcard" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>客队全场角球:</li><input type="text" id="guestallcard" name="guestallcard" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>主队半场角球:</li><input type="text" id="homehalfcard" name="homehalfcard" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>客队半场角球:</li><input type="text" id="guesthalfcard" name="guesthalfcard" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>主队全场罚牌:</li><input type="text" id="homeallcorner" name="homeallcorner" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>客队全场罚牌:</li><input type="text" id="guestallcorner" name="guestallcorner" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>主队半场罚牌:</li><input type="text" id="homehalfcorner" name="homehalfcorner" value="" autocomplete="off">
|
|
|
- </div>
|
|
|
- <div style="display: flex;">
|
|
|
- <li>客队半场罚牌:</li><input type="text" id="guesthalfcorner" name="guesthalfcorner" value="" autocomplete="off">
|
|
|
- </div><br>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="modal-footer">
|
|
|
- <button class="ok" onchange="buttonClick()"><h3>确定</h3></button> <button class="no"><h3>取消</h3></button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
<script type="text/javascript">
|
|
|
$(function () {
|
|
|
$('body').on('click', 'a[eventtype="event-delete"]', function () {
|
|
|
@@ -623,3 +565,61 @@ $('.lay-btn-diy').on('click', function(){
|
|
|
|
|
|
@include('vip.datatable')
|
|
|
@endsection
|
|
|
+
|
|
|
+<!-- 弹窗隐藏区域 -->
|
|
|
+ <div id="myModal" class="modal">
|
|
|
+ <input type="hidden" id="matchid" name="matchid" value="">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <span class="close">×</span>
|
|
|
+ <h2>赛事结果添加</h2>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <p style="text-align:left;color:#5f7788;">请认真填写赛事结果,将会按照改结果结算</p><br>
|
|
|
+ <div style="text-align:left;">
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>最先进球球队:</li><input type="text" id="firstscore" name="firstscore" value="">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>最后进球球队:</li><input type="text" id="lastscore" name="lastscore" value="">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li> 获 胜 球 队 :</li><input type="text" id="matchwiner" name="matchwiner" value="">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>上主队进球数:</li><input type="text" id="uhomescore" name="uhomescore" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>上客队进球数:</li><input type="text" id="uguestscore" name="uguestscore" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>主队全场角球:</li><input type="text" id="homeallcard" name="homeallcard" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>客队全场角球:</li><input type="text" id="guestallcard" name="guestallcard" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>主队半场角球:</li><input type="text" id="homehalfcard" name="homehalfcard" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>客队半场角球:</li><input type="text" id="guesthalfcard" name="guesthalfcard" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>主队全场罚牌:</li><input type="text" id="homeallcorner" name="homeallcorner" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>客队全场罚牌:</li><input type="text" id="guestallcorner" name="guestallcorner" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>主队半场罚牌:</li><input type="text" id="homehalfcorner" name="homehalfcorner" value="" autocomplete="off">
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <li>客队半场罚牌:</li><input type="text" id="guesthalfcorner" name="guesthalfcorner" value="" autocomplete="off">
|
|
|
+ </div><br>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button class="ok" onchange="buttonClick()"><h3>确定</h3></button> <button class="no"><h3>取消</h3></button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|