From cd796d2a5bf3d01b6525a3ece2848ad1628e35d5 Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Tue, 17 Jan 2023 17:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=B7=A5=E5=BA=8F=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E5=88=97=E8=A1=A8=E3=80=81=E8=AF=BB=E5=8F=96?= =?UTF-8?q?=E5=B7=A5=E5=BA=8F=201.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/productplan/ProductplanManage.vue | 103 +++++++++++------- .../controller/ZyPlanProcessController.java | 33 +++++- .../productplan/entity/ZyPlanProcess.java | 8 +- .../enums/ProductPlanStatusEnum.java | 66 +++++++++++ .../service/IZyPlanProcessService.java | 2 + .../impl/ZyPlanProcessServiceImpl.java | 99 ++++++++++------- .../team/service/IStationMachineService.java | 4 + .../team/service/IStationToolService.java | 1 + .../impl/StationMachineServiceImpl.java | 29 +++++ .../service/impl/StationToolServiceImpl.java | 27 +++++ 10 files changed, 283 insertions(+), 89 deletions(-) create mode 100644 jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/enums/ProductPlanStatusEnum.java diff --git a/ant-design-vue-jeecg/src/views/productplan/ProductplanManage.vue b/ant-design-vue-jeecg/src/views/productplan/ProductplanManage.vue index dc64f755..68dd8ea5 100644 --- a/ant-design-vue-jeecg/src/views/productplan/ProductplanManage.vue +++ b/ant-design-vue-jeecg/src/views/productplan/ProductplanManage.vue @@ -3,24 +3,24 @@