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"
>
- 物料标签
+ 打签
检验记录
- 物料标签
+ 打签
@@ -550,7 +550,7 @@ export default {
this.$refs.handoverDialog.open("add",row,20);
});
},
- //打印物料标签
+ //打签
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/inmOut.vue b/src/views/wpm_bx/inmOut.vue
index 4e6af062..260fc3be 100644
--- a/src/views/wpm_bx/inmOut.vue
+++ b/src/views/wpm_bx/inmOut.vue
@@ -155,7 +155,7 @@
width="120"
>
- 物料标签
+ 打签
检验记录
- 物料标签
+ 打签
@@ -574,7 +574,7 @@ export default {
this.dialog.save = false;
this.$refs.table.refresh();
},
- //打印物料标签
+ //打签
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/inm_record.vue b/src/views/wpm_bx/inm_record.vue
index 9e207f13..b5715d40 100644
--- a/src/views/wpm_bx/inm_record.vue
+++ b/src/views/wpm_bx/inm_record.vue
@@ -271,7 +271,7 @@
- 物料标签
+ 打签
@@ -499,7 +499,7 @@ export default {
handlePrint(){
this.printVisible = true;
},
- //打印物料标签
+ //打签
printMaterial(row){
let that = this;
that.wmId = row.id;
diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue
index b2947711..3912c624 100644
--- a/src/views/wpm_bx/mlogbw_check.vue
+++ b/src/views/wpm_bx/mlogbw_check.vue
@@ -987,7 +987,7 @@ export default {
let that = this;
that.printVisible = true;
},
- //打印物料标签
+ //打签
printMaterial(row){
let that = this;
that.apiObjPrint.req({tid:row.id}).then((res) => {
diff --git a/src/views/wpm_bx/wprList.vue b/src/views/wpm_bx/wprList.vue
index 67320515..75d477bb 100644
--- a/src/views/wpm_bx/wprList.vue
+++ b/src/views/wpm_bx/wprList.vue
@@ -54,7 +54,7 @@
>
二维码
- 打印标签
+ 打签
@@ -252,7 +252,7 @@ export default {
}
})
},
- //打印物料标签
+ //打签
printMaterial(row){
let that = this;
if(that.printer_name!==''&&that.printer_name!==null&&that.printer_name!==undefined){
diff --git a/src/views/wpm_gx/fmlog_detail.vue b/src/views/wpm_gx/fmlog_detail.vue
index 725c0af7..0266082e 100644
--- a/src/views/wpm_gx/fmlog_detail.vue
+++ b/src/views/wpm_gx/fmlog_detail.vue
@@ -343,7 +343,7 @@ export default {
that.printVisible = true;
})
},
- //打印物料标签
+ //打签
printMaterial(row){
let that = this;
that.$API.cm.labelmat.fromWm.req({tid:row.id}).then((res) => {
diff --git a/src/views/wpm_gx/helpso.vue b/src/views/wpm_gx/helpso.vue
index 5c5cfa8f..b6e5c624 100644
--- a/src/views/wpm_gx/helpso.vue
+++ b/src/views/wpm_gx/helpso.vue
@@ -86,7 +86,7 @@
width="100"
>
- 物料标签
+ 打签
@@ -145,7 +145,7 @@ export default {
handleQuery() {
this.$refs.table.queryData(this.query);
},
- //打印物料标签
+ //打签
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.vue b/src/views/wpm_gx/inm.vue
index 0b0c0735..30afd063 100644
--- a/src/views/wpm_gx/inm.vue
+++ b/src/views/wpm_gx/inm.vue
@@ -124,7 +124,7 @@
v-if="scope.row.defect_name == null"
>检验记录
-->
- 物料标签
+ 打签
@@ -444,7 +444,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/inmOut.vue b/src/views/wpm_gx/inmOut.vue
index 4383ff82..4d29d5fe 100644
--- a/src/views/wpm_gx/inmOut.vue
+++ b/src/views/wpm_gx/inmOut.vue
@@ -121,7 +121,7 @@
@click="tableCheckList(scope.row)"
v-if="scope.row.state == 10||scope.row.state == 34"
>检验记录
- 物料标签
+ 打签
@@ -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;