#
luxiaotao1123
2021-04-06 ef8496a0e5c732c009e3b6c70a11ebff19c084e2
src/main/webapp/views/pda/locDetlIframe.html
@@ -102,7 +102,6 @@
    var countDom = $('#count');
    function save() {
        console.log(countDom.val())
        if (countDom.val() < 1) {
            return;
        }
@@ -133,4 +132,4 @@
        countDom.val(countDom.val() - 1);
    }
</script>
</html>
</html>