| | |
| | | <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnReSearch" id="btnReSearch">éç½®</button> |
| | | <div class="layui-colla-content" style="padding: 0px; margin-left: 6%;"> |
| | | <div class="layui-row" style="margin-top:10px;"> |
| | | |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | function set_InitGrid() { |
| | | var columns = []; |
| | | |
| | | columns.push({ type: 'checkbox', fixed: 'left' }); |
| | | columns.push({ field: 'HOrgName', title: 'éè´ç»ç»', sort: true}); |
| | | columns.push({ field: 'FNUMBER', title: 'ç©æç¼ç ', sort: true}); |
| | | columns.push({ field: 'HMaterName', title: 'ç©æåç§°', sort: true}); |
| | | columns.push({ field: 'HMaterModel', title: 'ç©æè§æ ¼', sort: true}); |
| | | columns.push({ field: 'CountHQty', title: 'å计', sort: true}); |
| | | columns.push({ field: 'FBASEQTY', title: '峿¶åºåæ°é', sort: true}); |
| | | columns.push({ field: 'HOrgName', title: 'éè´ç»ç»', sort: true }); |
| | | columns.push({ field: 'FNUMBER', title: 'ç©æç¼ç ', sort: true }); |
| | | columns.push({ field: 'HMaterName', title: 'ç©æåç§°', sort: true }); |
| | | columns.push({ field: 'HMaterModel', title: 'ç©æè§æ ¼', sort: true }); |
| | | columns.push({ field: 'å¨éæ°é', title: 'å¨éæ°é' }); |
| | | columns.push({ field: 'CountHQty', title: 'å计', sort: true }); |
| | | columns.push({ field: 'FBASEQTY', title: '峿¶åºåæ°é', sort: true }); |
| | | //è·å两个ææä¹é´çç¸å·® |
| | | var time1 = Date.parse(new Date($("#HBEGINDATE").val()));//å¼å§æ¶é´ |
| | | var time2 = Date.parse(new Date($("#HENDDATE").val()));//ç»ææ¶é´ |