| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <%@ page language="java" contentType="text/html;charset=GBK"
- pageEncoding="GBK"%>
- <div id="myTab" style="overflow:hidden;margin-top: 15px;" >
- <div title="1.仓库档案" id="depotTab" style="overflow: hidden;">
- <FORM method='POST' name="excelForm_depot" id="excelForm_depot" action="mtInitStockAction.do?task=excelImport&step=${step}&type=depot&isClearOldData=${!isSysStartUse }&curTab=tabitem1" enctype="multipart/form-data">
- <div class="forum-container">
- <center>
- <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
- <tr>
- <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
- <td class="l-table-edit-td"><input type="file" name="files_depot" id="files_depot" /></td>
- <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('depot')" class="l-button" value="导入" /></td>
- <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/1.depot.xls" >下载模版</a> </td>
- </tr>
- </TABLE>
- </center>
- </div>
- </FORM>
- <div id="depotGrid" style="margin: 0; padding: 0"></div>
- </div>
- <div title="2.计量单位" id="unitTab" style="overflow: hidden;">
- <FORM method='POST' name="excelForm_unit" id="excelForm_unit" action="mtInitStockAction.do?task=excelImport&step=${step}&type=unit&isClearOldData=${!isSysStartUse }&curTab=tabitem2" enctype="multipart/form-data">
- <div class="forum-container">
- <center>
- <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
- <tr>
- <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
- <td class="l-table-edit-td"><input type="file" name="files_unit" id="files_unit" /></td>
- <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('unit')" class="l-button" value="导入" /></td>
- <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/2.unit.xls" >下载模版</a> </td>
- </tr>
- </TABLE>
- </center>
- </div>
- </FORM>
- <div id="unitGrid" style="margin: 0; padding: 0"></div>
- </div>
- <div title="3.存货分类" id="productTypeTab" style="overflow: hidden;">
- <FORM method='POST' name="excelForm_productType" id="excelForm_productType" action="mtInitStockAction.do?task=excelImport&step=${step}&type=productType&isClearOldData=${!isSysStartUse }&curTab=tabitem3" enctype="multipart/form-data">
- <div class="forum-container">
- <center>
- <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
- <tr>
- <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
- <td class="l-table-edit-td"><input type="file" name="files_productType" id="files_productType" /></td>
- <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('productType')" class="l-button" value="导入" /></td>
- <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/3.productType.xls" >下载模版</a> </td>
- </tr>
- </TABLE>
- </center>
- </div>
- </FORM>
- <ul id="productTypeTree" class="tree" style="margin-top: 3px;">
- </div>
- <div title="4.存货档案" id="productTab" style="overflow: hidden;">
- <FORM method='POST' name="excelForm_product" id="excelForm_product" action="mtInitStockAction.do?task=excelImport&step=${step}&type=product&isClearOldData=${!isSysStartUse }&curTab=tabitem4" enctype="multipart/form-data">
- <div class="forum-container">
- <center>
- <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
- <tr>
- <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
- <td class="l-table-edit-td"><input type="file" name="files_product" id="files_product" /></td>
- <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('product')" class="l-button" value="导入" /></td>
- <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/4.product.xls" >下载模版</a> </td>
- </tr>
- </TABLE>
- </center>
- </div>
- </FORM>
- <div id="productGrid" style="margin:0; padding:0"></div>
- </div>
- <div title="5.库存现存量" id="stockTab" style="overflow: hidden;">
- <FORM method='POST' name="excelForm_stock" id="excelForm_stock" action="mtInitStockAction.do?task=excelImport&step=${step}&type=stock&isClearOldData=${!isSysStartUse }&curTab=tabitem5" enctype="multipart/form-data">
- <div class="forum-container">
- <center>
- <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
- <tr>
- <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
- <td class="l-table-edit-td"><input type="file" name="files_stock" id="files_stock" /></td>
- <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('stock')" class="l-button" value="导入" /></td>
- <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/5.stock.xls" >下载模版</a> </td>
- </tr>
- </TABLE>
- </center>
- </div>
- </FORM>
- <div id="stockGrid" style="margin:0; padding:0"></div>
- </div>
- </div>
|