wtt
2025-08-19 d8b46eb0f1bbe8b51528c0b10d0786fe46c43015
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%;
         }