|
@@ -284,25 +284,25 @@ func ApprovalListExport(this *SealApprovalController, condition, joinCondition s
|
|
|
cellC.Value = v.CreditCode
|
|
|
cellD := row.AddCell()
|
|
|
cellD.Value = v.Use
|
|
|
- cellE := rowTitle.AddCell()
|
|
|
+ cellE := row.AddCell()
|
|
|
cellE.Value = v.ContractCode
|
|
|
- cellF := rowTitle.AddCell()
|
|
|
+ cellF := row.AddCell()
|
|
|
cellF.Value = v.ContractType
|
|
|
- cellG := rowTitle.AddCell()
|
|
|
+ cellG := row.AddCell()
|
|
|
cellG.Value = v.SealType
|
|
|
- cellH := rowTitle.AddCell()
|
|
|
+ cellH := row.AddCell()
|
|
|
cellH.Value = v.ApplyUserName
|
|
|
- cellI := rowTitle.AddCell()
|
|
|
+ cellI := row.AddCell()
|
|
|
cellI.Value = v.CreateTimeStr
|
|
|
- cellJ := rowTitle.AddCell()
|
|
|
+ cellJ := row.AddCell()
|
|
|
cellJ.Value = v.Status
|
|
|
- cellK := rowTitle.AddCell()
|
|
|
+ cellK := row.AddCell()
|
|
|
cellK.Value = "一级审批人"
|
|
|
- cellL := rowTitle.AddCell()
|
|
|
+ cellL := row.AddCell()
|
|
|
cellL.Value = "一级抄送人"
|
|
|
- cellM := rowTitle.AddCell()
|
|
|
+ cellM := row.AddCell()
|
|
|
cellM.Value = "二级审批人"
|
|
|
- cellN := rowTitle.AddCell()
|
|
|
+ cellN := row.AddCell()
|
|
|
cellN.Value = "二级抄送人"
|
|
|
}
|
|
|
|