|
@@ -33,7 +33,7 @@
|
|
|
<input type="hidden" name="op" value="refill_order"/>
|
|
|
<input type="hidden" name="export" value=""/>
|
|
|
<input type="hidden" name="fShowStat" value=""/>
|
|
|
- <table class="tb-type1 noborder search">
|
|
|
+ <table class="tb-type1 noborder search" style="min-width:1400px">
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<th><label>我方订单号</label></th>
|
|
@@ -176,7 +176,7 @@
|
|
|
title="<?php echo $lang['nc_query']; ?>">
|
|
|
</a>
|
|
|
</td>
|
|
|
- <td>
|
|
|
+ <td class="w82">
|
|
|
<a href="javascript:void(0);" id="ncstat" class="btns">
|
|
|
<span>搜索+统计</span>
|
|
|
</a>
|
|
@@ -217,7 +217,7 @@
|
|
|
</table>
|
|
|
</form>
|
|
|
<?php if($_GET['fShowStat'] == 1){?>
|
|
|
- <table class="table tb-type2" id="prompt">
|
|
|
+ <table class="table tb-type2" id="prompt" style="min-width:1400px">
|
|
|
<tbody>
|
|
|
<tr class="space odd">
|
|
|
<th colspan="12"><div class="title"><h5>
|
|
@@ -277,7 +277,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<?php }?>
|
|
|
- <table class="table tb-type2 nobdb">
|
|
|
+ <table class="table tb-type2 nobdb" style="min-width:1400px">
|
|
|
<thead>
|
|
|
<tr class="thead">
|
|
|
<th class="align-center">编号</th>
|