From 4a34d14645ad3b5b30a8aa05cf8256d7d278c345 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 05 八月 2025 16:28:09 +0800
Subject: [PATCH] 1
---
WebTM/views/模治具管理/模治具管理/Gy_BarCodeBillList.html | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
index 3793f05..d0ee71d 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
@@ -867,6 +867,10 @@
//#region 鍒嗛〉鏌ヨ
function get_DisplayPage(sWhere) {
+ if (sessionStorage["HAutoLogin"] == "1") {
+ sWhere += " and HSupID = ''" + sessionStorage["HUserName"] + "''";
+ }
+
var wait = layer.load();//閬僵
var ajaxLoad = layer.load();
$.ajax({
--
Gitblit v1.9.1