From 84fa56a40a0d3f8ac2d6f77b88a78c2803a9dbff Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期六, 01 十一月 2025 16:27:38 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~cnf/JH/JH_PdaClient

---
 H5/Js/DhdshQs.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/H5/Js/DhdshQs.js b/H5/Js/DhdshQs.js
index f34e086..9b5443f 100644
--- a/H5/Js/DhdshQs.js
+++ b/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;

--
Gitblit v1.9.3