| | |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label red">粮食等级</label> |
| | | <div class="layui-input-block"> |
| | | <select id="foodLevel" name="foodLevel" lay-filter="foodLevel"> |
| | | <select id="foodLevel" name="foodLevel" lay-filter="select_foodLevel"> |
| | | <option value=""></option> |
| | | <option th:each="dic,dicSet:${listFoodLevel}" |
| | | th:value="${dic.code}" th:text="${dic.name}"></option> |
| | |
| | | <span style="font-weight: bold; margin-right: 10px;">备注说明:1.结果判定:系统根据各化验项结果判定,最后化验结果需手动选择确认;2.核算定价:根据化验项配置计算相关增扣价,最后单价需手动确认。</span> |
| | | </div> |
| | | </div> |
| | | <div class="layui-col-xs12"> |
| | | <blockquote class="layui-elem-quote"> |
| | | <div class="layui-col-xs6"> |
| | | <blockquote class="layui-elem-quote" style="width: 95%;float: left;"> |
| | | <div> |
| | | <span style="font-weight: bold; margin-right: 10px;">系统判定:</span> |
| | | <span id="check-result-tip" style="margin-right: 25px;">化验结果#; 收粮单价:#元/公斤</span> |
| | | <span id="check-result-msg" style="margin-right: 25px;color: red;float: right;"> |
| | | <button style="margin-top: -6px;" class="rkbk-quick-btn layui-btn btn-blue" onclick="checkReset()"> |
| | | <i><img th:src="@{../../static/images/icon-fuwei.png}"/></i>核算定价 |
| | | </button> |
| | | </span> |
| | | <span style="font-weight: bold; margin-right: 10px;">结果判定:</span> |
| | | <span id="check-result-tip" style="margin-right: 25px;">化验结果:</span> |
| | | </div> |
| | | </blockquote> |
| | | </div> |
| | | <div class="layui-col-xs6"> |
| | | <blockquote class="layui-elem-quote" style="width: 95%;float: right;"> |
| | | <div> |
| | | <span style="font-weight: bold; margin-right: 10px;">定价判定:</span> |
| | | <span id="check-result-tip2" style="margin-right: 25px;">收粮单价:#元/公斤</span> |
| | | </div> |
| | | </blockquote> |
| | | </div> |