From 17e3a595e248f3c3f995e8eb9663eefd1dc483c1 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Wed, 30 Aug 2023 17:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E8=BE=85=E5=8A=A9=E8=AE=BE=E5=A4=87BO?= =?UTF-8?q?M?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/technology/process/singleBom.vue | 46 ++-- src/views/technology/recipe/content.vue | 54 +++- src/views/technology/recipe/single.vue | 301 +++++++++++++++++++++ src/views/technology/recipe/singleBom.vue | 247 +++++++++++++++++ 4 files changed, 620 insertions(+), 28 deletions(-) create mode 100644 src/views/technology/recipe/single.vue create mode 100644 src/views/technology/recipe/singleBom.vue diff --git a/src/views/technology/process/singleBom.vue b/src/views/technology/process/singleBom.vue index 126ba54..2aaf04a 100644 --- a/src/views/technology/process/singleBom.vue +++ b/src/views/technology/process/singleBom.vue @@ -8,7 +8,7 @@ > - + @@ -84,27 +84,27 @@ export default { // components: { Treeselect }, data() { return { - treeData: [{ - id: '1', - label: 'BOM物料类别', - children: [{ - id: 'equ_type_lg', - label: '料罐' - }, { - id: 'equ_type_cxj', - label: '成型机' - }, { - id: 'equ_type_hf', - label: '烘房' - }, { - id: 'equ_type_spj', - label: '收坯机' - }, { - id: 'equ_type_bzx', - label: '包装线' - } - ] - }], + // treeData: [{ + // id: '1', + // label: 'BOM物料类别', + // children: [{ + // id: 'equ_type_lg', + // label: '料罐' + // }, { + // id: 'equ_type_cxj', + // label: '成型机' + // }, { + // id: 'equ_type_hf', + // label: '烘房' + // }, { + // id: 'equ_type_spj', + // label: '收坯机' + // }, { + // id: 'equ_type_bzx', + // label: '包装线' + // } + // ] + // }], showFlag:false, // 选中数组 selectedItemId: undefined, diff --git a/src/views/technology/recipe/content.vue b/src/views/technology/recipe/content.vue index 0b9800a..58a4f7a 100644 --- a/src/views/technology/recipe/content.vue +++ b/src/views/technology/recipe/content.vue @@ -104,12 +104,18 @@ - + + + + - + + + + @@ -157,16 +163,16 @@ 取 消 - diff --git a/src/views/technology/recipe/singleBom.vue b/src/views/technology/recipe/singleBom.vue new file mode 100644 index 0000000..358efb7 --- /dev/null +++ b/src/views/technology/recipe/singleBom.vue @@ -0,0 +1,247 @@ + + +