From 7fd1a8a5146655152660c576eb3d61c82d137573 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 16 一月 2026 14:22:52 +0800
Subject: [PATCH] 锦隆:插件跳转条码生成页面并自动登录,增加按钮跳转到条码档案
---
src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue b/src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue
index c1960b0..4b2dc2a 100644
--- a/src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue
+++ b/src/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue
@@ -474,6 +474,12 @@
if (this.queryParams.HOrgID) {
this.sWhere += " and HStockOrgID = ''" + this.queryParams.HOrgID + "''";
}
+
+ //濡傛灉鏄嚜鍔ㄧ櫥褰曪紝鍒欏彧鑳芥煡鐪嬩緵搴斿晢鑷繁鐨勬潯鐮併��
+ if (sessionStorage["HAutoLogin"] == "1") {
+ this.sWhere += " and 渚涘簲鍟� = ''" + sessionStorage["HUserName"] + "''";
+ }
+
this.getList()
},
//#endregion
--
Gitblit v1.9.1