2022-10-28 焊接修改
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user