|
@@ -214,7 +214,7 @@
|
|
|
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
|
|
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
|
|
|
<div class="ul-form">
|
|
|
- <strong>供应商:${CmDiscernReceipt.shopName}</strong>
|
|
|
+ <strong>供应商:${CmDiscernReceipt.shopName}</strong>
|
|
|
<br/>
|
|
|
<br/>
|
|
|
<div class="flex-wrap">
|
|
@@ -227,13 +227,12 @@
|
|
|
onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
|
- <input class="btn btn-primary"
|
|
|
- onclick="offocea(${CmDiscernReceipt.receiptID},${CmDiscernReceipt.shopID},'${CmDiscernReceipt.shopName}','${CmDiscernReceipt.linkMan}')"
|
|
|
- type="button" value="免除上架费"/>
|
|
|
+ <%-- <input class="btn btn-primary" onclick="offocea(${CmDiscernReceipt.receiptID},${CmDiscernReceipt.shopID},'${CmDiscernReceipt.shopName}','${CmDiscernReceipt.linkMan}')" type="button" value="免除上架费"/>--%>
|
|
|
+ <input class="btn btn-primary"
|
|
|
+ onclick="offocea('${CmDiscernReceipt.shopID}','${CmDiscernReceipt.shopName}','${CmDiscernReceipt.linkMan}')"
|
|
|
+ type="button" value="免除上架费"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</form:form>
|
|
|
<sys:message content="${message}"/>
|
|
|
<table id="contentTable" class="table table-striped table-bordered table-condensed">
|