From febda1402c38493d33f690b55a96b11bbfe29850 Mon Sep 17 00:00:00 2001 From: mors <3067699729@qq.com> Date: Wed, 11 Jan 2023 17:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E8=A1=A3=E6=A8=A1=E5=9D=97=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/process/ZyClothsModularList.vue | 35 +- .../process/modules/ZyClothsComponentForm.vue | 354 +++++++++--------- .../zyProcessModular/ZyProcessModularList.vue | 122 +++--- .../ZyStyleAccessoriesList.vue | 10 +- .../zystylemodular/ZyStyleModularList.vue | 14 +- .../controller/ZyStyleModularController.java | 28 +- .../zyStyleModular/entity/ZyStyleModular.java | 5 + .../mapper/ZyStyleModularMapper.java | 5 + .../mapper/xml/ZyStyleModularMapper.xml | 5 + .../ZyStyleAccessoriesController.java | 57 +-- .../ZyProcessModularController.java | 33 +- .../entity/ZyProcessModular.java | 11 + .../mapper/ZyProcessModularMapper.java | 8 + .../controller/ZyStyleFabricController.java | 22 +- 14 files changed, 381 insertions(+), 328 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue index 5628105c..c411e711 100644 --- a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue +++ b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue @@ -5,8 +5,9 @@ - - + + + @@ -20,7 +21,7 @@ - + @@ -120,19 +121,19 @@ 删除 - + @@ -183,7 +184,7 @@ export default { } }, { - title: '编号', + title: '模块编号', align: "center", dataIndex: 'nums' }, diff --git a/ant-design-vue-jeecg/src/views/process/modules/ZyClothsComponentForm.vue b/ant-design-vue-jeecg/src/views/process/modules/ZyClothsComponentForm.vue index f7253300..64460e17 100644 --- a/ant-design-vue-jeecg/src/views/process/modules/ZyClothsComponentForm.vue +++ b/ant-design-vue-jeecg/src/views/process/modules/ZyClothsComponentForm.vue @@ -5,15 +5,15 @@ - + - - - + + + - + @@ -36,17 +36,17 @@ - + - - - - - - - + + + + + + + @@ -66,55 +66,44 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -124,143 +113,142 @@ \ No newline at end of file diff --git a/ant-design-vue-jeecg/src/views/zyProcessModular/ZyProcessModularList.vue b/ant-design-vue-jeecg/src/views/zyProcessModular/ZyProcessModularList.vue index 11a34200..cb567a6c 100644 --- a/ant-design-vue-jeecg/src/views/zyProcessModular/ZyProcessModularList.vue +++ b/ant-design-vue-jeecg/src/views/zyProcessModular/ZyProcessModularList.vue @@ -1,5 +1,5 @@