From cb94238d77ce2bd7d78c5bd6b8baf49705c4af27 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 11 十二月 2025 14:32:07 +0800
Subject: [PATCH] 添加 仓位 打印库位码功能 其他出库单 添加辅助属性 选择
---
src/views/basic/gyProperty/gyPropertyList.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/basic/gyProperty/gyPropertyList.vue b/src/views/basic/gyProperty/gyPropertyList.vue
index 4edeba4..43aee43 100644
--- a/src/views/basic/gyProperty/gyPropertyList.vue
+++ b/src/views/basic/gyProperty/gyPropertyList.vue
@@ -1164,9 +1164,9 @@
if (this.queryParams.HName) {
this.sWhere += " and 浠撳簱鍚嶇О like '%" + this.queryParams.HName + "%'";
}
- if (this.queryParams.HOrgID) {
- this.sWhere += " and HUSEORGID = '" + this.queryParams.HOrgID + "'";
- }
+ // if (this.queryParams.HOrgID) {
+ // this.sWhere += " and HUSEORGID = '" + this.queryParams.HOrgID + "'";
+ // }
// this.sWhere += this.addSWhereByOpenType()
// this.sWhere += this.getOrgIDByUser()
this.searchOpen = false;
--
Gitblit v1.9.1