wbc
2025-11-01 84fa56a40a0d3f8ac2d6f77b88a78c2803a9dbff
H5/Js/DhdshQs.js
@@ -53,6 +53,7 @@
                    }
                    else {
                        that.$toast.fail(json.message);
                    }
                    that.isLoading = false;
                })
@@ -85,15 +86,19 @@
                    var json = res;
                    if (json.status == 0) {
                        // that.scanInfo = json.data.tbBillList;
                        that.$notify({ type: 'success', message: json.message });
                        that.GetItemsShdh();
                        that.shdh = "";
                    }
                    else {
                        that.$toast.fail(json.message);
                        that.shdh = "";
                    }
                    that.isLoading = false;
                    that.$refs.Bar.focus();
                    that.Bar = "";
                    that.shdh = "";
                })
                .catch(function (error) {
                    that.isLoading = false;