From 91b4784adb910d3b75aa81e3ae4f77532ff5c11b Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Sat, 24 Dec 2022 19:09:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=B7=A5=E5=BA=8F=E6=B7=BB?= =?UTF-8?q?=E9=87=8D=E6=9E=84=2012.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productplan/ZyPlanProcessDataList.vue | 285 ++++++++++----- .../ZyPlanProcessDataList_back1223.vue | 342 ++++++++++++++++++ .../views/productplan/ZyPlanProcessList.vue | 38 +- .../views/productplan/ZyPlanTeamDataList.vue | 2 +- .../src/views/productplan/ZyPlanTeamList.vue | 18 +- .../productplan/ZyProductPlanList_demo.vue | 130 +++++++ .../productplan/modules/ZyPlanProcessForm.vue | 28 ++ .../productplan/entity/ZyPlanProcess.java | 29 +- .../productplan/entity/vo/ProcessDataVo.java | 2 +- .../impl/ZyPlanProcessServiceImpl.java | 5 +- 10 files changed, 754 insertions(+), 125 deletions(-) create mode 100644 ant-design-vue-jeecg/src/views/productplan/ZyPlanProcessDataList_back1223.vue create mode 100644 ant-design-vue-jeecg/src/views/productplan/ZyProductPlanList_demo.vue diff --git a/ant-design-vue-jeecg/src/views/productplan/ZyPlanProcessDataList.vue b/ant-design-vue-jeecg/src/views/productplan/ZyPlanProcessDataList.vue index f17cd089..8c80fde8 100644 --- a/ant-design-vue-jeecg/src/views/productplan/ZyPlanProcessDataList.vue +++ b/ant-design-vue-jeecg/src/views/productplan/ZyPlanProcessDataList.vue @@ -1,52 +1,20 @@