From 33844efb7c749a5403337b3ea227583162ed6377 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 29 Dec 2025 13:38:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E2=80=9C=E7=89=A9=E6=96=99=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E2=80=9D=E7=BB=9F=E4=B8=80=E6=94=B9=E4=B8=BA=E2=80=9C?= =?UTF-8?q?=E6=89=93=E7=AD=BE=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/helpso.vue | 2 +- src/views/inm/mainso.vue | 8 ++++---- src/views/inm/mioitem.vue | 8 ++++---- src/views/inm/mioitemlist.vue | 2 +- src/views/wpm_bx/inmIn.vue | 6 +++--- src/views/wpm_bx/inmOut.vue | 6 +++--- src/views/wpm_bx/inm_record.vue | 4 ++-- src/views/wpm_bx/mlogbw_check.vue | 2 +- src/views/wpm_bx/wprList.vue | 4 ++-- src/views/wpm_gx/fmlog_detail.vue | 2 +- src/views/wpm_gx/helpso.vue | 4 ++-- src/views/wpm_gx/inm.vue | 4 ++-- src/views/wpm_gx/inmOut.vue | 4 ++-- src/views/wpm_gx/inm_record.vue | 4 ++-- src/views/wpm_gx/mlog_detail.vue | 2 +- 15 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/views/inm/helpso.vue b/src/views/inm/helpso.vue index ad8fbf35..8c7ddb97 100644 --- a/src/views/inm/helpso.vue +++ b/src/views/inm/helpso.vue @@ -187,7 +187,7 @@ export default { resetQuery() { this.query = {}; }, - //打印物料标签 + //打签 printMaterial(row){ let that = this; that.wmId = row.id; diff --git a/src/views/inm/mainso.vue b/src/views/inm/mainso.vue index b81876a0..37d4d076 100644 --- a/src/views/inm/mainso.vue +++ b/src/views/inm/mainso.vue @@ -61,11 +61,11 @@ - + @@ -100,7 +100,7 @@ width="120" > @@ -441,7 +441,7 @@ export default { that.getCheckList(); }) }, - //打印物料标签 + //打印打签 printMaterial(row,type){ let that = this; let printer_name=localStorage.getItem("printer_name"); diff --git a/src/views/inm/mioitem.vue b/src/views/inm/mioitem.vue index 0b19cc46..b8805479 100644 --- a/src/views/inm/mioitem.vue +++ b/src/views/inm/mioitem.vue @@ -203,7 +203,7 @@ type="primary" v-if="mioObj.type == 'do_out'" @click="printMaterial(scope.row,'mioitem')" - >物料标签 + >打签 @@ -601,9 +601,9 @@ export default { this.$message.error("导入失败,请重新尝试"); }); }, - //打印物料标签 + //打签 printMaterial(row,type){ - console.log('打印物料标签',row); + console.log('打签',row); let that = this; let is_mainso = this.url_code.includes('mainso'); if(that.printer_name!==''&&that.printer_name!==null&&that.printer_name!==undefined){ diff --git a/src/views/inm/mioitemlist.vue b/src/views/inm/mioitemlist.vue index 9c1b575b..385bb49b 100644 --- a/src/views/inm/mioitemlist.vue +++ b/src/views/inm/mioitemlist.vue @@ -362,7 +362,7 @@ export default { var that = this; that.params.material = that.selectObj.id; }, - //打印物料标签 + //打签 printMaterial(row,type){ let that = this; if(that.printer_name!==''&&that.printer_name!==null&&that.printer_name!==undefined){ diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 58bf8a2f..67a3a54d 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -140,7 +140,7 @@ width="120" > @@ -441,7 +441,7 @@ export default { this.dialog.save = false; this.$refs.table.refresh(); }, - //打印物料标签 + //打签 printMaterial(row){ let that = this; if(that.printer_name!==''&&that.printer_name!==null&&that.printer_name!==undefined){ diff --git a/src/views/wpm_gx/inm_record.vue b/src/views/wpm_gx/inm_record.vue index 8b33e2be..a8f3239e 100644 --- a/src/views/wpm_gx/inm_record.vue +++ b/src/views/wpm_gx/inm_record.vue @@ -278,7 +278,7 @@ @@ -554,7 +554,7 @@ export default { handlePrint(){ this.printVisible = true; }, - //打印物料标签 + //打签 printMaterial(row){ let that = this; that.wmId = row.id; diff --git a/src/views/wpm_gx/mlog_detail.vue b/src/views/wpm_gx/mlog_detail.vue index 787779cb..3bb51d40 100644 --- a/src/views/wpm_gx/mlog_detail.vue +++ b/src/views/wpm_gx/mlog_detail.vue @@ -691,7 +691,7 @@ export default { let that = this; that.printVisible = true; }, - //打印物料标签 + //打签 printMaterial(row){ let that = this; that.wmId = row.id;