123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <div class="Supervise-tool" style="margin-top: 0;">
- <div style="font-size: 14px">
- 年份:
- <input class="easyui-combobox dataYear" style="width:120px" name="year" data-options="valueField:'lable',textField:'value', data:[{
- lable:'2013',
- value:'2013'
- },
- {
- lable:'2014',
- value:'2014'
- },
- {
- lable:'2015',
- value:'2015'
- },
- {
- lable:'2016',
- value:'2016'
- },
- {
- lable:'2017',
- value:'2017'
- },
- {
- lable:'2018',
- value:'2018'
- },
- {
- lable:'2019',
- value:'2019'
- },
- {
- lable:'2020',
- value:'2020'
- },
- {
- lable:'2021',
- value:'2021'
- }
- ]"> 
- <a href="#" class="easyui-linkbutton bd-add-s getYear" style="height: 25px;" id="inventoryDetail-search">查询</a>
- <a href="#" class="easyui-linkbutton bd-add-s getupdate" style="height: 25px;" id="inventoryDetail-update">生成</a>
- <a href="#" class="easyui-linkbutton bd-add-s getupdateone" style="height: 25px;" id="inventoryDetail-updateone">生成2021年</a>
- <a href="#" class="easyui-linkbutton bd-add-s getupdatetwo" style="height: 25px;" id="inventoryDetail-updatetwo">生成2020年</a>
- <a href="#" class="easyui-linkbutton bd-add-s getupdatethree" style="height: 25px;" id="inventoryDetail-updatethree">生成2019年</a>
- </div>
- <!-- <div class="dt-nav cang-wNum">
- 货位号: <span></span>
- </div> -->
- </div>
- <table id="lsjiagong-info">
- </table>
- <div id="lsjiagong-device-w" style="padding: 20px">
- <form class="lsjiagong-form">
-
- </form>
- </div>
- <div id="Supervise-checkerImg" style="padding: 20px;">
- <img class="checker-img" src="" alt="" style="width: 100%;height: 98%;">
- </div>
- <style type="text/css">
- .info-no {
- background: #f53939;
- color: #FFF
- }
-
- .info-yes {
- background: green;
- color: #FFf
- }
- </style>
|