initStockInclude.jsp 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <%@ page language="java" contentType="text/html;charset=GBK"
  2. pageEncoding="GBK"%>
  3. <div id="myTab" style="overflow:hidden;margin-top: 15px;" >
  4. <div title="1.仓库档案" id="depotTab" style="overflow: hidden;">
  5. <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">
  6. <div class="forum-container">
  7. <center>
  8. <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
  9. <tr>
  10. <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
  11. <td class="l-table-edit-td"><input type="file" name="files_depot" id="files_depot" /></td>
  12. <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('depot')" class="l-button" value="导入" /></td>
  13. <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/1.depot.xls" >下载模版</a> </td>
  14. </tr>
  15. </TABLE>
  16. </center>
  17. </div>
  18. </FORM>
  19. <div id="depotGrid" style="margin: 0; padding: 0"></div>
  20. </div>
  21. <div title="2.计量单位" id="unitTab" style="overflow: hidden;">
  22. <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">
  23. <div class="forum-container">
  24. <center>
  25. <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
  26. <tr>
  27. <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
  28. <td class="l-table-edit-td"><input type="file" name="files_unit" id="files_unit" /></td>
  29. <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('unit')" class="l-button" value="导入" /></td>
  30. <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/2.unit.xls" >下载模版</a> </td>
  31. </tr>
  32. </TABLE>
  33. </center>
  34. </div>
  35. </FORM>
  36. <div id="unitGrid" style="margin: 0; padding: 0"></div>
  37. </div>
  38. <div title="3.存货分类" id="productTypeTab" style="overflow: hidden;">
  39. <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">
  40. <div class="forum-container">
  41. <center>
  42. <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
  43. <tr>
  44. <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
  45. <td class="l-table-edit-td"><input type="file" name="files_productType" id="files_productType" /></td>
  46. <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('productType')" class="l-button" value="导入" /></td>
  47. <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/3.productType.xls" >下载模版</a> </td>
  48. </tr>
  49. </TABLE>
  50. </center>
  51. </div>
  52. </FORM>
  53. <ul id="productTypeTree" class="tree" style="margin-top: 3px;">
  54. </div>
  55. <div title="4.存货档案" id="productTab" style="overflow: hidden;">
  56. <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">
  57. <div class="forum-container">
  58. <center>
  59. <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
  60. <tr>
  61. <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
  62. <td class="l-table-edit-td"><input type="file" name="files_product" id="files_product" /></td>
  63. <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('product')" class="l-button" value="导入" /></td>
  64. <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/4.product.xls" >下载模版</a> </td>
  65. </tr>
  66. </TABLE>
  67. </center>
  68. </div>
  69. </FORM>
  70. <div id="productGrid" style="margin:0; padding:0"></div>
  71. </div>
  72. <div title="5.库存现存量" id="stockTab" style="overflow: hidden;">
  73. <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">
  74. <div class="forum-container">
  75. <center>
  76. <Table border="0" cellspacing="1" cellpadding="0" class="l-table-edit line">
  77. <tr>
  78. <td class="l-table-edit-text">Excel文件<FONT COLOR="red">*</FONT>:</td>
  79. <td class="l-table-edit-td"><input type="file" name="files_stock" id="files_stock" /></td>
  80. <td class="l-table-edit-td"><input type="button" onclick="submitExcelForm('stock')" class="l-button" value="导入" /></td>
  81. <td class="l-table-edit-td"><a href="${pageContext.request.contextPath}/yw/erp/import/moban/initStock/5.stock.xls" >下载模版</a> </td>
  82. </tr>
  83. </TABLE>
  84. </center>
  85. </div>
  86. </FORM>
  87. <div id="stockGrid" style="margin:0; padding:0"></div>
  88. </div>
  89. </div>