V0 结批报告厂商名称
This commit is contained in:
parent
289e2438a2
commit
633ae3b99c
@ -11,23 +11,23 @@ func ImportSTS8200(fileText *model.FileText) {
|
|||||||
|
|
||||||
func ImportFinalReport(r *request.ImportFinalReport) {
|
func ImportFinalReport(r *request.ImportFinalReport) {
|
||||||
if r.Step == "FT" {
|
if r.Step == "FT" {
|
||||||
if r.Factory == "赛美科" {
|
if r.Factory == "华润赛美科" {
|
||||||
reader2.FTSMCReportReader(r.FilePath)
|
reader2.FTSMCReportReader(r.FilePath)
|
||||||
} else if r.Factory == "长电" {
|
} else if r.Factory == "江苏长电科技" {
|
||||||
reader2.FTSuQianChangDianReportReader(r.FilePath)
|
reader2.FTSuQianChangDianReportReader(r.FilePath)
|
||||||
} else if r.Factory == "气派" {
|
} else if r.Factory == "气派" {
|
||||||
reader2.FTQiPaiReportReader(r.FilePath)
|
reader2.FTQiPaiReportReader(r.FilePath)
|
||||||
} else if r.Factory == "睿思" {
|
} else if r.Factory == "深圳睿思" {
|
||||||
reader2.FTRuiSiReportReader(r.FilePath)
|
reader2.FTRuiSiReportReader(r.FilePath)
|
||||||
} else if r.Factory == "芯德" {
|
} else if r.Factory == "江苏芯德" {
|
||||||
reader2.FTXinDeReportReader(r.FilePath)
|
reader2.FTXinDeReportReader(r.FilePath)
|
||||||
}
|
}
|
||||||
} else if r.Step == "CP" {
|
} else if r.Step == "CP" {
|
||||||
if r.Factory == "赛美科" {
|
if r.Factory == "华润赛美科" {
|
||||||
reader2.CPSMCReportReader(r.FilePath)
|
reader2.CPSMCReportReader(r.FilePath)
|
||||||
} else if r.Factory == "圆方" {
|
} else if r.Factory == "无锡圆方" {
|
||||||
reader2.CPYuanFangReportReader(r.FilePath)
|
reader2.CPYuanFangReportReader(r.FilePath)
|
||||||
} else if r.Factory == "育诚" {
|
} else if r.Factory == "深圳育诚" {
|
||||||
reader2.CPYuChengReportReader(r.FilePath)
|
reader2.CPYuChengReportReader(r.FilePath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user