From db327376fcc8ad62b4b9baabbc4110c96821646c Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 25 Mar 2022 10:20:35 +0800 Subject: [PATCH 1/4] coding261 --- hb_client/src/components/customForm/index.vue | 16 +++++++++------- hb_client/src/components/customForm/review.vue | 2 ++ hb_client/src/views/bigScreen/bottomLeft.vue | 7 ++----- hb_client/src/views/bigScreen/index.vue | 11 ++++++----- hb_client/src/views/mtm/material.vue | 4 ++-- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/hb_client/src/components/customForm/index.vue b/hb_client/src/components/customForm/index.vue index 81627ee..ad62842 100644 --- a/hb_client/src/components/customForm/index.vue +++ b/hb_client/src/components/customForm/index.vue @@ -18,7 +18,7 @@ diff --git a/hb_client/src/views/bigScreen/bottomLeft.vue b/hb_client/src/views/bigScreen/bottomLeft.vue index db1b193..0909294 100644 --- a/hb_client/src/views/bigScreen/bottomLeft.vue +++ b/hb_client/src/views/bigScreen/bottomLeft.vue @@ -109,7 +109,7 @@ } },*/ legend: { - data: [" 计划完成", " 已完成 "], + data: ["已完成", "计划完成"], textStyle: { color: "#B4B4B4" }, @@ -133,10 +133,7 @@ }, yAxis:{ splitLine: { - type:"dashed", - color: "#B4B4B4", - width:"1", - // show: true, + show: false }, axisLine: { lineStyle: { diff --git a/hb_client/src/views/bigScreen/index.vue b/hb_client/src/views/bigScreen/index.vue index 5bb5200..8a71ee7 100644 --- a/hb_client/src/views/bigScreen/index.vue +++ b/hb_client/src/views/bigScreen/index.vue @@ -96,14 +96,14 @@
- + { if (res.code === 200) { let list = res.data.results; @@ -707,8 +708,8 @@ that.category.push(item.number); that.planData.push(item.count); that.realData.push(item.count_ok); - }) - that.listNews = true; + }); + that.limitedPlan = true; } else { that.$message.error(res.msg); } diff --git a/hb_client/src/views/mtm/material.vue b/hb_client/src/views/mtm/material.vue index 5bb2a00..3a4e51d 100644 --- a/hb_client/src/views/mtm/material.vue +++ b/hb_client/src/views/mtm/material.vue @@ -63,9 +63,9 @@ - + From 508803abcf5c63bd9890430d3f1205716d7d0ec2 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 25 Mar 2022 17:00:11 +0800 Subject: [PATCH 2/4] =?UTF-8?q?coding=E5=85=A5=E5=9C=BA=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_client/src/views/inm/fifodetail.vue | 192 ++++++++++++++++++++++--- 1 file changed, 170 insertions(+), 22 deletions(-) diff --git a/hb_client/src/views/inm/fifodetail.vue b/hb_client/src/views/inm/fifodetail.vue index 54a96d5..ee67ebc 100644 --- a/hb_client/src/views/inm/fifodetail.vue +++ b/hb_client/src/views/inm/fifodetail.vue @@ -79,7 +79,14 @@ > + From 194b0f9731c9f78e135734793fce644eea7cdf06 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 28 Mar 2022 09:03:38 +0800 Subject: [PATCH 3/4] 0328 --- hb_client/src/views/qm/unproduct.vue | 169 +++++++++++++++++++++++++-- 1 file changed, 160 insertions(+), 9 deletions(-) diff --git a/hb_client/src/views/qm/unproduct.vue b/hb_client/src/views/qm/unproduct.vue index f1e3516..b303293 100644 --- a/hb_client/src/views/qm/unproduct.vue +++ b/hb_client/src/views/qm/unproduct.vue @@ -146,19 +146,50 @@ - From ad16a963e45ea1493946b543f606da8396cdb8e0 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 29 Mar 2022 08:45:12 +0800 Subject: [PATCH 4/4] 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] }} + + + + +