wtt
2025-08-19 d8b46eb0f1bbe8b51528c0b10d0786fe46c43015
pages/xiaoshouchuku/form.vue
@@ -470,7 +470,13 @@
               this.BarCodeFocus = true
               return
            }
            let inputVal = this.$refs.uniComboxSourceBill.inputVal
            let inputVal = ''
            if(this.$refs.uniComboxSourceBill){
               inputVal = this.$refs.uniComboxSourceBill.inputVal || this.hform.HBillNo
            }else {
               inputVal = this.hform.HBillNo
            }
            if (inputVal == '') {
               CommonUtils.playSound(0)
               return uni.showToast({
@@ -1477,6 +1483,10 @@
         border: 1px solid #acacac;
         position: relative;
         display: flex;
         picker {
            width: 100%;
         }
         .uni-combox {
            width: 100%;