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() { //打开操作员切换功能