删除规划审查的数据申请
Showing
1 changed file
with
4 additions
and
36 deletions
| ... | @@ -473,12 +473,12 @@ input[type=checkbox]:checked:after { | ... | @@ -473,12 +473,12 @@ input[type=checkbox]:checked:after { |
| 473 | src="../../image/projecttask/search.png" | 473 | src="../../image/projecttask/search.png" |
| 474 | style="margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;" /> | 474 | style="margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;" /> |
| 475 | </div> | 475 | </div> |
| 476 | <div id="optionType" style="width:300px;" class="search"> | 476 | <%--<div id="optionType" style="width:300px;" class="search"> |
| 477 | <label>业务类型</label> <input id="projectTypes" type="text" | 477 | <label>业务类型</label> <input id="projectTypes" type="text" |
| 478 | oninput="valchange(this)" style="padding-right: 38px;" /> <a | 478 | oninput="valchange(this)" style="padding-right: 38px;" /> <a |
| 479 | class="glyphicon glyphicon-plus bindingAssignee" title="选择类型" | 479 | class="glyphicon glyphicon-plus bindingAssignee" title="选择类型" |
| 480 | onclick="selectProjecType()"></a> | 480 | onclick="selectProjecType()"></a> |
| 481 | </div> | 481 | </div>--%> |
| 482 | <!-- <div class="search" style="position: relative;"> | 482 | <!-- <div class="search" style="position: relative;"> |
| 483 | <label>业务类别</label> <select id="documentType" onchange="changeType()"> | 483 | <label>业务类别</label> <select id="documentType" onchange="changeType()"> |
| 484 | <option>所有</option> | 484 | <option>所有</option> |
| ... | @@ -486,18 +486,14 @@ input[type=checkbox]:checked:after { | ... | @@ -486,18 +486,14 @@ input[type=checkbox]:checked:after { |
| 486 | </select> | 486 | </select> |
| 487 | </div> --> | 487 | </div> --> |
| 488 | </div> | 488 | </div> |
| 489 | <div id="isTabs" style="height: 32px;"> | 489 | <%-- <div id="isTabs" style="height: 32px;"> |
| 490 | <div style="display: flex;height: 32px;"> | 490 | <div style="display: flex;height: 32px;"> |
| 491 | <div onclick="lyfunc.tabsChanges(2)" id="cgscTable" class="tabs-changes select-tables"> | 491 | <div onclick="lyfunc.tabsChanges(2)" id="cgscTable" class="tabs-changes select-tables"> |
| 492 | <img src="./img/menu-document-selected.png"/> | 492 | <img src="./img/menu-document-selected.png"/> |
| 493 | <span>成果审查</span> | 493 | <span>成果审查</span> |
| 494 | </div> | 494 | </div> |
| 495 | <div onclick="lyfunc.tabsChanges(1)" id="sjsqTable" class="tabs-changes"> | ||
| 496 | <img src="./img/menu-document-checkbox.png"/> | ||
| 497 | <span>数据申请</span> | ||
| 498 | </div> | ||
| 499 | </div> | 495 | </div> |
| 500 | </div> | 496 | </div>--%> |
| 501 | <div class="clearboth"></div> | 497 | <div class="clearboth"></div> |
| 502 | 498 | ||
| 503 | 499 | ||
| ... | @@ -513,34 +509,6 @@ input[type=checkbox]:checked:after { | ... | @@ -513,34 +509,6 @@ input[type=checkbox]:checked:after { |
| 513 | <div id="page2" style="float: right"></div> | 509 | <div id="page2" style="float: right"></div> |
| 514 | </div> | 510 | </div> |
| 515 | 511 | ||
| 516 | <!-- <div id="page" style="float: right"></div> --> | ||
| 517 | |||
| 518 | <!-- <div id="nvaTab" class="data-list" style="margin-top:10px;display:none"> | ||
| 519 | <div style="width: 100%;" dir="ltr" id="gbox_gridTable" | ||
| 520 | class="ui-jqgrid ui-widget ui-widget-content ui-corner-all"> | ||
| 521 | |||
| 522 | <div style="width: 100%;" id="gview_gridTable" | ||
| 523 | class="ui-jqgrid-view"> | ||
| 524 | |||
| 525 | <div id="dataTableDiv" class="ui-state-default ui-jqgrid-hdiv" style="width: 100%;"> | ||
| 526 | <table class="table datatable"> | ||
| 527 | |||
| 528 | </table> | ||
| 529 | <div class="nav-page"> | ||
| 530 | <div> | ||
| 531 | 共<span id="total_records"></span>条,共<span id="total_page"></span>页 | ||
| 532 | </div> | ||
| 533 | <nav style="cursor:pointer;"> | ||
| 534 | <ul class="pagination"> | ||
| 535 | </ul> | ||
| 536 | </nav> | ||
| 537 | </div> | ||
| 538 | |||
| 539 | </div> | ||
| 540 | </div> | ||
| 541 | </div> | ||
| 542 | </div> --> | ||
| 543 | |||
| 544 | <div id="msg" | 512 | <div id="msg" |
| 545 | style="display: none; position: absolute; top: 50%; left: 50%;"> | 513 | style="display: none; position: absolute; top: 50%; left: 50%;"> |
| 546 | <div | 514 | <div | ... | ... |
-
Please register or sign in to post a comment