chenhaozhe
2025-08-13 3fce56fb15bc938269c372def627cfe993f2cbf4
调整 函数传参
1个文件已修改
2 ■■■ 已修改文件
pages/weiwaigxOut/form.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwaigxOut/form.vue
@@ -510,7 +510,7 @@
                console.log("接收到的消息: ", e.HBillNo, e.HProcNumber)
                this.hform.HBarCode = e.HBillNo
                this.hform.HProcNo = e.HProcNo
                this.getHBarCodeData(e.HBillNo)
                this.getHBarCodeData(e.HBillNo, e.HProcNo)
                this.$refs.billList.exit()
            })
        },