|
@@ -0,0 +1,38 @@
|
|
|
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
|
|
|
+<link type="text/css" href="/ui/css/smtable.css" rel="stylesheet" />
|
|
|
+<form id="import-formImport" name="formImport" enctype="multipart/form-data" action="/instock/order/importDate" method="post">
|
|
|
+ <table class="editTable" style="margin-left: 10px;">
|
|
|
+ <tr>
|
|
|
+ <td class="label">请选择需要导入的文件</td>
|
|
|
+ <td>
|
|
|
+ <input id="importFile" type="text" name="file"
|
|
|
+ data-toggle="topjui-filebox"
|
|
|
+ data-options="buttonIcon:'fa fa-folder'">
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="4">
|
|
|
+ <div class="divider">
|
|
|
+ <span>Excel模板最后更新于2021-02-04,务必使用最新模板文件.<a href="http://wms.amiciscs.com:90/fileserver/download?name=1Utw70tszL1560412449664.xlsx"><b>点击下载</b></a></span>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+</form>
|
|
|
+
|
|
|
+<!-- 结果区 -->
|
|
|
+<div id="import-importResult" style="width:790px;height:400px;overflow: auto">
|
|
|
+ <table id="import-resultTable" style="width:750px;text-align: left;margin-left:10px; margin-top: 5px;display: none;" class="smtable">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th style="width:50px;font-weight: bold;">行号</th>
|
|
|
+ <th style="width:80px;font-weight: bold;">校验结果</th>
|
|
|
+ <th style="width:600px;font-weight: bold;">详情</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody id="import-resultBody">
|
|
|
+
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+</div>
|
|
|
+<script type="text/javascript" src="/ui/js/instock/order/inOrder/importDate.js?v=001"></script>
|