修复部分页面 扫码报错后 对应输入框 文本没有删除的问题 修复部分页面 picker 样式设置不对 整个页面都能触发的问题
3个文件已修改
16 ■■■■ 已修改文件
pages/caigouruku/form.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchuku/form.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshoutuihuo/form.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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({
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({
pages/xiaoshoutuihuo/form.vue
@@ -1306,6 +1306,8 @@
            width: 450rpx;
            border-radius: 22rpx;
            border: 1px solid #acacac;
            display: flex;
            position: relative;
        }
        .righton {