From 2f6f881ead55135db456e87a394800a9cb2a347b Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 6 Jan 2026 16:55:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=A6=85=E9=81=93235?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_form2.vue | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/views/wpm_bx/mlog_form2.vue b/src/views/wpm_bx/mlog_form2.vue index a915c0c4..2e96b993 100644 --- a/src/views/wpm_bx/mlog_form2.vue +++ b/src/views/wpm_bx/mlog_form2.vue @@ -153,6 +153,23 @@ + + + + + + + @@ -240,6 +257,7 @@ export default { materialTracking:10, testitems:[], options: [], + mtaskOptions:[], bwItemForms: [], routeOptions: [], materialOptions: [], @@ -256,6 +274,7 @@ export default { this.getRoute(); this.getEquipment(); this.gettestitem(); + this.getMtask(); if(that.route_code=='tuomoceliang'){ //获取指定工序的切分数量 } @@ -281,6 +300,12 @@ export default { this.routeOriginOptions = res; }); }, + getMtask(){ + let that = this; + this.$API.pm.mtask.list.req({ page: 0, mgroup: that.mgroup, state: 20 }).then((res) => { + that.mtaskOptions = res; + }); + }, //获取班组设备 getEquipment() { let that = this;