This commit is contained in:
parent
f47272473b
commit
63565c8caa
|
|
@ -2539,7 +2539,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
{
|
||||
isYm = true;
|
||||
//whileIndex += 1;
|
||||
whileIndex = 23;
|
||||
whileIndex = 22;
|
||||
table = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
//跳过页眉的表头
|
||||
while (isYm)
|
||||
|
|
@ -2655,7 +2655,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
{
|
||||
isYm = true;
|
||||
//whileIndex += 1;
|
||||
whileIndex = 25;
|
||||
whileIndex = 23;
|
||||
table = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
//跳过页眉的表头
|
||||
while (isYm)
|
||||
|
|
@ -2723,7 +2723,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
{
|
||||
isYm = true;
|
||||
//whileIndex += 1;
|
||||
whileIndex = 26;
|
||||
whileIndex = 24;
|
||||
table = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
//跳过页眉的表头
|
||||
while (isYm)
|
||||
|
|
@ -2779,7 +2779,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
{
|
||||
isYm = true;
|
||||
//whileIndex += 1;
|
||||
whileIndex = 27;
|
||||
whileIndex = 25;
|
||||
table = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
//跳过页眉的表头
|
||||
while (isYm)
|
||||
|
|
@ -2833,7 +2833,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
{
|
||||
isYm = true;
|
||||
//whileIndex += 1;
|
||||
whileIndex = 28;
|
||||
whileIndex = 26;
|
||||
table = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
//跳过页眉的表头
|
||||
while (isYm)
|
||||
|
|
@ -2887,7 +2887,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
|
||||
#region 18.本月质量问题处理情况
|
||||
#region (1)原材料问题
|
||||
whileIndex = 29;
|
||||
whileIndex = 27;
|
||||
Aspose.Words.Tables.Table table18_1 = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
bool isYm18_1 = true;
|
||||
//跳过页眉的表头
|
||||
|
|
@ -2925,7 +2925,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
#endregion
|
||||
|
||||
#region (2)施工过程问题
|
||||
whileIndex = 30;
|
||||
whileIndex = 28;
|
||||
Aspose.Words.Tables.Table table18_2 = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
bool isYm18_2 = true;
|
||||
//跳过页眉的表头
|
||||
|
|
@ -2964,7 +2964,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
#endregion
|
||||
|
||||
#region 19.下月质量控制重点
|
||||
whileIndex = 31;
|
||||
whileIndex = 29;
|
||||
Aspose.Words.Tables.Table table19 = (Aspose.Words.Tables.Table)doc.GetChild(NodeType.Table, whileIndex, true);
|
||||
bool isYm19 = true;
|
||||
//跳过页眉的表头
|
||||
|
|
|
|||
|
|
@ -0,0 +1,239 @@
|
|||
PK | ||||