2022-10-28 焊接修改

This commit is contained in:
2022-10-28 18:10:36 +08:00
parent a4546bb5ce
commit d9e2a00010
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -31,8 +31,8 @@
if (ifm != null && subWeb != null) { if (ifm != null && subWeb != null) {
// ifm.height = subWeb.body.scrollHeight; // ifm.height = subWeb.body.scrollHeight;
ifm.height = document.documentElement.clientHeight; ifm.height = document.documentElement.clientHeight;
console.log(ifm.height); //console.log(ifm.height);
console.log(document.documentElement.clientHeight); //console.log(document.documentElement.clientHeight);
} }
} }
</script> </script>
@@ -383,7 +383,7 @@ namespace FineUIPro.Web.HJGL.InfoQuery
List<string> Incomplete_weldjunctionList = new List<string>(); List<string> Incomplete_weldjunctionList = new List<string>();
foreach (var item in q1) foreach (var item in q1)
{ {
Incomplete_weldjunctionList.Add("/" + item.PipelineCode); Incomplete_weldjunctionList.Add("/" + item.WeldJointCode);
} }
Incomplete_weldjunction = string.Join(",", Incomplete_weldjunctionList); Incomplete_weldjunction = string.Join(",", Incomplete_weldjunctionList);
} }