| | |
| | | var timerWeight; |
| | | var paramIntelCard;//设备识别结果 |
| | | var paramIdCard;//设备识别结果 |
| | | var step = 1; |
| | | |
| | | $(function () { |
| | | layui.use(['layer', 'laydate', 'form', 'table', 'util'], function () { |
| | |
| | | weightDto.weight = 0.0; |
| | | $("#weightValue").text("0.0"); |
| | | $("#img_scale_statule").attr("src", "../../static/images/icon-red.png"); |
| | | |
| | | $("#text-param").val(null); |
| | | } |
| | | |
| | | function flushPage() { |
| | |
| | | data: JSON.stringify(recordData), |
| | | success: function (result) { |
| | | if (result.code != "0000") { |
| | | notify(result.msg, result.data); |
| | | alertError(result.msg); |
| | | } else { |
| | | notify("数据提交成功", result.data); |
| | | } |