|
@@ -70,6 +70,14 @@ public class ProduceOrderDetailController {
|
|
produceOrderDetailService.editRemark(dto);
|
|
produceOrderDetailService.editRemark(dto);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+ * 修改其他生产备注
|
|
|
|
+ */
|
|
|
|
+ @PostMapping("/editOtherProdRemark")
|
|
|
|
+ public void editOtherProdRemark(@RequestBody ProductionOrderDetailDto dto) {
|
|
|
|
+ produceOrderDetailService.editOtherProdRemark(dto);
|
|
|
|
+ }
|
|
|
|
+
|
|
@PostMapping("/taskCount")
|
|
@PostMapping("/taskCount")
|
|
public JSONObject taskCount(@RequestBody ProduceOrderDetailSelectDto dto) {
|
|
public JSONObject taskCount(@RequestBody ProduceOrderDetailSelectDto dto) {
|
|
return produceOrderDetailService.taskCount(dto);
|
|
return produceOrderDetailService.taskCount(dto);
|