chenhaozhe
2025-08-13 8eb2c4ed20d41667129a5888df0f7bbafe743c4a
pages/weiwaigxOut/form.vue
@@ -494,13 +494,15 @@
         this.getHProcList()
         this.getHSupList()
         this.getHEmpList()
         this.getHProcList()
         // this.getHProcList()
         this.getHDeptList()
         this.getDefValByUser()
         uni.$on('BillSelectComplete', (e) => {
            console.log("接收到的消息: ", e.HBillNo)
         uni.$on('BillSelectComplete2', (e) => {
            console.log("接收到的消息: ", e.HBillNo, e.HProcNumber)
            this.hform.HBarCode = e.HBillNo
            this.hform.HProcNo = e.HProcNo
            this.getHBarCodeData(e.HBillNo)
            this.$refs.billList.exit()
         })