This commit is contained in:
geh
2025-05-06 15:21:24 +08:00
parent 5d52ebd488
commit 6a7a44f9da
5 changed files with 42 additions and 13 deletions
@@ -1006,11 +1006,11 @@ namespace FineUIPro.Web.HSSE.SitePerson
// JValueCount = sysTestRule.JValue * getIsTrueItem.Count; //总分
}
if (!string.IsNullOrEmpty(sign1))
if (!string.IsNullOrEmpty(Signature))
{
helper.AddImage(rootPath + sign1, "sign1", 50, 25, 15, 30);
helper.AddImage(rootPath + sign1, "sign1_1", 50, 25, 15, 30);
helper.AddImage(rootPath + sign1, "sign1_2", 50, 25, 15, 30);
helper.AddImage(rootPath + Signature, "sign1", 50, 25, 15, 30);
helper.AddImage(rootPath + Signature, "sign1_1", 50, 25, 15, 30);
helper.AddImage(rootPath + Signature, "sign1_2", 50, 25, 15, 30);
}
else
{
@@ -1259,7 +1259,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
object[] fieldValues = { };
if (!string.IsNullOrEmpty(Signature))
{
helper.AddImage(rootPath + Signature, "testName", 50, 25, 10, 5);
helper.AddImage(rootPath + Signature, "testName", 50, 25, 30, 5);
fieldNames = new[]
{
"projectName", "name", "time", "sex", "InTime", "sign",