From fc1bc4c7653afc66bdbe62f5502688ab4f7a8bf4 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 十月 2024 09:59:35 +0800
Subject: [PATCH] 物料列表:进入页面时不加载数据
---
WebTM/views/基础资料/公用基础资料/Gy_Material.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html"
index 67c744e..2a5b229 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Material.html"
@@ -202,7 +202,7 @@
, laydate = layui.laydate
, tree = layui.tree
, carousel = layui.carousel
- var sWhere = "";
+ var sWhere = " and 1=0";
var sql = "";
var option = [];
var Organization = sessionStorage["Organization"];
@@ -643,7 +643,7 @@
//#region 蹇�熻繃婊�
function get_FastQuery(number) {
- sWhere = "";
+ //sWhere = "";
var HNumber = $("#HNumber").val();
var HName = $("#HName").val();
var HProject = $("#HProject").val();
--
Gitblit v1.9.1