diff --git a/ant-design-vue-jeecg/src/components/procedure/basicAction.vue b/ant-design-vue-jeecg/src/components/procedure/basicAction.vue
new file mode 100644
index 00000000..641b5ce5
--- /dev/null
+++ b/ant-design-vue-jeecg/src/components/procedure/basicAction.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
暂无视频
+
+
+
+
+
+
+ 频率: |
+ {{tableModel.freq}} |
+
+
+ 描述: |
+ {{tableModel.descr}} |
+
+
+ 机器TMU: |
+ {{tableModel.machineTmu}} |
+
+
+ 手工TMU: |
+ {{tableModel.machineTmu}} |
+
+
+ 编号: |
+ {{tableModel.nums}} |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothActionList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothActionList.vue
index bbe1717c..4701f83c 100644
--- a/ant-design-vue-jeecg/src/views/process/ZyClothActionList.vue
+++ b/ant-design-vue-jeecg/src/views/process/ZyClothActionList.vue
@@ -29,9 +29,9 @@
新增
导出
-
-
-
+
+
+
@@ -88,7 +88,7 @@
- 详情
+ 详情
handleDelete(record.id)">
删除
@@ -100,6 +100,7 @@
+
@@ -109,12 +110,13 @@
import { mixinDevice } from '@/utils/mixin'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import ZyClothActionModal from './modules/ZyClothActionModal'
+ import ZyClothActionFormDetail from './modules/ZyClothActionFormDetail'
export default {
name: 'ZyClothActionList',
mixins:[JeecgListMixin, mixinDevice],
components: {
- ZyClothActionModal
+ ZyClothActionModal,ZyClothActionFormDetail
},
data () {
return {
@@ -198,7 +200,7 @@
}
},
created() {
- this.getSuperFieldList();
+ this.getSuperFieldList();
},
computed: {
importExcelUrl: function(){
@@ -217,10 +219,13 @@
fieldList.push({type:'int',value:'manualTmu',text:'手工TMU',dictCode:''})
fieldList.push({type:'string',value:'nums',text:'编号',dictCode:''})
this.superFieldList = fieldList
+ },
+ handleDetail(id){
+ this.$refs.ZyClothActionFormDetail.showModal(id)
}
}
}
-
\ No newline at end of file
diff --git a/ant-design-vue-jeecg/src/views/process/modules/ZyClothActionFormDetail.vue b/ant-design-vue-jeecg/src/views/process/modules/ZyClothActionFormDetail.vue
new file mode 100644
index 00000000..0f0a0de4
--- /dev/null
+++ b/ant-design-vue-jeecg/src/views/process/modules/ZyClothActionFormDetail.vue
@@ -0,0 +1,63 @@
+
+
+ 黄淮学院服装智能制造管理平台 - 基础动作
+
+
+
+
+
+
\ No newline at end of file