|
|
@ -151,7 +151,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="settlement_type" id="settlement_type" class="select_gallery" <if condition="$hav_check eq 1">disabled</if>>
|
|
|
|
<select name="settlement_type" id="settlement_type" class="select_gallery" disabled>
|
|
|
|
<option value="0" <if condition="$data['settlement_type'] eq 0">selected</if>>无</option>
|
|
|
|
<option value="0" <if condition="$data['settlement_type'] eq 0">selected</if>>无</option>
|
|
|
|
<option value="1" <if condition="$data['settlement_type'] eq 1">selected</if>>周结</option>
|
|
|
|
<option value="1" <if condition="$data['settlement_type'] eq 1">selected</if>>周结</option>
|
|
|
|
<option value="2" <if condition="$data['settlement_type'] eq 2">selected</if>>月结</option>
|
|
|
|
<option value="2" <if condition="$data['settlement_type'] eq 2">selected</if>>月结</option>
|
|
|
@ -162,7 +162,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="invoice_type" id="invoice_type" class="select_gallery" <if condition="$hav_check eq 1">disabled</if>>
|
|
|
|
<select name="invoice_type" id="invoice_type" class="select_gallery" disabled>
|
|
|
|
<option value="0" <if condition="$data['invoice_type'] eq 0">selected</if>>无</option>
|
|
|
|
<option value="0" <if condition="$data['invoice_type'] eq 0">selected</if>>无</option>
|
|
|
|
<option value="1" <if condition="$data['invoice_type'] eq 1">selected</if>>专票</option>
|
|
|
|
<option value="1" <if condition="$data['invoice_type'] eq 1">selected</if>>专票</option>
|
|
|
|
<option value="2" <if condition="$data['invoice_type'] eq 2">selected</if>>普票</option>
|
|
|
|
<option value="2" <if condition="$data['invoice_type'] eq 2">selected</if>>普票</option>
|
|
|
|