|
@@ -62,7 +62,7 @@
|
|
|
<div class="page-container">
|
|
|
<div class="text-c">
|
|
|
<form action="${path}/admin/salesOrder/list_order_page" method="post">
|
|
|
- <div style="position: relative;float: left;display: block;width: 110px;height: 36px;" id="addOrderDiv" >
|
|
|
+ <div style="position: relative;float: left;display: none;width: 110px;height: 36px;" id="addOrderDiv" >
|
|
|
<button type="button" style="top: 0px;" class="my-btn-search my-order" id="addOrderType" >录入订单</button>
|
|
|
<button type="button" style="top: 36px;display: none;" class="my-btn-search my-order" id="addOrderManual" onclick="toAddOrderManual();">手动录入</button>
|
|
|
<button type="button" style="top: 72px;display: none;" class="my-btn-search my-order" id="addOrderExcel" onclick="toAddOrderExcel();">Excel导入</button>
|