|
|
|
@ -119,14 +119,14 @@
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="need-amount" <?php if($record && $record['pay_type']==3):?>style="display:none;"<?php endif;?>>
|
|
|
|
|
<td class="l"><?php if($record):?><i class="mustmark">*</i><?php endif?>付款人:</td>
|
|
|
|
|
<td class="l">付款人:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="txt ratio" name="payer" id="payer" value="<?=$record?$record['payer']:''?>" placeholder="请输入付款人">
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="need-amount" <?php if($record && $record['pay_type']==3):?>style="display:none;"<?php endif;?>>
|
|
|
|
|
<td class="l"><?php if($record):?><i class="mustmark">*</i><?php endif?>付款账号:</td>
|
|
|
|
|
<td class="l">付款账号:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="txt ratio" name="pay_account" id="pay_account" value="<?=$record?$record['pay_account']:''?>" placeholder="请输入付款账号">
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|