|
@@ -24,7 +24,8 @@
|
|
</div>
|
|
</div>
|
|
<form id="validateForm" action="${ctx}/advertiser/main/ad/order/save" method="post">
|
|
<form id="validateForm" action="${ctx}/advertiser/main/ad/order/save" method="post">
|
|
<input type="hidden" id="balance" value="${balance!}"/>
|
|
<input type="hidden" id="balance" value="${balance!}"/>
|
|
- <input type="hidden" id="advertiserId" value="${advertiserId!}"/>
|
|
|
|
|
|
+ <input type="hidden" id="advertiserId" name="advertiserId" value="${advertiserId!}"/>
|
|
|
|
+ <input type="hidden" id="agentId" name="agentId" value="${agentId!}"/>
|
|
<div class="input-group">
|
|
<div class="input-group">
|
|
<label class="input-label"><span class="lbl-yes">*</span>订单名称:</label>
|
|
<label class="input-label"><span class="lbl-yes">*</span>订单名称:</label>
|
|
<input class="input-text" tabindex="1" id="name" name="name" type="text" value="" verify="unspecial/255/1/0"/><span class="spanVaildate"></span>
|
|
<input class="input-text" tabindex="1" id="name" name="name" type="text" value="" verify="unspecial/255/1/0"/><span class="spanVaildate"></span>
|