From d518ec81bbdb5f9f66584609bf5ae4c18347cd59 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 30 六月 2025 22:21:39 +0800
Subject: [PATCH] gx本地人脸识别匹配百度sdk

---
 src/views/home/index.vue |  105 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 60 insertions(+), 45 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 8135399..4360935 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -15,8 +15,6 @@
             <el-col v-if="dialogVisible" :span="12" style="text-align: right;padding-top: 10px;">
                 <el-input  v-model="inputCode" ref="inputRef" id="inputCode" @change="inputChabge"  style="width: 400px; height: 40px;ime-mode:active;margin-right: 20px;"  
                 placeholder="请输入患者卡号或扫描条码" />
-                
-            
             </el-col>
             <el-col v-else :span="12">
                 <div class="dateclas" style="float: right;margin-top: 20px;">
@@ -58,9 +56,10 @@
                                 {{patientInfo.name}}
                               </div>
                             </div>
-                            <div style="display: grid;place-items: center;font-size: 120px;font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;font-weight: 800;color: #65AAF6;">
+                            <div style="display: grid;place-items: center;font-size: 120px;font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;font-weight: 800;color: black;">
                                 <template v-if="configData.deviceType==='体重秤'">
-                                  {{ weightInfo.result }}
+                                  <!-- {{ weightInfo.result }} -->
+                                  {{weightInfoResult}}
                                 </template>
                                 <template v-else>
                                   {{ Number(gao_ya) }}
@@ -80,31 +79,34 @@
                                 <template v-if="patientInfo.isAfterMed===0&&!configData.gantiziShow">
                                   机号/床位号
                                 </template>
-                                <template v-else>干体重(kg)</template>
+                                <template v-else>理想体重(kg)</template>
                                   
                               </template>
                               <template v-else>
                                 <template v-if="!configData.gantiziShow">
                                   机号/床位号
                                 </template>
-                                <template v-else>干体重(kg)</template>
+                                <template v-else>理想体重(kg)</template>
                                 
                               </template>
                             </div>
-                            <div class="textwenben" style="height: 70%; font-size: 80px; color: #9F61DC;font-weight: 1000;">
+                            <div class="textwenben" style="height: 70%; font-size: 80px; color: black;font-weight: 1000;text-align: center;">
                               <template v-if="configData.deviceType==='体重秤'">
                                   <template v-if="patientInfo.isAfterMed===0&&!configData.gantiziShow">
-                                    {{ patientInfo.deviceNo }}
+                                    <div style="font-size: 50px"> {{ patientInfo.设备分区名称 }}<br/>{{ patientInfo.deviceNo }}</div>
+                                   
                                   </template>
-                                  <template v-else>{{patientInfo.pureWeight}}</template>
+                                  <template v-else>
+                                    {{patientInfo.pureWeight}}
+                                  </template>
                                     
                                 </template>
                                 <template v-else>
                                   <template v-if="patientInfo.isAfterMed===0">
-                                    {{ patientInfo.deviceNo }}
+                                    <div style="font-size: 50px">  {{ patientInfo.设备分区名称 }}<br/>{{ patientInfo.deviceNo }}</div>
                                   </template>
                                   <template v-else>
-                                    {{ patientInfo.deviceNo }}
+                                    {{patientInfo.pureWeight}}
                                   </template>
                                   
                                 </template>
@@ -129,7 +131,7 @@
                                 
                               </template>
                             </div>
-                            <div class="textwenben" style="height: 70%; font-size: 80px; color: #41B593; font-weight: 1000;
+                            <div class="textwenben" style="height: 70%; font-size: 80px; color: black; font-weight: 1000;
                               border-left: #FFFFFF solid 2px;border-right: #FFFFFF solid 2px;">
                                 <template v-if="configData.deviceType==='体重秤'">
                                   <template v-if="patientInfo.isAfterMed===0">
@@ -154,7 +156,7 @@
                             </div>
                         </el-col>
                         <el-col :span="8">
-                            <div class="textwenben" style="height: 28%; font-size: 25px;background-color: #65AAF6;border-radius: 0 12px 0 0 ">   
+                            <div class="textwenben" style="height: 28%; font-size: 25px;background-color: #65AAF6; border-radius: 0 12px 0 0 ">   
                               <template v-if="configData.deviceType==='体重秤'">
                                 <template v-if="patientInfo.isAfterMed===0">
                                   目标脱水量(L)
@@ -172,7 +174,7 @@
                                 
                               </template>
                             </div>
-                            <div class="textwenben" style="height: 70%; font-size: 80px; color: #65AAF6;">
+                            <div class="textwenben" style="height: 70%; font-size: 80px; color:black ;">
                               <template v-if="configData.deviceType==='体重秤'">
                                 <template v-if="patientInfo.isAfterMed===0">
                                   <!-- 目标脱水量(L) -->
@@ -322,6 +324,8 @@
 const datetext=computed(()=>{
   return  formatDate(new Date(),'YYYY-mm-dd  WWW')
 })
+/**体重发送时候显示在界面的体重 */
+const weightInfoResult=ref() 
 let timer:any=new Date()
 const date=ref('')
 const timeShidaun=ref('')
@@ -368,31 +372,18 @@
 const configData=computed(()=>{
   return confingInfoStore().confingInfo
 })
-const isLink = computed(() => {
-  return !sockte.isLink
-})
 
 // 网络链接
 const netLink = computed(() => {
-  if(!sockte.netLink){
-    ipcRenderer.invoke('logger', '网络已经断开')
-  }else{
-    ipcRenderer.invoke('logger', '网络已经恢复')
-   
-  }
-  return !sockte.netLink
+  return sockte.netLink
 })
 watch(netLink,()=>{
-  if(!netLink.value){
+  if(netLink.value){
+    ipcRenderer.invoke('logger', `检查网络状态True`)
     ElMessage.success('网络已经连接')
   }else{
-    // ElNotification({
-    //   title: '异常',
-    //   message: '网络已断开,等待重连',
-    //   type: 'warning',
-    //   duration:10000
-    // })
-    // ElMessage.warning('网络已断开,等待重连')
+    // ElMessage.warning('网络已经断开')
+    ipcRenderer.invoke('logger', `检查网络状态Fales`)
   }
 })
 
@@ -671,6 +662,7 @@
 watch(
   () => patientInfo.value.datetime,
   () => {
+    weightInfoResult.value=''
     patientCodeLs = ''
     patientCodeLsXy = ''
     aimTSL.value = ''
@@ -681,7 +673,7 @@
       // 人脸识别成功后 1查看是否开启测温
       // console.log(`患者信息识别成功:${patientInfo.value.name}`)
       ipcRenderer.invoke('logger', `患者信息识别成功:${patientInfo.value.name}`)
-      let str = `${patientInfo.value.name}识别成功。床号:${patientInfo.value.deviceNo}`
+      let str = `${patientInfo.value.name}识别成功,分区:${patientInfo.value.设备分区名称},床号:${patientInfo.value.deviceNo},`
       dialogVisible.value = false
       speech.value?.speak({ text: str }).then(() => {
       })
@@ -710,6 +702,7 @@
     }
     // 没有找到患者
     else if (patientInfo.value.name === '') {
+      timer=new Date()
       ipcRenderer.invoke('logger', '接收到的患者为空')
       console.log('接收到的患者为空')
       if (isUseFaceRecogService.value) {
@@ -752,7 +745,7 @@
   () => weightInfo.value.resultTime,
   async () => {
     const X= jgTime(timer,new Date())
-    // console.log(X,'收到体重',configData.value.BobaoJg)
+    console.log(X,'收到体重',configData.value.BobaoJg)
     // 体重不能0
     if (weightInfo.value.result !== "0"&&patientInfo.value.code!=='') {
         ipcRenderer.invoke('logger', `体重变化了:${weightInfo.value.result}`)
@@ -775,6 +768,7 @@
           ipcRenderer.invoke('logger', `开始发送结果到服务器:患者:${patientInfo.value.name},体重结果:${weightInfo.value.result}`)
           console.log(`开始发送结果到服务器:患者:${patientInfo.value.name},体重结果:${weightInfo.value.result}`)
           sundModeTz()
+          weightInfoResult.value=weightInfo.value.result
         }
         else {
             // 临时患者code=当前患者code
@@ -786,14 +780,36 @@
         }else if(Number(patientInfo.value.pureWeight) !== 0&&patientInfo.value.isAfterMed===1 && patientInfo.value.preWeight>10){
           aimTSL.value = (Number(patientInfo.value.preWeight)- Number(patientInfo.value.pureWeight) - Number(patientInfo.value.clothesWeight)).toFixed(2)
         }
-    }// 要过4秒才能重复播报这个消息
-    else if(patientInfo.value.code===''&&weightInfo.value.result !== "0"&&X>configData.value.BobaoJg){
-      timer=new Date()
-      speech.value?.speak({ text: "没有识别的患者,请先验证患者" }).then(() => {
-      })
+    }// 要过设置的10秒才能重复播报这个消息
+    else if(patientInfo.value.code===''&&weightInfo.value.result !== "0"){
+      //10后才执行
+      if(播报是否完成.value){
+        播报是否完成.value=false
+        setTimeout(bobaoyuy, configData.value.BobaoJg*1000);
+      }else{
+        console.log('上一次播报还没完成,放弃这次播报',播报是否完成.value)
+      }
+      
+      
     }
   }
 );
+// 默认播报完成
+const 播报是否完成=ref(true)
+const bobaoyuy=()=>{
+  
+  if(patientInfo.value.name===''){
+    speech.value?.speak({ text: "没有识别的患者,请先验证患者",onend:()=>{
+      console.log('播报完成')
+      
+      播报是否完成.value=true
+      console.log('播报完成111111',播报是否完成.value)
+      } 
+    })
+    播报是否完成.value=true
+  }
+ 
+}
 // 血压发送了变化
 watch(
   () => xyjInfo.value.resultTime,
@@ -853,7 +869,7 @@
     ipcRenderer.invoke('logger', '结果上传成功')
     // 测量结果发送成功后就一定要体重秤归零才行  关闭体重秤归零状态为false
     // 只增对M503
-    if(configData.value.tzc_type==='M503'||configData.value.tzc_type==='seca101Banger'){
+    if(configData.value.tzc_type==='M503'||configData.value.tzc_type==='seca101Banger'||configData.value.tzc_type==='XK3190-A12'){
       console.log('发送清理体重归零')
       sockteStore().setis测量准备(false)
     }
@@ -1054,6 +1070,7 @@
       // 获取用户媒体流
       getUserMedia(
         (streams: null) => {
+          console.log('打开视频流')
           //后续用于停止视频流
           stream.value = streams
           //显示视频
@@ -1142,16 +1159,14 @@
   if (!image) {
     drawBox(box, '识别失败')
     // 开启识别
-    video.value.play()
+    // video.value.play()
     return detectFace()
   }
   const X= jgTime(lsDateTime,new Date())
   //人脸上传到阿里云  
   // 只有是结果归零状态才能进行识别   
-  console.log(`检查人脸是否要上传到阿里云识别:${sockteStore().is测量准备}`)
-  if(dialogVisible.value&&X>configData.value.face_push&&isworkTime(new Date())&&sockteStore().is测量准备){
+  if(dialogVisible.value&&X>configData.value.face_push&&sockteStore().is测量准备){
     lsDateTime=new Date()
-    // console.log(X,'上传图片间隔')
     base64toFile(image)
   }
   return detectFace()
@@ -1190,7 +1205,7 @@
   canvas.height = video.videoHeight
   // 参数:图片,裁剪开始x坐标,裁剪开始y坐标,裁剪宽度,裁剪高度,目标x坐标,目标y坐标,目标宽度,目标高度
   // context.drawImage(image, 100, 100, 200, 200, 0, 0, 200, 200);
-  canvas.getContext('2d')?.drawImage(video, startPoint.x-10,startPoint.y-10,width+20,height+20,0,0,width+10,height+10)
+  canvas.getContext('2d')?.drawImage(video, startPoint.x-20,startPoint.y-20,width+60,height+60,20,20,width+60,height+60)
   const imgSrc = canvas?.toDataURL('image/png');
 
   return imgSrc

--
Gitblit v1.8.0