|
@@ -204,7 +204,7 @@
|
|
|
</tr>
|
|
|
<?php foreach ($output['merchant_list'] as $k => $merchant) { ?>
|
|
|
<tr class="w500 trFlex">
|
|
|
- <td style="width: 130px;min-width:130px;white-space: nowrap;display: flex;align-items: center;" class="tbFlex">
|
|
|
+ <td style="white-space: nowrap;display: flex;align-items: center;" class="tbFlex">
|
|
|
<input type="checkbox" class="checkAllRow" />
|
|
|
<?php if ($merchant['merchant_state'] == 1) { ?>
|
|
|
<span style="color: #48975A">
|
|
@@ -218,13 +218,11 @@
|
|
|
</td>
|
|
|
<?php foreach ($output['provider_list'] as $provider) { ?>
|
|
|
<td class="batch-td">
|
|
|
- <input type="checkbox" class="cellCheckBox cellCheckBox-<?php echo $k ?>" id="checkBoxList"
|
|
|
- name="items[<?php echo $merchant['mchid'] ?>][]" value="<?php echo "{$provider['provider_id']}-{$provider['name']}"; ?>"
|
|
|
- <?php
|
|
|
- if (!empty($output['merchant_channel_cfg']) && array_key_exists($merchant['mchid'], $output['merchant_channel_cfg']) && in_array($provider['provider_id'], $output['merchant_channel_cfg'][$merchant['mchid']])) {
|
|
|
- echo 'checked';
|
|
|
- }
|
|
|
- ?>>
|
|
|
+ <input type="checkbox" class="cellCheckBox cellCheckBox-<?php echo $k ?>" id="checkBoxList" name="items[<?php echo $merchant['mchid'] ?>][]" value="<?php echo "{$provider['provider_id']}-{$provider['name']}"; ?>" <?php
|
|
|
+ if (!empty($output['merchant_channel_cfg']) && array_key_exists($merchant['mchid'], $output['merchant_channel_cfg']) && in_array($provider['provider_id'], $output['merchant_channel_cfg'][$merchant['mchid']])) {
|
|
|
+ echo 'checked';
|
|
|
+ }
|
|
|
+ ?>>
|
|
|
</td>
|
|
|
<?php } ?>
|
|
|
</tr>
|
|
@@ -446,4 +444,4 @@
|
|
|
|
|
|
})
|
|
|
});
|
|
|
-</script>
|
|
|
+</script>
|