diff --git a/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/CompareAnalysisController.java b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/CompareAnalysisController.java new file mode 100644 index 000000000..0bfa4c3f2 --- /dev/null +++ b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/CompareAnalysisController.java @@ -0,0 +1,29 @@ +package com.ruoyi.dfm.controller; + +import com.ruoyi.common.core.controller.BaseController; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RequestMapping; + +/** + * 对比分析控制器 + */ +@Controller +@RequestMapping("/compareAnalysis.do") +public class CompareAnalysisController extends BaseController { + private static final Logger log = LoggerFactory.getLogger(CompareAnalysisController.class); + + /** + * 获取信息查询页面 + * + * @param mmap + * @return + */ + @GetMapping("") + public String index(ModelMap mmap) { + return "dfm/compareAnalysis"; + } +} diff --git a/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/DataImportController.java b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/DataImportController.java new file mode 100644 index 000000000..da51f6407 --- /dev/null +++ b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/DataImportController.java @@ -0,0 +1,29 @@ +package com.ruoyi.dfm.controller; + +import com.ruoyi.common.core.controller.BaseController; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RequestMapping; + +/** + * 信息查询控制器 + */ +@Controller +@RequestMapping("/dataImport.do") +public class DataImportController extends BaseController { + private static final Logger log = LoggerFactory.getLogger(DataImportController.class); + + /** + * 获取信息查询页面 + * + * @param mmap + * @return + */ + @GetMapping("") + public String index(ModelMap mmap) { + return "dfm/dataImport"; + } +} diff --git a/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/InfoQueryController.java b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/InfoQueryController.java new file mode 100644 index 000000000..0e1ea60d9 --- /dev/null +++ b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/InfoQueryController.java @@ -0,0 +1,29 @@ +package com.ruoyi.dfm.controller; + +import com.ruoyi.common.core.controller.BaseController; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RequestMapping; + +/** + * 信息查询控制器 + */ +@Controller +@RequestMapping("/infoQuery.do") +public class InfoQueryController extends BaseController { + private static final Logger log = LoggerFactory.getLogger(InfoQueryController.class); + + /** + * 获取信息查询页面 + * + * @param mmap + * @return + */ + @GetMapping("") + public String index(ModelMap mmap) { + return "dfm/infoQuery"; + } +} diff --git a/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/YieldPredictionController.java b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/YieldPredictionController.java new file mode 100644 index 000000000..c90fbca64 --- /dev/null +++ b/ruoyi-admin/src/main/java/com/ruoyi/dfm/controller/YieldPredictionController.java @@ -0,0 +1,29 @@ +package com.ruoyi.dfm.controller; + +import com.ruoyi.common.core.controller.BaseController; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.stereotype.Controller; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RequestMapping; + +/** + * 良率预测控制器 + */ +@Controller +@RequestMapping("/yieldPrediction.do") +public class YieldPredictionController extends BaseController { + private static final Logger log = LoggerFactory.getLogger(YieldPredictionController.class); + + /** + * 获取信息查询页面 + * + * @param mmap + * @return + */ + @GetMapping("") + public String index(ModelMap mmap) { + return "dfm/yieldPrediction"; + } +} diff --git a/ruoyi-admin/src/main/resources/templates/dfm/dataImport.html b/ruoyi-admin/src/main/resources/templates/dfm/dataImport.html new file mode 100644 index 000000000..63015188b --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/dfm/dataImport.html @@ -0,0 +1,84 @@ + + + + + + + +
+ +
+
+ + +

数据导入

+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+   + +
+
+
+
+ + + + + + + + +
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/dfm/infoQuery.html b/ruoyi-admin/src/main/resources/templates/dfm/infoQuery.html new file mode 100644 index 000000000..83a50af28 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/dfm/infoQuery.html @@ -0,0 +1,236 @@ + + + + + + + +
+ +
+
+

单板信息

+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ + ~ + +
+
+
+
+ +
+
+
+ +
+ + ~ + +
+
+
+
+ +
+
+
+ +
+ + ~ + +
+
+
+
+ +
+
+
+ +
+ + ~ + +
+
+
+
+ + +

拼板信息

+ +
+
+
+ +
+ + ~ + +
+
+
+
+ +
+
+
+ +
+ + ~ + +
+
+
+
+ +

关键参数

+
+
+
+ +
+ +
+
+
+
+ + +

风险参数

+
+
+
+ +
+ +
+
+
+
+ + +

器件

+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+ + +

DPPM值

+
+
+
+ +
+ +   + +
+
+
+
+ + + +
+
+   + +
+
+
+
+ + + + + + + + +
+ + + + \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/dfm/yieldPrediction.html b/ruoyi-admin/src/main/resources/templates/dfm/yieldPrediction.html new file mode 100644 index 000000000..d9c56c56e --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/dfm/yieldPrediction.html @@ -0,0 +1,68 @@ + + + + + + + +
+
+
+
+
+ +
+
+
+
+ +

良率预测结果

+ +
+
+
+ +
+
+
+ + +

物料DPPM

+
+
+
+ +
+
+
+ + + +

关键工艺参数的影响

+
+
+
+ +
+
+
+ + +
+ + + + \ No newline at end of file