#
luxiaotao1123
2021-04-14 1cb134a269b9e7a70481a875d61e288be47ca99f
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>