xiaoyu hace 3 años
padre
commit
63e66ef26c

+ 6 - 0
admin/control/merchant_info.php

@@ -119,6 +119,12 @@ class merchant_infoControl extends SystemControl
         if (trim($_GET['company_name']) != '') {
             $condition['company_name'] = $_GET['company_name'];
         }
+        if (trim($_GET['to_bank_username']) != '') {
+            $condition['to_bank_username'] = $_GET['to_bank_username'];
+        }
+        if (trim($_GET['to_bank_name']) != '') {
+            $condition['to_bank_name'] = $_GET['to_bank_name'];
+        }
         $start_unixtime = intval(strtotime($_GET['query_start_time']));
         $end_unixtime = intval(strtotime($_GET['query_end_time']));
         if ($start_unixtime > 0 && $end_unixtime > $start_unixtime) {

+ 7 - 2
admin/templates/default/merchant.evidence.list.php

@@ -37,7 +37,12 @@
                 <th><label for="company_name">机构公司名称</label></th>
                 <td><input type="text" value="<?php echo $_GET['company_name']; ?>" name="company_name"
                            id="company_name" class="txt"></td>
-
+                <th><label for="to_bank_username">收款银行开户人姓名</label></th>
+                <td><input type="text" value="<?php echo $_GET['to_bank_username']; ?>" name="to_bank_username"
+                           id="to_bank_username" class="txt"></td>
+                <th><label for="to_bank_name">收款银行名称</label></th>
+                <td><input type="text" value="<?php echo $_GET['to_bank_name']; ?>" name="to_bank_name"
+                           id="to_bank_name" class="txt"></td>
                 <th><label for="query_start_time">申请日期</label></th>
                 <td>
                     <input class="txt date" type="text" value="<?php echo $_GET['query_start_time']; ?>"
@@ -47,7 +52,7 @@
                            id="endTime" name="query_end_time" autocomplete="off" style="width:120px" />
                 </td>
 
-                <td><a href="javascript:void(0);" id="ncsubmit" class="btn-search "
+                <td><a href="javascript:void(0);" id="ncsubmit" class="btn-search"
                        title="<?php echo $lang['nc_query']; ?>">&nbsp;</a>
                     <?php if ($output['company_name'] != '') { ?>
                         <a href="index.php?act=merchant_info&op=merchant_evidence" class="btns "