From f025d969dcf4e664ef8f7f33ee2060e113c3adff Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 30 五月 2025 20:56:58 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/Baseset/基础资料/Gy_EquipFileBillMainList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html"
index 50ef193..7a842f8 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_EquipFileBillMainList.html"
@@ -103,7 +103,7 @@
                     //url: "http://61.130.49.162:9090/WMSAPI///Web/GetDepartmentList_Json",
                     url: GetWEBURL() + "/WEBSController/GetEquipList_Json",
                     async: true,
-                    data: { "Equip": Value },
+                    data: { "Equip": Value, "HCenterID": sessionStorage["HWorkCenterID"]},
                     //data: { "Value": Value },
                     success: function (result) {
                         ajaxReturnData = JSON.parse(JSON.stringify(result)).data;

--
Gitblit v1.9.1