diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue index 4d4defe..7b140cb 100644 --- a/src/views/plan/workorder/index.vue +++ b/src/views/plan/workorder/index.vue @@ -1987,8 +1987,10 @@ export default { /**打印标识卡弹出框**/ printIdCard() { - this.$refs.printID.printDialogVisible = true; this.$refs.printID.init("20021221552"); + this.$refs.printID.showPrint(); + this.$refs.printID.printDialogVisible = true; + }, //标识卡选择确认 printIdFunc(obj) { diff --git a/src/views/plan/workorder/printID.vue b/src/views/plan/workorder/printID.vue index 1832859..3abe6e6 100644 --- a/src/views/plan/workorder/printID.vue +++ b/src/views/plan/workorder/printID.vue @@ -1,15 +1,9 @@ +