|
@@ -129,11 +129,12 @@
|
|
|
<input type="text" style="width:150px;height:36px;margin-right: 0px;" name="startDate" id="startDate" class="input-text" placeholder="开始时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss',skin:'whyGreen' })" value="${(salesOrder.startDate?string("yyyy-MM-dd HH:mm:ss"))!''}" readonly="readonly"/>-
|
|
|
<input type="text" style="width:150px;height:36px;margin-right: 0px;" name="endDate" id="endDate" class="input-text" placeholder="结束时间" onClick="WdatePicker({ dateFmt:'yyyy-MM-dd HH:mm:ss',skin:'whyGreen' })" value="${(salesOrder.endDate?string("yyyy-MM-dd HH:mm:ss"))!''}" readonly="readonly"/>
|
|
|
<button type="submit" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id=""><i class="Hui-iconfont"></i> 搜索</button>
|
|
|
- <button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="order_excel"><i class="Hui-iconfont"></i> 导出</button>
|
|
|
- <button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="synOrder"><i class="Hui-iconfont"></i> 同步订单</button>
|
|
|
- <button onClick="upFiles();" class="btn radius" style="background: #32a3d8;color: #fff;" type="button"><i class="Hui-iconfont"></i> 上传Excel(仅支持XLS类型)</button>
|
|
|
- <button onClick="upFiles2();" class="btn radius" style="background: #32a3d8;color: #fff;" type="button"><i class="Hui-iconfont"></i> 上传物流信息(仅支持XLS类型)</button>
|
|
|
- <button onClick="downloadOrder();" class="btn radius" style="background: #32a3d8;color: #fff;" type="button"><i class="Hui-iconfont"></i> 下载订单</button>
|
|
|
+ <button onClick="downloadOrder();" <#--onMouseOver="showDownloadOrderInfo();" onMouseOut="hideDownloadOrderInfo();"--> class="btn radius" style="background: #32a3d8;color: #fff; height: 35px" type="button" title="下载第三方平台的发货信息"><i class="Hui-iconfont"></i> 下载订单</button>
|
|
|
+ <#-- <button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="order_excel"><i class="Hui-iconfont"></i> 导出</button>-->
|
|
|
+ <#--<button type="button" class="btn" style="background: #32a3d8;color: #fff;-webkit-transform:translateY(-5%);height: 35px;" id="synOrder"><i class="Hui-iconfont"></i> 同步订单</button>-->
|
|
|
+ <button onClick="upFiles();" class="btn radius" style="background: #32a3d8;color: #fff; height: 35px" type="button"><i class="Hui-iconfont"></i> 上传Excel(仅支持XLS类型)</button>
|
|
|
+ <button onClick="upFiles2();" class="btn radius" style="background: #32a3d8;color: #fff; height: 35px" type="button"><i class="Hui-iconfont"></i> 上传物流信息(仅支持XLS类型)</button>
|
|
|
+ <#--<button onClick="downloadOrder();" class="btn radius" style="background: #32a3d8;color: #fff;" type="button"><i class="Hui-iconfont"></i> 下载订单</button>-->
|
|
|
|
|
|
</div>
|
|
|
</form>
|
|
@@ -265,6 +266,13 @@
|
|
|
function sales_order_detail(orderSaleId) {
|
|
|
window.location.href= "${path}/admin/salesOrder/select_sales_order?salesId="+orderSaleId;
|
|
|
}
|
|
|
+ /*onMouseOver="showDownloadOrderInfo();" onMouseOut="hideDownloadOrderInfo();"*/
|
|
|
+ function showDownloadOrderInfo() {
|
|
|
+
|
|
|
+ }
|
|
|
+ function hideDownloadOrderInfo() {
|
|
|
+
|
|
|
+ }
|
|
|
/*$(function () {
|
|
|
/!*初始化店铺*!/
|
|
|
initEfastStoreName();
|