From ad16a963e45ea1493946b543f606da8396cdb8e0 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 29 Mar 2022 08:45:12 +0800 Subject: [PATCH] 0329 --- hb_client/src/components/faceLogin/review.vue | 8 +- hb_client/src/store/modules/user.js | 33 +- hb_client/src/views/procurement/vendor.vue | 28 +- hb_client/src/views/wpm/need.vue | 6 + hb_client/src/views/wpm/operation.vue | 2 +- hb_client/src/views/wpm/operationdo.vue | 1246 +++++++++-------- hb_client/src/views/wpm/productjy.vue | 5 + 7 files changed, 720 insertions(+), 608 deletions(-) diff --git a/hb_client/src/components/faceLogin/review.vue b/hb_client/src/components/faceLogin/review.vue index d466c30..842eb14 100644 --- a/hb_client/src/components/faceLogin/review.vue +++ b/hb_client/src/components/faceLogin/review.vue @@ -153,13 +153,14 @@ debugger; let video = document.getElementById('video'); let stream = video.srcObject; - console.log(stream); let tracks = stream.getTracks(); + this.$emit('close'); tracks.forEach(track => { track.stop() }); video.srcObject = null; this.video.srcObject.getTracks()[0].stop(); + }, }, beforeDestroy() { @@ -177,10 +178,6 @@ - diff --git a/hb_client/src/views/wpm/productjy.vue b/hb_client/src/views/wpm/productjy.vue index 548c097..9d0e5b2 100644 --- a/hb_client/src/views/wpm/productjy.vue +++ b/hb_client/src/views/wpm/productjy.vue @@ -26,6 +26,11 @@ {{ actstate_[scope.row.act_state] }} + + + + +