From d8b46eb0f1bbe8b51528c0b10d0786fe46c43015 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 19 八月 2025 11:43:52 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 pages/caigouruku/form.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pages/caigouruku/form.vue b/pages/caigouruku/form.vue
index d426437..6bf8206 100644
--- a/pages/caigouruku/form.vue
+++ b/pages/caigouruku/form.vue
@@ -404,14 +404,15 @@
 				this.HSourceBillNoFocus = false
 				await this.$nextTick(() => {
 					this.HSourceBillNoFocus = true
-					this.hform.HBarCode = ""
+					this.hform.HSourceBillNo = ""
+					
 				})
 			},
 			async refreshBarCodeState() {
 				this.barCodeFocus = false
 				await this.$nextTick(() => {
 					this.barCodeFocus = true
-					this.hform.HSourceBillNo = ""
+					this.hform.HBarCode = ""
 				})
 			},
 			playSound(e) {
@@ -905,6 +906,7 @@
 							this.playSound(1)
 							this.DisBillEntryList()
 						} else {
+							console.log('res.data.Message: ',res.data.Message);
 							this.refreshHSourceBillState()
 							this.playSound(0)
 							uni.showToast({
@@ -1515,6 +1517,10 @@
 			position: relative;
 			display: flex;
 
+			picker {
+				width: 100%;
+			}
+			
 			.uni-combox {
 				width: 100%;
 			}

--
Gitblit v1.9.1