|
|
@ -92,19 +92,19 @@ export default function (businessType, type) { |
|
|
|
if (type === "fa-yun") { |
|
|
|
delete compareSchema.properties["downLineDateTime"]; |
|
|
|
if (businessType === "JisBBAC") { |
|
|
|
compareService = "edi-se-compare/bbacedi-se-compare"; |
|
|
|
compareService = "compare/edi-se-compare"; |
|
|
|
name = "JisBBACEDI与发运数据对比"; |
|
|
|
} else if (businessType === "JisHBPO") { |
|
|
|
compareService = "edi-se-compare/hbpoedi-se-compare"; |
|
|
|
compareService = "compare/edi-se-compare"; |
|
|
|
name = "JisHBPOEDI与发运数据对比"; |
|
|
|
} |
|
|
|
} else { |
|
|
|
if (businessType === "JisBBAC") { |
|
|
|
compareService = "edi-se-compare/bbacedi-se-compare"; |
|
|
|
compareService = "compare/sa-se-compare"; |
|
|
|
} else if (businessType === "JisHBPO") { |
|
|
|
compareService = "edi-se-compare/hbpoedi-se-compare"; |
|
|
|
compareService = "compare/sa-se-compare"; |
|
|
|
} else { |
|
|
|
compareService = "pub_sa_detail_service/pub-sa-se-compare"; |
|
|
|
compareService = "compare/sa-se-compare"; |
|
|
|
} |
|
|
|
name = nameList[businessType]; |
|
|
|
} |
|
|
|