From e8dadb5914212086a0cb8b6b014bdb054e146119 Mon Sep 17 00:00:00 2001
From: pzy <2829717936@qq.com>
Date: 星期五, 04 十月 2024 09:07:42 +0800
Subject: [PATCH] 条码列表数据库分页

---
 WebTM/views/基础资料/公用基础资料/Gy_Material.html |    3 +--
 1 files changed, 1 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 a7d8ff9..4cd842b 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"
@@ -362,7 +362,6 @@
                 }
             });
 
-
             //#region 閲嶆柊鍚屾鎸夐挳
             form.on('submit(btnResCnz)', function (data) {
                 set_ResCnz();
@@ -553,7 +552,6 @@
                                 }
                             }
 
-                            
                             option.cols = [col];
                             option.data = data1.data;
                             ins = table.render(option);
@@ -1038,6 +1036,7 @@
                 $.ajax({
                     url: GetWEBURL() + '/Gy_MaterType/Gy_MaterTypeTreeListByLevel',
                     type: "GET",
+                    data: { "HOrgID": sessionStorage["OrganizationID"] },
                     success: function (data1) {
                         if (data1.count == 1) {
                             layer.close(ajaxLoad);

--
Gitblit v1.9.1