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