|
|
|
@ -238,7 +238,7 @@
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr class="deposit-item no-deposit">
|
|
|
|
|
<tr class="deposit-item">
|
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>押金付款方式:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select name="deposit[pay_type]" id="deposit-pay-type" class="select_gallery">
|
|
|
|
@ -250,7 +250,7 @@
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="deposit-item no-deposit need-amount">
|
|
|
|
|
<tr class="deposit-item need-amount">
|
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>押金支付方式:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select name="deposit[pay_way]" id="deposit-pay-way" class="select_gallery">
|
|
|
|
@ -262,21 +262,21 @@
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="deposit-item no-deposit need-amount">
|
|
|
|
|
<tr class="deposit-item need-amount">
|
|
|
|
|
<td class="l"><?php if($record):?><i class="mustmark">*</i><?php endif?>押金金额:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="txt ratio" name="deposit[amount]" id="deposit-amount" value="<?=$record?$record['amount']:''?>" placeholder="请输入押金金额">
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="deposit-item no-deposit need-amount">
|
|
|
|
|
<tr class="deposit-item need-amount">
|
|
|
|
|
<td class="l">押金付款人:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="txt ratio" name="deposit[payer]" id="deposit-payer" value="<?=$record?$record['payer']:''?>" placeholder="请输入押金付款人">
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="deposit-item no-deposit need-amount">
|
|
|
|
|
<tr class="deposit-item need-amount">
|
|
|
|
|
<td class="l">押金付款账号:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="txt ratio" name="deposit[pay_account]" id="deposit-pay-account" value="<?=$record?$record['pay_account']:''?>" placeholder="请输入押金付款账号">
|
|
|
|
|