llj
2025-12-10 30d49ce4fa500cb24ad3407d50ec8e0da4ff0046
WebTM/views/Baseset/基础资料/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;