Ei kuvausta

equipmentManagementModify.html 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="../Script/Common/huayi.load.js"></script>
  7. <script src="../Script/Common/huayi.config.js"></script>
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <link rel="stylesheet" type="text/css" href="./css/equipmentManagementAddModify.css">
  10. <title>设备管理修改</title>
  11. </head>
  12. <body class="gray-bg">
  13. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  14. <div class="common">
  15. <table class="customerService">
  16. <tbody>
  17. <tr>
  18. <th>生产单位:</th>
  19. <td>
  20. <div class="form-group">
  21. <input type="text" class="form-control" id="addProduction" />
  22. </div>
  23. </td>
  24. <th>工厂代码:</th>
  25. <td>
  26. <div class="form-group">
  27. <input type="text" class="form-control" id="addFactoryCode" />
  28. </div>
  29. </td>
  30. </tr>
  31. <tr>
  32. <th>结扎机编号:</th>
  33. <td>
  34. <div class="form-group">
  35. <input type="text" class="form-control" id="addLigatureMachineCode" />
  36. </div>
  37. </td>
  38. <th>拉伸膜包装机编号:</th>
  39. <td>
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="addStretchFilmCode" />
  42. </div>
  43. </td>
  44. </tr>
  45. <tr>
  46. <th>品管员代码:</th>
  47. <td>
  48. <div class="form-group">
  49. <input type="text" class="form-control" id="addQCStaffCode" />
  50. </div>
  51. </td>
  52. </tr>
  53. <tr>
  54. <td colspan="8" style="text-align: center;">
  55. <button class="btns customerSubmit">确&nbsp;定</button>
  56. </td>
  57. </tr>
  58. </tbody>
  59. </table>
  60. </div>
  61. </div>
  62. <script src="./js/equipmentManagementModify.js"></script>
  63. </body>
  64. </html>