|
@@ -137,21 +137,24 @@
|
|
|
<input class="inputnone" type="hidden" name="id" id="id" value=""/>
|
|
|
<div class="tc3_search1" style="margin-left:10px;">
|
|
|
<%--上架形式--%>
|
|
|
- <span style="width:120px;">上架形式1:</span>
|
|
|
- <div id="agent_rule_type">
|
|
|
+ <span style="width:120px;">上架形式:</span>
|
|
|
+ <%--<input type="text" name="upType" id="upType" value="<c:if test="${auditBean.upType==1}"> 置换报价 </c:if> <c:if test="${auditBean.upType==2}"> 网络竞销</c:if>" />--%>
|
|
|
|
|
|
- </div>
|
|
|
+ <input style="margin:-2px 4px 1px 0;vertical-align:middle;width:20px;" type="radio" id="upType1"
|
|
|
+ name="upType" checked="checked" value='1'/>置换报价
|
|
|
+ <input style="margin:-2px 4px 1px 0;vertical-align:middle;width:20px;" type="radio" id="upType2"
|
|
|
+ name="upType" value='2'/>网络竞销
|
|
|
<span style="width:120px;">单台保证金(万元):</span><input type="text" name="bail" id="bail"
|
|
|
maxlength="8" value=""/>
|
|
|
</div>
|
|
|
- <div class="tc3_search1" style="margin-left:10px;" id="hide1">
|
|
|
- <span style="width:120px;letter-spacing:3px;">最低价(万元):</span><input type="text" name="minPrice" id="minPrice" maxlength="8" value="${auditBean.minPrice}" style="width: 40px;" />
|
|
|
- <span style="width:120px;letter-spacing:3px;">最高价(万元):</span><input type="text" name="maxPrice" id="maxPrice" maxlength="8" value="${auditBean.maxPrice}" style="width: 40px;"/>
|
|
|
- <span style="width:120px;letter-spacing:3px;">保留价(万元):</span><input type="text" name="persistPrice" id="persistPrice" maxlength="8" value="${auditBean.persistPrice}" style="width: 40px;"/>
|
|
|
- </div>
|
|
|
- <div class="tc3_search1" style="margin-left:10px;" id="hide2">
|
|
|
- <span style="width:120px;letter-spacing:3px;">起拍价(万元):</span><input type="text" name="minMoney" id="minMoney" value="${auditBean.minMoney}" />
|
|
|
- <span style="width:120px;letter-spacing:3px;">报价幅度(万元):</span><input type="text" name="moneyRange" id="moneyRange" value="${auditBean.moneyRange}" />
|
|
|
+ <div class="tc3_search1" style="margin-left:10px;">
|
|
|
+ <span style="width:120px;letter-spacing:3px;">起拍价(万元):</span><input type="text" name="minMoney"
|
|
|
+ id="minMoney" maxlength="8"
|
|
|
+ value=""/>
|
|
|
+ <span style="width:120px;letter-spacing:3px;">报价幅度(万元):</span><input type="text"
|
|
|
+ name="moneyRange"
|
|
|
+ id="moneyRange"
|
|
|
+ maxlength="8" value=""/>
|
|
|
</div>
|
|
|
<div class="tc3_search1" style="margin-left:10px;">
|
|
|
<span style="width:120px;letter-spacing:3px;">开始时间:</span><input readonly="readonly"
|
|
@@ -196,16 +199,6 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <div class="tc3_search1" style="margin-left:10px;">
|
|
|
- <span style="width:120px;letter-spacing:5px;">是否精品机:</span>
|
|
|
- <input style="margin:-2px 4px 1px 0;vertical-align:middle;width:20px;" type="radio" id="is_good"
|
|
|
- name="is_good" value='2'/>是
|
|
|
- <input style="margin:-2px 4px 1px 0;vertical-align:middle;width:20px;" type="radio" id="not_good"
|
|
|
- name="is_good" checked="checked" value='1'/>否
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
<div class="tc3_search1" style="margin-left:10px;">
|
|
|
<span style="width:120px;letter-spacing:1px;margin-bottom:10px;">车商推送模板:</span>
|
|
|
<textarea name="sms" id="sms" maxlength="100" style="width:400px;height:80px;"></textarea>
|