From 5b6b3817b06f924534d1b9ce28514184a3bbf8bb Mon Sep 17 00:00:00 2001 From: shenyuan Date: Sat, 10 Dec 2022 15:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E8=A1=A3=E6=A8=A1=E5=9D=97=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/process/ZyClothsModularList.vue | 4 +- .../modules/ZyClothsModularListDetail.vue | 141 ++++++++++++++++-- 2 files changed, 131 insertions(+), 14 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue index f0c2537b..cafcb9e0 100644 --- a/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue +++ b/ant-design-vue-jeecg/src/views/process/ZyClothsModularList.vue @@ -263,8 +263,8 @@ fieldList.push({type: 'string', value: 'pictureUrl', text: '图片', dictCode: ''}) this.superFieldList = fieldList }, - handleDetail(){ - this.$refs.ZyClothsModularListDetail.showModal() + handleDetail(record){ + this.$refs.ZyClothsModularListDetail.showModal(record) } } } diff --git a/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue b/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue index 1116d0eb..552150a1 100644 --- a/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue +++ b/ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularListDetail.vue @@ -7,24 +7,127 @@ :width='1000' @ok="handleOk" @cancel="handleCancel"> +

制衣模块详情

- Cloud Database - Prepaid - YES + {{model.enterpriseId_dictText}} + {{model.nums}} + {{model.modularName}} + {{model.clothsTypeId_dictText}} + {{model.description}} - - - - + 无法显示 + 暂无图片 +

模块部件详情

+ + +

模块工序详情

+ + \ No newline at end of file + + \ No newline at end of file