|
@@ -105,8 +105,8 @@
|
|
|
<div class="radio-box">
|
|
|
<input type="radio" id="tel-3" name="customerSourceType" value="3" <#if customerInfo.customerSourceType == 3 >checked</#if>>
|
|
|
<label for="tel-3">其他</label>
|
|
|
- <input type="text" style="width: 321px;margin-left: 10px; <#if customerInfo.customerSourceType != 3 >display: none;</#if>" class="input-text" value="" placeholder="" id="customerSourceOld" name="customerSourceOld" placeholder="">
|
|
|
- <input type="hidden" value="${customerInfo.customerSource!''}" placeholder="" id="customerSource" name="customerSource" >
|
|
|
+ <input type="text" style="width: 321px;margin-left: 10px; <#if customerInfo.customerSourceType != 3 >display: none;</#if>" class="input-text" value="${customerInfo.customerSource!''}" placeholder="" id="customerSourceOld" name="customerSourceOld" placeholder="">
|
|
|
+ <input type="hidden" value="" placeholder="" id="customerSource" name="customerSource" >
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|