|
@@ -174,11 +174,10 @@
|
|
|
<?php } ?>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="align-center w120 mw120" style="height:16px">机构</td>
|
|
|
+ <th class="align-center w120 mw120" style="height:16px"></td>
|
|
|
<?php foreach ($output['provider_list'] as $provider) { ?>
|
|
|
<th class="batch-td">
|
|
|
<div class="listNum">
|
|
|
- 是否支持
|
|
|
<input type="checkbox" name="chbox" value="">
|
|
|
</div>
|
|
|
</th>
|
|
@@ -224,15 +223,6 @@
|
|
|
<link href="<?php echo RESOURCE_SITE_URL; ?>/js/jquery.Jcrop/jquery.Jcrop.min.css" rel="stylesheet" type="text/css" id="cssfile2" />
|
|
|
<script type="text/javascript">
|
|
|
$(function() {
|
|
|
- // $(window).scroll(function() {
|
|
|
- // let toLeft = document.documentElement.scrollLeft || document.body.scrollLeft;
|
|
|
- // if (toLeft > 0) {
|
|
|
- // let headLeft = toLeft - 20
|
|
|
- // $('#tableHread')[0].style.left = '-' + headLeft + 'px'
|
|
|
- // } else if (toLeft == 0) {
|
|
|
- // $('#tableHread')[0].style.left = 20 + 'px'
|
|
|
- // }
|
|
|
- // });
|
|
|
let isSubmit = true
|
|
|
$('.input-one').blur(function() {
|
|
|
let value = $(this)[0].value
|