|
@ -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> |
|
|