| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="width: 85px;">ç©æåç§°</label> |
| | | <div class="layui-input-block" style="margin-left: 120px;"> |
| | | <input type="text" class="layui-input" name="HMaterName" id="HMaterName"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="width: 85px;">å·¥åºåç§°</label> |
| | | <div class="layui-input-block" style="margin-left: 120px;"> |
| | | <input type="text" class="layui-input" name="HProcName" id="HProcName"> |
| | |
| | | var HYear = $("#HYear").val(); |
| | | var HMonth = $("#HMonth").val(); |
| | | var HProcName = $("#HProcName").val(); |
| | | |
| | | var HMaterName = $("#HMaterName").val(); |
| | | var ColName = $("#ColName").val();//å¤éæ¡ |
| | | var Comparator = $("#Comparator").val() |
| | | var ColContent = $("#ColContent").val(); |
| | |
| | | if (HProcName) { |
| | | sWhere += " and å·¥åºåç§° like '%" + HProcName + "%'"; |
| | | } |
| | | if (HMaterName) { |
| | | sWhere += " and ç©æåç§° like '%" + HMaterName + "%'"; |
| | | } |
| | | get_Display(sWhere); |
| | | //å è½½æ±ç¶å¾ |
| | | set_Graphics(); |
| | |
| | | $("#HYear").val(new Date().getFullYear()); |
| | | $("#HMonth").val(new Date().getMonth() + 1); |
| | | $("#HProcName").val(""); |
| | | $("#HMaterName").val(""); |
| | | $("#btnSearch").click(); |
| | | $("#ColContent").val(""); |
| | | $("#ColName").val("0"); |
| | |
| | | HQtyNum.push(option.data[i].åæ ¼æ°); |
| | | HBadCount.push(option.data[i].ä¸è¯æ°); |
| | | HBackWorkQty.push(option.data[i].è¿å·¥æ°); |
| | | FistPass.push((option.data[i].䏿¬¡åæ ¼ç).replace('%', '')); |
| | | Pass.push((option.data[i].åæ ¼ç).replace('%', '')) |
| | | FistPass.push((option.data[i].䏿¬¡åæ ¼ç == null ? '0.00%' : option.data[i].䏿¬¡åæ ¼ç ).replace('%', '')); |
| | | Pass.push((option.data[i].åæ ¼ç == null ? '0.00%' : option.data[i].åæ ¼ç).replace('%', '')) |
| | | |
| | | } |
| | | } |