|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">开票税点:</td>
|
|
|
|
|
<td class="r" >
|
|
|
|
|
<input type="text" class="txt " name="inoice_rate" value="{$data.inoice_rate}" placeholder="请输入开票税点" readonly><span style="margin-left: 3px;padding-top: 5px">%</span>
|
|
|
|
|
<input type="text" class="txt " name="inoice_rate" value="{$data.invoice_rate}" placeholder="请输入开票税点" readonly><span style="margin-left: 3px;padding-top: 5px">%</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
@ -199,14 +199,14 @@
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo"><i class="mustmark" style="margin-left:-7px">*</i>是否有预付款:</td>
|
|
|
|
|
<td class="l noticeinfo">是否有预付款:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="0" name="has_advance_charge" <if condition="$data['has_advance_charge'] eq 0">checked</if> readonly> 否
|
|
|
|
|
<input type="radio" class="inp_radio" value="0" name="has_advance_charge" <if condition="$data['has_advance_charge'] eq 0">checked</if> disabled> 否
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="has_advance_charge" <if condition="$data['has_advance_charge'] eq 1">checked</if> readonly> 是
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="has_advance_charge" <if condition="$data['has_advance_charge'] eq 1">checked</if> disabled> 是
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
@ -214,15 +214,15 @@
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo"><i class="mustmark" style="margin-left:-7px">*</i>承担服务费:</td>
|
|
|
|
|
<td class="l noticeinfo">承担服务费:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn" style="width: auto;">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="0" name="has_server_fee" <if condition="$data['has_server_fee'] eq 0">checked</if> readonly> 否
|
|
|
|
|
<input type="radio" class="inp_radio" value="0" name="has_server_fee" <if condition="$data['has_server_fee'] eq 0">checked</if> disabled> 否
|
|
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="has_server_fee" <if condition="$data['has_server_fee'] eq 1">checked</if> readonly> 是
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="has_server_fee" <if condition="$data['has_server_fee'] eq 1">checked</if> disabled> 是
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="notice-text" id="server_fee_input" style="color: #000;<if condition="$data['has_server_fee'] eq 0">display: none;</if>"><input type="text" class="txt " name="server_fee" value="{$data['server_fee']}" placeholder="请输入服务器费用" style="width: 100px;" readonly> 元</span>
|
|
|
|
@ -230,14 +230,14 @@
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo"><i class="mustmark" style="margin-left:-7px">*</i>合作关系:</td>
|
|
|
|
|
<td class="l noticeinfo">合作关系:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="cooperation_status" <if condition="$data['cooperation_status'] eq 1">checked</if> readonly> 合作中
|
|
|
|
|
<input type="radio" disabled class="inp_radio" value="1" name="cooperation_status" <if condition="$data['cooperation_status'] eq 1">checked</if> > 合作中
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="0" name="cooperation_status" <if condition="$data['cooperation_status'] eq 0">checked</if> readonly> 停止合作
|
|
|
|
|
<input type="radio" disabled class="inp_radio" value="0" name="cooperation_status" <if condition="$data['cooperation_status'] eq 0">checked</if> > 停止合作
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
@ -245,14 +245,14 @@
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo"><i class="mustmark" style="margin-left:-7px">*</i>显示状态:</td>
|
|
|
|
|
<td class="l noticeinfo">显示状态:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="status" <if condition="$data['status'] eq 1">checked</if> readonly> 开启
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="status" <if condition="$data['status'] eq 1">checked</if> disabled> 开启
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="0" name="status" <if condition="$data['status'] eq 0">checked</if> readonly> 关闭
|
|
|
|
|
<input type="radio" class="inp_radio" value="0" name="status" <if condition="$data['status'] eq 0">checked</if> disabled> 关闭
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|