From 3fce56fb15bc938269c372def627cfe993f2cbf4 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 13 八月 2025 13:00:32 +0800
Subject: [PATCH] 调整 函数传参
---
pages/weiwaigxOut/form.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/weiwaigxOut/form.vue b/pages/weiwaigxOut/form.vue
index e07f43a..c63fdbf 100644
--- a/pages/weiwaigxOut/form.vue
+++ b/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()
})
},
--
Gitblit v1.9.1