kyy
2025-10-30 04dfe3b76e98a201675a4d25381030f5e7823bfc
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;