stanley-king 1 rok temu
rodzic
commit
57851bb93c

+ 0 - 2
admin/control/provider_ctl.php

@@ -8,8 +8,6 @@ class provider_ctlControl extends SystemControl
         parent::__construct();
     }
 
-    private function
-
     public function indexOp()
     {
         $type = $_GET['type'] ?? $_POST['type'];

+ 2 - 2
admin/templates/default/provider.amount.control.php

@@ -202,8 +202,8 @@
                                 <th class="align-center w120 mw120">通道单量</th>
                                 <?php foreach ($output['providers'] as $provider) { ?>
                                     <th class="align-center w165 mw165">
-                                        <input type="text" value="<?php echo $provider['channel_speed'] ?? '-1' ?>" name="channel_speed[]" class="w32" />
-                                    </th>    
+                                        <input type="text" value="<?php echo $provider['channel_speed'] ?? '-1' ?>" name="<?php echo $provider['provider_id']?>-channel-speed" class="w32" />
+                                    </th>
                                 <?php } ?>
                             </tr>
                         <!-- 第一层表头结束 -->