#
luxiaotao1123
2021-05-27 5e1abe86117de76c53b981d492c061aa3589d7c3
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>