|
|
@ -150,7 +150,7 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark">*</i>支付宝支付配置:</td>
|
|
|
|
<td class="l"><i class="mustmark">*</i>支付宝支付配置:</td>
|
|
|
|
<td class="r">
|
|
|
|
<td class="r">
|
|
|
|
<select name="alipay_merchant_id" id="alipay-merchant-select" class="select_gallery">
|
|
|
|
<select name="alipay_merchant_id" id="alipay-merchant-select" class="select_gallery" style="width: 350px;">
|
|
|
|
<option value="0">跟随系统默认商户</option>
|
|
|
|
<option value="0">跟随系统默认商户</option>
|
|
|
|
<?php foreach($aliMerchants as $merchant):?>
|
|
|
|
<?php foreach($aliMerchants as $merchant):?>
|
|
|
|
<option value="<?=$merchant['id']?>" <?php if($record['alipay_merchant_id']==$merchant['id']):?>selected<?php endif;?>><?=$merchant['name']?>(<?=$merchant['account']?>)</option>
|
|
|
|
<option value="<?=$merchant['id']?>" <?php if($record['alipay_merchant_id']==$merchant['id']):?>selected<?php endif;?>><?=$merchant['name']?>(<?=$merchant['account']?>)</option>
|
|
|
@ -161,7 +161,7 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark">*</i>微信支付配置:</td>
|
|
|
|
<td class="l"><i class="mustmark">*</i>微信支付配置:</td>
|
|
|
|
<td class="r">
|
|
|
|
<td class="r">
|
|
|
|
<select name="weixin_merchant_id" id="weixin-merchant-select" class="select_gallery">
|
|
|
|
<select name="weixin_merchant_id" id="weixin-merchant-select" class="select_gallery" style="width: 350px;">
|
|
|
|
<option value="0">跟随系统默认商户</option>
|
|
|
|
<option value="0">跟随系统默认商户</option>
|
|
|
|
<?php foreach($weixinMerchants as $merchant):?>
|
|
|
|
<?php foreach($weixinMerchants as $merchant):?>
|
|
|
|
<option value="<?=$merchant['id']?>" <?php if($record['weixin_merchant_id']==$merchant['id']):?>selected<?php endif;?>><?=$merchant['name']?>(<?=$merchant['account']?>)</option>
|
|
|
|
<option value="<?=$merchant['id']?>" <?php if($record['weixin_merchant_id']==$merchant['id']):?>selected<?php endif;?>><?=$merchant['name']?>(<?=$merchant['account']?>)</option>
|
|
|
@ -172,7 +172,7 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark">*</i>快捷支付配置:</td>
|
|
|
|
<td class="l"><i class="mustmark">*</i>快捷支付配置:</td>
|
|
|
|
<td class="r">
|
|
|
|
<td class="r">
|
|
|
|
<select name="express_merchant_id" id="express-merchant-select" class="select_gallery">
|
|
|
|
<select name="express_merchant_id" id="express-merchant-select" class="select_gallery" style="width: 350px;">
|
|
|
|
<option value="0">跟随系统默认商户</option>
|
|
|
|
<option value="0">跟随系统默认商户</option>
|
|
|
|
<?php foreach($expressMerchants as $merchant):?>
|
|
|
|
<?php foreach($expressMerchants as $merchant):?>
|
|
|
|
<option value="<?=$merchant['id']?>" <?php if($record['express_merchant_id']==$merchant['id']):?>selected<?php endif;?>><?=$merchant['name']?>(<?=$merchant['account']?>)</option>
|
|
|
|
<option value="<?=$merchant['id']?>" <?php if($record['express_merchant_id']==$merchant['id']):?>selected<?php endif;?>><?=$merchant['name']?>(<?=$merchant['account']?>)</option>
|
|
|
|