Workbook.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <div class="Supervise-tool" style="margin-top: 0;">
  2. <div style="font-size: 14px">
  3. 年份:
  4. <input class="easyui-combobox dataYear" style="width:120px" name="year" data-options="valueField:'lable',textField:'value', data:[{
  5. lable:'2013',
  6. value:'2013'
  7. },
  8. {
  9. lable:'2014',
  10. value:'2014'
  11. },
  12. {
  13. lable:'2015',
  14. value:'2015'
  15. },
  16. {
  17. lable:'2016',
  18. value:'2016'
  19. },
  20. {
  21. lable:'2017',
  22. value:'2017'
  23. },
  24. {
  25. lable:'2018',
  26. value:'2018'
  27. },
  28. {
  29. lable:'2019',
  30. value:'2019'
  31. },
  32. {
  33. lable:'2020',
  34. value:'2020'
  35. },
  36. {
  37. lable:'2021',
  38. value:'2021'
  39. }
  40. ]">&emsp;
  41. <a href="#" class="easyui-linkbutton bd-add-s getYear" style="height: 25px;" id="inventoryDetail-search">查询</a>
  42. <a href="#" class="easyui-linkbutton bd-add-s getupdate" style="height: 25px;" id="inventoryDetail-update">生成</a>
  43. <a href="#" class="easyui-linkbutton bd-add-s getupdateone" style="height: 25px;" id="inventoryDetail-updateone">生成2021年</a>
  44. <a href="#" class="easyui-linkbutton bd-add-s getupdatetwo" style="height: 25px;" id="inventoryDetail-updatetwo">生成2020年</a>
  45. <a href="#" class="easyui-linkbutton bd-add-s getupdatethree" style="height: 25px;" id="inventoryDetail-updatethree">生成2019年</a>
  46. </div>
  47. <!-- <div class="dt-nav cang-wNum">
  48. 货位号: <span></span>
  49. </div> -->
  50. </div>
  51. <table id="lsjiagong-info">
  52. </table>
  53. <div id="lsjiagong-device-w" style="padding: 20px">
  54. <form class="lsjiagong-form">
  55. </form>
  56. </div>
  57. <div id="Supervise-checkerImg" style="padding: 20px;">
  58. <img class="checker-img" src="" alt="" style="width: 100%;height: 98%;">
  59. </div>
  60. <style type="text/css">
  61. .info-no {
  62. background: #f53939;
  63. color: #FFF
  64. }
  65. .info-yes {
  66. background: green;
  67. color: #FFf
  68. }
  69. </style>