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;