Explorar o código

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

* 'raccount' of 39.97.239.116:gyfl/xyzshop:
  admin update
gang.huang %!s(int64=2) %!d(string=hai) anos
pai
achega
c49ea033b8
Modificáronse 1 ficheiros con 13 adicións e 14 borrados
  1. 13 14
      admin/templates/default/provider.amount.control.php

+ 13 - 14
admin/templates/default/provider.amount.control.php

@@ -189,9 +189,9 @@
                                 <th class="align-center w120 mw120" style="height:16px">类目</td>
                                     <?php foreach ($output['providers'] as $provider) { ?>
                                 <th class="batch-td">
-                                    <div class="priority">
-                                        当前单量
-                                    </div>
+<!--                                    <div class="priority">-->
+<!--                                        当前单量-->
+<!--                                    </div>-->
                                     <div class="listNum">
                                         单量
                                         <div class="batch" style="display: inline-block"><i class="icon-edit" title="批量操作"></i>
@@ -228,18 +228,17 @@
                                     </td>
                                     <?php foreach ($output['providers'] as $provider) { ?>
                                         <input type="hidden" name="str[]" value="<?php echo "{$provider['provider_id']}-{$amount['type']}-{$amount['amount']}-{$output['datas'][$provider['provider_id']][$key]['has']}"; ?>">
-                                        <input type="hidden" name="channel_ctl_model[]" value="<?php echo $output['channel_ctl_model']["{$provider['name']}-{$amount['amount']}-{$amount['type']}"][0] ?? 0; ?>">
                                         <td class="batch-td" data-color="<?php echo $amount['type']; ?>">
-                                            <div class="priority">
-                                                <?php
-                                                $keyName = "{$provider['name']}-{$amount['amount']}-{$amount['type']}";
-                                                if (array_key_exists($keyName, $output['channel_ctl_model'])) {
-                                                    echo ceil($output['channel_ctl_model'][$keyName][0]);
-                                                } else {
-                                                    echo 0;
-                                                }
-                                                ?>
-                                            </div>
+<!--                                            <div class="priority">-->
+<!--                                                --><?php
+//                                                $keyName = "{$provider['name']}-{$amount['amount']}-{$amount['type']}";
+//                                                if (array_key_exists($keyName, $output['channel_ctl_model'])) {
+//                                                    echo ceil($output['channel_ctl_model'][$keyName][0]);
+//                                                } else {
+//                                                    echo 0;
+//                                                }
+//                                                ?>
+<!--                                            </div>-->
                                             <div class="listNum">
                                                 <input type="text" class="input-one styleOne w46" name="speed[]" autocomplete="off" value="<?php echo $output['datas'][$provider['provider_id']][$key]['speed'] ?>" <?php if ($output['datas'][$provider['provider_id']][$key]['has'] == 0) { ?> readOnly style="background-color:#eaeaea;" <?php } ?>>
                                             </div>