From 52cfa8db22cbd3aa246649f799c8e2dfea709347 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 4 Dec 2025 15:33:56 +0800 Subject: [PATCH 01/12] =?UTF-8?q?fix:=E7=A6=85=E9=81=93175?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/bxerp/defect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/statistics/bxerp/defect.vue b/src/views/statistics/bxerp/defect.vue index 5f5b573d..e35e3833 100644 --- a/src/views/statistics/bxerp/defect.vue +++ b/src/views/statistics/bxerp/defect.vue @@ -110,7 +110,7 @@ export default { }, methods: { deptMgroup() { - this.$API.mtm.mgroup.list.req({ page: 0 }).then(res => { + this.$API.mtm.mgroup.list.req({ page: 0,belong_dept__name:'拉丝排板班组' }).then(res => { this.mgroups = res; }); }, From 410e48a5d3bb7f1bcf4e2ec77f1f1062a256fd1a Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 4 Dec 2025 15:39:10 +0800 Subject: [PATCH 02/12] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=B8=AD=E5=AD=90=E5=B7=A5=E5=BA=8F=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 43 ++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 00475a9f..201fb76f 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -64,7 +64,6 @@ v-model="processLists" :addTemplate="addTemplate" placeholder="暂无数据" - @add="rowAdd" > + + + - - - @@ -514,9 +517,10 @@ export default { addTemplate:{ mlog: "", process: "", + equipment: "", handle_user: "", - handle_user_name: "", work_start_time: "", + handle_user_name: "", isEdit: true, }, qct:null, @@ -540,6 +544,7 @@ export default { this.apiObj = this.$API.wpm.mlogb.list; let userInfo = that.$TOOL.data.get("USER_INFO"); that.addTemplate.mlog = that.mlogItem.id; + that.addTemplate.equipment = ""; that.addTemplate.handle_user = userInfo.id; that.addTemplate.handle_user_name = userInfo.name; that.addTemplate.work_start_time = this.$TOOL.dateFormat(new Date()); From 0fe3e273aeda887fd19ccaea8b1aee917251b5ea Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 4 Dec 2025 15:39:45 +0800 Subject: [PATCH 03/12] =?UTF-8?q?fix:=E5=BA=9F=E5=93=81=E5=BA=93=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=B7=A5=E6=AE=B5=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/index.vue | 41 ++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/src/views/wpm_bx/index.vue b/src/views/wpm_bx/index.vue index 61ba9631..ca1c55f9 100644 --- a/src/views/wpm_bx/index.vue +++ b/src/views/wpm_bx/index.vue @@ -11,7 +11,7 @@ -
+
@@ -31,7 +31,7 @@
-
+
@@ -39,7 +39,7 @@
+ - - - + \ No newline at end of file diff --git a/src/views/home/widgets/index_gx.vue b/src/views/home/widgets/index_gx.vue index bb9bf80d..1471e3de 100644 --- a/src/views/home/widgets/index_gx.vue +++ b/src/views/home/widgets/index_gx.vue @@ -223,9 +223,9 @@ export default { that.year_s = year; that.month_s = month; that.day_s = day; - this.getEquipList(); - this.getMaterialWarning(); - this.getMaterialList(); + // this.getEquipList(); + // this.getMaterialWarning(); + // this.getMaterialList(); }, methods: { // 动态绑定Class