新增
-
导出
+
导出
@@ -124,7 +124,7 @@
xs: { span: 24 },
sm: { span: 16 },
},
- description: '面料表管理页面',
+ description: '辅料表管理页面',
// 表头
columns: [
{
@@ -148,12 +148,12 @@
dataIndex: 'processId_dictText'
},
{
- title:'面料编号',
+ title:'辅料编号',
align:"center",
dataIndex: 'accessoriesId'
},
{
- title:'面料',
+ title:'辅料',
align:"center",
dataIndex: 'accessoriesId_dictText'
},
@@ -172,7 +172,7 @@
deleteBatch: "/pro/zyProcessAccessories/deleteBatch",
exportXlsUrl: "/pro/zyProcessAccessories/exportXls",
importExcelUrl: "pro/zyProcessAccessories/importExcel",
-
+
},
dictOptions:{},
superFieldList:[],
@@ -190,7 +190,7 @@
edit (record) {
this.id = record;
this.queryParam.processId=this.id;
- console.log("燕慧森1号")
+ // console.log("燕慧森1号")
this.loadData();
this.visible = true;
@@ -200,7 +200,7 @@
getSuperFieldList(){
let fieldList=[];
fieldList.push({type:'popup',value:'processId',text:'工序表id', popup:{code:'',field:'',orgFields:'',destFields:''}})
- fieldList.push({type:'popup',value:'accessoriesId',text:'面料表id', popup:{code:'',field:'',orgFields:'',destFields:''}})
+ fieldList.push({type:'popup',value:'accessoriesId',text:'辅料表id', popup:{code:'',field:'',orgFields:'',destFields:''}})
this.superFieldList = fieldList
}
}
diff --git a/ant-design-vue-jeecg/src/views/process/modules/ZyProcessFabricList.vue b/ant-design-vue-jeecg/src/views/process/modules/ZyProcessFabricList.vue
index 6467e719..37bd5e22 100644
--- a/ant-design-vue-jeecg/src/views/process/modules/ZyProcessFabricList.vue
+++ b/ant-design-vue-jeecg/src/views/process/modules/ZyProcessFabricList.vue
@@ -11,7 +11,7 @@
-
+
@@ -153,12 +153,12 @@
dataIndex: 'processId_dictText'
},
{
- title:'辅料编号',
+ title:'面料编号',
align:"center",
dataIndex: 'fabricId'
},
{
- title:'辅料',
+ title:'面料',
align:"center",
dataIndex: 'fabricId_dictText'
},
@@ -195,7 +195,7 @@
edit (record) {
this.id = record;
this.queryParam.processId=this.id;
- console.log("燕慧森1号")
+ // console.log("燕慧森1号")
this.loadData();
this.visible = true;
},
@@ -204,7 +204,7 @@
getSuperFieldList(){
let fieldList=[];
fieldList.push({type:'string',value:'processId',text:'工序',dictCode:'zy_process,process_name,id'})
- fieldList.push({type:'string',value:'fabricId',text:'辅料',dictCode:'zy_fabric,name,id'})
+ fieldList.push({type:'string',value:'fabricId',text:'面料',dictCode:'zy_fabric,name,id'})
this.superFieldList = fieldList
}
}
From 64a30d89f72093edc2e4cc90e83f9bae3fb4447a Mon Sep 17 00:00:00 2001
From: YTD <1158283261@qq.com>
Date: Mon, 14 Nov 2022 15:32:22 +0800
Subject: [PATCH 2/8] =?UTF-8?q?2022-11-14=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/cloths/modules/ZyProcessAccessoriesForm.vue | 4 ++--
.../src/views/cloths/modules/ZyProcessFabricForm.vue | 2 +-
.../src/views/process/modules/ZyProcessFabricList.vue | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ant-design-vue-jeecg/src/views/cloths/modules/ZyProcessAccessoriesForm.vue b/ant-design-vue-jeecg/src/views/cloths/modules/ZyProcessAccessoriesForm.vue
index 0641213c..804881f2 100644
--- a/ant-design-vue-jeecg/src/views/cloths/modules/ZyProcessAccessoriesForm.vue
+++ b/ant-design-vue-jeecg/src/views/cloths/modules/ZyProcessAccessoriesForm.vue
@@ -28,7 +28,7 @@
-
+
-
+
-->
-
+
From dfa3819ee2150dfa2881959c4fb5beb38926f7bb Mon Sep 17 00:00:00 2001
From: YTD <1158283261@qq.com>
Date: Mon, 14 Nov 2022 16:36:47 +0800
Subject: [PATCH 3/8] =?UTF-8?q?2022-11-14=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/cloths/ZyProcessAccessoriesList.vue | 10 +++++-----
.../src/views/cloths/ZyProcessFabricList.vue | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/ant-design-vue-jeecg/src/views/cloths/ZyProcessAccessoriesList.vue b/ant-design-vue-jeecg/src/views/cloths/ZyProcessAccessoriesList.vue
index ad2569d4..5a520b2f 100644
--- a/ant-design-vue-jeecg/src/views/cloths/ZyProcessAccessoriesList.vue
+++ b/ant-design-vue-jeecg/src/views/cloths/ZyProcessAccessoriesList.vue
@@ -10,8 +10,8 @@
-
-
+
+
@@ -129,7 +129,7 @@
xs: { span: 24 },
sm: { span: 16 },
},
- description: '面料表管理页面',
+ description: '辅料表管理页面',
// 表头
columns: [
{
@@ -153,12 +153,12 @@
dataIndex: 'processId_dictText'
},
{
- title:'面料编号',
+ title:'辅料编号',
align:"center",
dataIndex: 'accessoriesId'
},
{
- title:'面料',
+ title:'辅料',
align:"center",
dataIndex: 'accessoriesId_dictText'
},
diff --git a/ant-design-vue-jeecg/src/views/cloths/ZyProcessFabricList.vue b/ant-design-vue-jeecg/src/views/cloths/ZyProcessFabricList.vue
index 1aba9052..31d7d9ef 100644
--- a/ant-design-vue-jeecg/src/views/cloths/ZyProcessFabricList.vue
+++ b/ant-design-vue-jeecg/src/views/cloths/ZyProcessFabricList.vue
@@ -10,8 +10,8 @@
-
-
+
+
@@ -152,12 +152,12 @@
dataIndex: 'processId_dictText'
},
{
- title:'辅料编号',
+ title:'面料编号',
align:"center",
dataIndex: 'fabricId'
},
{
- title:'辅料',
+ title:'面料',
align:"center",
dataIndex: 'fabricId_dictText'
},
From 619f07edd839ca8a11d24120a4812adf272ececc Mon Sep 17 00:00:00 2001
From: YTD <1158283261@qq.com>
Date: Mon, 14 Nov 2022 16:44:50 +0800
Subject: [PATCH 4/8] =?UTF-8?q?2022-11-14=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ant-design-vue-jeecg/src/mixins/JeecgListMixin.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ant-design-vue-jeecg/src/mixins/JeecgListMixin.js b/ant-design-vue-jeecg/src/mixins/JeecgListMixin.js
index 89083d94..68759ee3 100644
--- a/ant-design-vue-jeecg/src/mixins/JeecgListMixin.js
+++ b/ant-design-vue-jeecg/src/mixins/JeecgListMixin.js
@@ -232,7 +232,7 @@ export const JeecgListMixin = {
this.$refs.modalForm.disableSubmit = false;
},
fuzhi: function (record) {
- record.id=null;
+ record.id="";
this.$refs.modalForm.edit(record);
this.$refs.modalForm.title = "复制";
this.$refs.modalForm.disableSubmit = false;
From c5bd277295c1821ec7006b4a790b0ef66cd8386d Mon Sep 17 00:00:00 2001
From: YTD <1158283261@qq.com>
Date: Mon, 14 Nov 2022 17:04:00 +0800
Subject: [PATCH 5/8] =?UTF-8?q?2022-11-14=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ZyProcessAccessoriesController.java | 22 +++++++++++++----
.../controller/ZyProcessActionController.java | 24 ++++++++++++++-----
.../controller/ZyProcessFabricController.java | 12 ++++++++++
.../ZyProcessMachineController.java | 12 ++++++++++
.../controller/ZyOperationtoolController.java | 13 ++++++++++
5 files changed, 72 insertions(+), 11 deletions(-)
diff --git a/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessAccessoriesController.java b/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessAccessoriesController.java
index 2f893026..4fccd6a8 100644
--- a/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessAccessoriesController.java
+++ b/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessAccessoriesController.java
@@ -98,7 +98,7 @@ public class ZyProcessAccessoriesController extends JeecgController pageList = zyProcessAccessoriesService.page1(page, s,t);
return Result.OK(pageList);
}
-
+
/**
* 添加
*
@@ -109,10 +109,16 @@ public class ZyProcessAccessoriesController extends JeecgController add(@RequestBody ZyProcessAccessories zyProcessAccessories) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessAccessories.getProcessId());
+ s.eq("accessories_id",zyProcessAccessories.getAccessoriesId());
+ int a=zyProcessAccessoriesService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessAccessoriesService.save(zyProcessAccessories);
return Result.OK("添加成功!");
}
-
+
/**
* 编辑
*
@@ -123,10 +129,16 @@ public class ZyProcessAccessoriesController extends JeecgController edit(@RequestBody ZyProcessAccessories zyProcessAccessories) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessAccessories.getProcessId());
+ s.eq("accessories_id",zyProcessAccessories.getAccessoriesId());
+ int a=zyProcessAccessoriesService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessAccessoriesService.updateById(zyProcessAccessories);
return Result.OK("编辑成功!");
}
-
+
/**
* 通过id删除
*
@@ -140,7 +152,7 @@ public class ZyProcessAccessoriesController extends JeecgController {
@Autowired
private IZyProcessActionService zyProcessActionService;
-
+
/**
* 分页列表查询
*
@@ -97,7 +97,7 @@ public class ZyProcessActionController extends JeecgController add(@RequestBody ZyProcessAction zyProcessAction) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessAction.getProcessId());
+ s.eq("action_id",zyProcessAction.getActionId());
+ int a=zyProcessActionService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessActionService.save(zyProcessAction);
return Result.OK("添加成功!");
}
-
+
/**
* 编辑
*
@@ -122,10 +128,16 @@ public class ZyProcessActionController extends JeecgController edit(@RequestBody ZyProcessAction zyProcessAction) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessAction.getProcessId());
+ s.eq("action_id",zyProcessAction.getActionId());
+ int a=zyProcessActionService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessActionService.updateById(zyProcessAction);
return Result.OK("编辑成功!");
}
-
+
/**
* 通过id删除
*
@@ -139,7 +151,7 @@ public class ZyProcessActionController extends JeecgController add(@RequestBody ZyProcessFabric zyProcessFabric) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessFabric.getProcessId());
+ s.eq("fabric_id",zyProcessFabric.getFabricId());
+ int a=zyProcessFabricService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessFabricService.save(zyProcessFabric);
return Result.OK("添加成功!");
}
@@ -120,6 +126,12 @@ public class ZyProcessFabricController extends JeecgController edit(@RequestBody ZyProcessFabric zyProcessFabric) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessFabric.getProcessId());
+ s.eq("fabric_id",zyProcessFabric.getFabricId());
+ int a=zyProcessFabricService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessFabricService.updateById(zyProcessFabric);
return Result.OK("编辑成功!");
}
diff --git a/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessMachineController.java b/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessMachineController.java
index 0cb60428..c7d7dafc 100644
--- a/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessMachineController.java
+++ b/jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/pro/controller/ZyProcessMachineController.java
@@ -105,6 +105,12 @@ public class ZyProcessMachineController extends JeecgController add(@RequestBody ZyProcessMachine zyProcessMachine) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessMachine.getProcessId());
+ s.eq("machine_id",zyProcessMachine.getMachineId());
+ int a=zyProcessMachineService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessMachineService.save(zyProcessMachine);
return Result.OK("添加成功!");
}
@@ -119,6 +125,12 @@ public class ZyProcessMachineController extends JeecgController edit(@RequestBody ZyProcessMachine zyProcessMachine) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyProcessMachine.getProcessId());
+ s.eq("machine_id",zyProcessMachine.getMachineId());
+ int a=zyProcessMachineService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyProcessMachineService.updateById(zyProcessMachine);
return Result.OK("编辑成功!");
}
diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java
index 4e2b5017..aa03ed31 100644
--- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java
+++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java
@@ -1,5 +1,6 @@
package org.jeecg.modules.operationtool.controller;
+import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import io.swagger.annotations.Api;
@@ -88,6 +89,12 @@ public class ZyOperationtoolController extends JeecgController add(@RequestBody ZyOperationtool zyOperationtool) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("process_id",zyOperationtool.getOperationid());
+ s.eq("toolid",zyOperationtool.getToolid());
+ int a=zyOperationtoolService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyOperationtoolService.save(zyOperationtool);
return Result.OK("添加成功!");
}
@@ -102,6 +109,12 @@ public class ZyOperationtoolController extends JeecgController edit(@RequestBody ZyOperationtool zyOperationtool) {
+ QueryWrapper s=new QueryWrapper();
+ s.eq("operationid",zyOperationtool.getOperationid());
+ s.eq("toolid",zyOperationtool.getToolid());
+ int a=zyOperationtoolService.count(s);
+ if(a>=1)
+ return Result.error("已存在本信息");
zyOperationtoolService.updateById(zyOperationtool);
return Result.OK("编辑成功!");
}
From 1f022d09cc45d1dd900dfecca61579cef3abb3e2 Mon Sep 17 00:00:00 2001
From: YTD <1158283261@qq.com>
Date: Mon, 14 Nov 2022 17:22:22 +0800
Subject: [PATCH 6/8] 2022-11-14weitiao
---
.../operationtool/controller/ZyOperationtoolController.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java
index aa03ed31..d76f7a37 100644
--- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java
+++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/operationtool/controller/ZyOperationtoolController.java
@@ -90,7 +90,7 @@ public class ZyOperationtoolController extends JeecgController add(@RequestBody ZyOperationtool zyOperationtool) {
QueryWrapper s=new QueryWrapper();
- s.eq("process_id",zyOperationtool.getOperationid());
+ s.eq("operationid",zyOperationtool.getOperationid());
s.eq("toolid",zyOperationtool.getToolid());
int a=zyOperationtoolService.count(s);
if(a>=1)
From 9cb3f88e41973c903de0205040cb1f6655a17ec9 Mon Sep 17 00:00:00 2001
From: mors <3067699729@qq.com>
Date: Mon, 14 Nov 2022 17:46:58 +0800
Subject: [PATCH 7/8] =?UTF-8?q?2022-11-14=20=E8=B5=B5=E7=8E=89=E7=91=9E=20?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=B6=E8=A1=A3=E6=A8=A1=E5=9D=97=E9=83=A8?=
=?UTF-8?q?=E4=BB=B6=E7=9B=B8=E5=85=B3=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ant-design-vue-jeecg/src/main.js | 4 +-
.../src/views/process/ZyClothsMcList.vue | 224 ++++++++++++++++
.../src/views/process/ZyClothsMccList.vue | 225 ++++++++++++++++
.../process/ZyClothsModularCompentList.vue | 246 ++++++++++--------
.../src/views/process/ZyClothsModularList.vue | 31 ++-
.../views/process/modules/ZyClothsMcForm.vue | 118 +++++++++
.../views/process/modules/ZyClothsMcModal.vue | 66 +++++
.../modules/ZyClothsMcModal__Style#Drawer.vue | 84 ++++++
.../views/process/modules/ZyClothsMccForm.vue | 122 +++++++++
.../process/modules/ZyClothsMccModal.vue | 66 +++++
.../ZyClothsMccModal__Style#Drawer.vue | 84 ++++++
.../modules/ZyClothsModularCompentForm.vue | 14 +-
.../process/modules/ZyClothsModularForm.vue | 10 +-
.../base/controller/ZyClothsMcController.java | 155 +++++++++++
.../controller/ZyClothsMccController.java | 155 +++++++++++
.../modules/demo/base/entity/ZyClothsMc.java | 67 +++++
.../modules/demo/base/entity/ZyClothsMcc.java | 67 +++++
.../demo/base/mapper/ZyClothsMcMapper.java | 14 +
.../demo/base/mapper/ZyClothsMccMapper.java | 14 +
.../demo/base/mapper/xml/ZyClothsMcMapper.xml | 5 +
.../base/mapper/xml/ZyClothsMccMapper.xml | 5 +
.../demo/base/service/IZyClothsMcService.java | 14 +
.../base/service/IZyClothsMccService.java | 16 ++
.../service/impl/ZyClothsMcServiceImpl.java | 18 ++
.../service/impl/ZyClothsMccServiceImpl.java | 19 ++
25 files changed, 1717 insertions(+), 126 deletions(-)
create mode 100644 ant-design-vue-jeecg/src/views/process/ZyClothsMcList.vue
create mode 100644 ant-design-vue-jeecg/src/views/process/ZyClothsMccList.vue
create mode 100644 ant-design-vue-jeecg/src/views/process/modules/ZyClothsMcForm.vue
create mode 100644 ant-design-vue-jeecg/src/views/process/modules/ZyClothsMcModal.vue
create mode 100644 ant-design-vue-jeecg/src/views/process/modules/ZyClothsMcModal__Style#Drawer.vue
create mode 100644 ant-design-vue-jeecg/src/views/process/modules/ZyClothsMccForm.vue
create mode 100644 ant-design-vue-jeecg/src/views/process/modules/ZyClothsMccModal.vue
create mode 100644 ant-design-vue-jeecg/src/views/process/modules/ZyClothsMccModal__Style#Drawer.vue
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/controller/ZyClothsMcController.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/controller/ZyClothsMccController.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/entity/ZyClothsMc.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/entity/ZyClothsMcc.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/mapper/ZyClothsMcMapper.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/mapper/ZyClothsMccMapper.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/mapper/xml/ZyClothsMcMapper.xml
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/mapper/xml/ZyClothsMccMapper.xml
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/service/IZyClothsMcService.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/service/IZyClothsMccService.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/service/impl/ZyClothsMcServiceImpl.java
create mode 100644 jeecg-boot/jeecg-boot-module-process/src/main/java/org/jeecg/modules/demo/base/service/impl/ZyClothsMccServiceImpl.java
diff --git a/ant-design-vue-jeecg/src/main.js b/ant-design-vue-jeecg/src/main.js
index 654afc7a..11ee55ba 100644
--- a/ant-design-vue-jeecg/src/main.js
+++ b/ant-design-vue-jeecg/src/main.js
@@ -12,8 +12,8 @@ import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
// YU-优化
-//require('@jeecg/antd-online-mini')
-//require('@jeecg/antd-online-mini/dist/OnlineForm.css')
+require('@jeecg/antd-online-mini')
+require('@jeecg/antd-online-mini/dist/OnlineForm.css')
import Antd, { version } from 'ant-design-vue'
console.log('ant-design-vue version:', version)
diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothsMcList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothsMcList.vue
new file mode 100644
index 00000000..2b0fc7e1
--- /dev/null
+++ b/ant-design-vue-jeecg/src/views/process/ZyClothsMcList.vue
@@ -0,0 +1,224 @@
+
+
+
+
+
+
+
+
+
+
新增
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+ 详情
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothsMccList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothsMccList.vue
new file mode 100644
index 00000000..2ecb136e
--- /dev/null
+++ b/ant-design-vue-jeecg/src/views/process/ZyClothsMccList.vue
@@ -0,0 +1,225 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
新增
+
+
+
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 详情
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothsModularCompentList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothsModularCompentList.vue
index c1ab138f..873fd47d 100644
--- a/ant-design-vue-jeecg/src/views/process/ZyClothsModularCompentList.vue
+++ b/ant-design-vue-jeecg/src/views/process/ZyClothsModularCompentList.vue
@@ -13,23 +13,31 @@
新增
导出
-
+
导入
-
+
- 删除
+
+
+ 删除
+
- 批量操作
+ 批量操作
+
+
@@ -52,7 +60,8 @@
无图片
-
+
无文件
@@ -67,134 +76,157 @@
+
+ 管理
+
编辑
-
+
详情
-
+
handleDelete(record.id)">
删除
-
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue
index 8d38564a..89a5c01d 100644
--- a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue
+++ b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue
@@ -76,6 +76,10 @@
+
+ 管理
+
+
编辑
@@ -105,6 +109,7 @@