Browse Source

文字

gary
jrbin 1 year ago
parent
commit
d90196db13
  1. 8
      wms/sign/list.php

8
wms/sign/list.php

@ -90,14 +90,14 @@ $flow_name_opt = (array_unique($flow_name_opt, SORT_REGULAR));
<thead> <thead>
<tr> <tr>
<td colspan="8"> <td colspan="8">
<h3 style='text-align:center'>签查询</h3> <h3 style='text-align:center'>簽查詢</h3>
</td> </td>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<th style='width:50px'>统名称</th> <th style='width:50px'>統名稱</th>
<td colspan='1'> <td colspan='1'>
<select class='form-control' name='system_id'> <select class='form-control' name='system_id'>
<?php <?php
@ -108,7 +108,7 @@ $flow_name_opt = (array_unique($flow_name_opt, SORT_REGULAR));
?> ?>
</select> </select>
</td> </td>
<th>流程名</th> <th>流程名</th>
<td colspan='1'> <select class='form-control' name='flow_id'> <td colspan='1'> <select class='form-control' name='flow_id'>
<?php <?php
echo " <option class='form-control' value='%' >全部</option>"; echo " <option class='form-control' value='%' >全部</option>";
@ -123,7 +123,7 @@ $flow_name_opt = (array_unique($flow_name_opt, SORT_REGULAR));
<tfoot> <tfoot>
<tr> <tr>
<td colspan="8" style='text-align:center'> <td colspan="8" style='text-align:center'>
<button type="submit" style='text-align:center; margin:0 auto;width:50px' class="btn btn-primary"></button> <button type="submit" style='text-align:center; margin:0 auto;width:50px' class="btn btn-primary"></button>
</td> </td>
</tr> </tr>
</tfoot> </tfoot>

Loading…
Cancel
Save