From 04e66e7d3ab78dd50eb0ebd6a6d4615a4f2f0ebc Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 18 十一月 2025 16:27:05 +0800
Subject: [PATCH] 采购入库:条码明细

---
 src/views/basic/gySource/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/basic/gySource/index.vue b/src/views/basic/gySource/index.vue
index 993a12a..e09ac1b 100644
--- a/src/views/basic/gySource/index.vue
+++ b/src/views/basic/gySource/index.vue
@@ -386,7 +386,7 @@
       if (this.pageSize == 0) {
         this.pageSize = 50
       }
-      this.queryParams.HOrgID = sessionStorage["OrganizationID"]-0
+      this.queryParams.HOrgID = sessionStorage["OrganizationID"]
       this.sWhere += " and HUSEORGID = '" + this.queryParams.HOrgID + "'"
       //鐢熶骇璧勬枡鍒楄〃
       axios.get(this.baseURL + '/Gy_Source/list_byPage', {

--
Gitblit v1.9.1