From 3bd61bd433fb39fedecd33f8f7e8e0d4d059ce1d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 19 八月 2025 18:11:28 +0800
Subject: [PATCH] 华远:报表折线图

---
 WebTM/views/Baseset/基础资料/Gy_EquipFileBillMainList.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 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..8ae255a 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"
@@ -61,11 +61,11 @@
               , cols: [[
                   { type: 'radio' }
                   , { field: 'HInterID', title: '璁惧涓绘。ID', hide: true }
-                  , { field: 'HEquipFileNumber', title: '璁惧涓绘。浠g爜' }
-                  , { field: 'HName', title: '璁惧涓绘。鍚嶇О', sort: true }
+                  , { field: 'HEquipFileNumber', title: '璁惧涓绘。浠g爜', width: 180 }
+                  , { field: 'HName', title: '璁惧涓绘。鍚嶇О', sort: true, width: 180  }
                   , { field: 'HModel2', title: '璁惧涓绘。鍨嬪彿', sort: true }
                   , { field: 'HSourceID', title: 'HSourceID', hide: true }
-                  , { field: 'HSourceName', title: '瀵瑰簲鐢熶骇璧勬簮', sort: true }
+                  , { field: 'HSourceName', title: '瀵瑰簲鐢熶骇璧勬簮', sort: true, width: 180}
               ]]
                 , page: true
                 , limits: [50, 500, 5000, 50000],
@@ -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