| | |
| | | <i class="layui-icon layui-icon-search layuiadmin-button-btn"></i> |
| | | </button> |
| | | <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnReSearch" id="btnReSearch" style="padding:0 5px">éç½®</button> |
| | | <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="HProductedRate" id="HProductedRate" readonly> |
| | | </div> |
| | | </div> |
| | | <!--æ¾ç¤ºå½åè¿æ»¤æ¹æ¡--> |
| | | <div class="layui-inline" style="margin-left:5px;"> |
| | | <div style="text-align:center;font-size:15px;font-weight:bold;color:#fc9393" id="HFilterScheme_Now"></div> |
| | |
| | | |
| | | option.data = data1.data[0]; |
| | | option.cols = [col]; |
| | | |
| | | ins = table.render(option); |
| | | |
| | | |
| | | //æ»å¶æç |
| | | var HProductedRate = data1.data[1][0].æ»å¶æç == null ? 0 : data1.data[1][0].æ»å¶æç; |
| | | $("#HProductedRate").val(HProductedRate); |
| | | |
| | | } else { |
| | | layer.alert(data1.count + data1.Message, { icon: 5 }) |
| | | } |
| | |
| | | com = "" + Comparator + " ''" + ColContent + "'' "; |
| | | break; |
| | | } |
| | | sWhere += " and " + ColName + " " + com; |
| | | |
| | | if (ColName == "å¶æç%") { |
| | | sWhere += " and [" + ColName + "] " + com; |
| | | } else { |
| | | sWhere += " and " + ColName + " " + com; |
| | | } |
| | | } |
| | | if (ColName1 != 0 && Comparator1 != 0) { |
| | | var com1 = ""; |