fix:1
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user