From d50e2e57822d65ddfd137870ab58f70a99939ec4 Mon Sep 17 00:00:00 2001 From: rui_li <877258667@qq.com> Date: Tue, 15 Feb 2022 10:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=B7=A5=20=20=E5=B0=8F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/com_cutting_material.vue | 211 ++++++++++++++++++ .../yieldReport/com_produce_report_normal.vue | 33 ++- 2 files changed, 240 insertions(+), 4 deletions(-) create mode 100644 src/views/modules/yieldReport/com_cutting_material.vue diff --git a/src/views/modules/yieldReport/com_cutting_material.vue b/src/views/modules/yieldReport/com_cutting_material.vue new file mode 100644 index 0000000..2d50789 --- /dev/null +++ b/src/views/modules/yieldReport/com_cutting_material.vue @@ -0,0 +1,211 @@ + + + + + diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 7c4a6df..ae2fbc2 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -237,14 +237,14 @@ fixed="left" header-align="center" align="center" - width="75" + width="115" :label="'操作'"> @@ -482,6 +482,13 @@ + + + + + { + this.showCuttingMaterialFlag = true; + this.$refs.comCuttingMaterial.init(this.scheduleData, this.operatorData, materialRow); + }); + }, + + /*材料结束生产的modal*/ + finishMaterialModal(materialRow){ + this.$nextTick(() => { + this.showMaterialFlag = true; + this.$refs.comProduceMaterial.init(this.scheduleData, this.operatorData) + }); + }, + //打开结束派工单的modal showFinishScheduleModal() { //打开操作员切换功能