Browse Source

Merge branch 'wangtao-daily' of uskycloud/usky-web-mobile into master

gez 2 weeks ago
parent
commit
7fb347f7f2

+ 3 - 1
src/pages/business/ai/conv/index.vue

@@ -55,7 +55,6 @@
             <viwe v-if="item.role === 'user'" class="center-area-item__content">{{ item.content }}</viwe>
             <viwe v-else-if="item.role === 'assistant'" class="center-area-item__content">
               <viwe class="center-area-item__outputReasonContent">{{ item.reasoningContent }}</viwe>
-              <oa-chatSSEClient ref="chatSSEClientRef" @onOpen="openCore" @onError="errorCore" @onMessage="messageCore" @onFinish="finishCore" />
             </viwe>
           </viwe>
         </view>
@@ -91,6 +90,8 @@
       </view>
     </view>
   </uni-popup>
+
+  <oa-chatSSEClient ref="chatSSEClientRef" @onOpen="openCore" @onError="errorCore" @onMessage="messageCore" @onFinish="finishCore" />
 </template>
 
 <script setup>
@@ -241,6 +242,7 @@ async function onSubmit(event) {
 //数据处理
 function processSSEChunk(chunk) {
   state.scrollIntoView = "";
+
   try {
     const jsonData = JSON.parse(chunk);
 

+ 1 - 1
src/pages/business/common/projectMange/list/index.vue

@@ -100,7 +100,7 @@
               }}</span>
             </view>
             <view class="content-area-row_wrap-view" style="display: block">
-              成员:<span>{{ proxy.$common.mapping("nickName", "userId", base.projectMember, userDate) }} </span>
+              成员:<span >{{ proxy.$common.mapping("nickName", "userId", base.projectMember, userDate) }} </span>
             </view>
           </view>
         </view>

+ 14 - 0
src/pages/business/common/projectMange/record/index.vue

@@ -146,6 +146,20 @@
         }"
         @click="handleModal('delete', `确认删除“ ${eventList.createBy} ” 的“ ${eventList.reportDate} ” 的日报?`)"
       ></u-button>
+      <u-button
+        class="custom-style"
+        type="info"
+        size="normal"
+        :text="`查看${eventList.createBy}的所有日报`"
+        :customStyle="{
+          height: '50px',
+          color: '#3c9cff',
+          borderWidth: 0,
+          borderRadius: 0,
+          borderBottomWidth: '1px',
+        }"
+        @click="handleSubmit('update', eventList)"
+      ></u-button>
       <u-button
         class="custom-style"
         type="info"

+ 1 - 1
src/pages/business/fireIot/repairManage/repairDetails.vue

@@ -28,7 +28,7 @@
       <view class="bg-white p15 mb15">
         <uni-section class="block mb10" title="基本信息" type="line"></uni-section>
 
-        <view class="tableType3 p0">
+        <view class="tableType1-1 p0">
           <u-row v-for="da in dataList" :key="da">
             <u-col span="4">
               <view style="text-align: right; padding: 0px 5px 0px 5px">{{ da.title }}</view>

+ 2 - 2
src/pages/business/oa/approval/index.vue

@@ -165,11 +165,11 @@
    */
   function toForm(formSign){
     console.log(formSign)
-    if(formSign == "QJD" || formSign == "JBD" || formSign == "SXSQ"){
+    // if(formSign == "QJD" || formSign == "JBD" || formSign == "SXSQ"){
       uni.navigateTo({
         url: `/pages/business/oa/approval/formType?formSign=${formSign}`
       })
-    }
+    // }
   }
   function navItemClick(index){
     uni.navigateTo({

+ 3 - 7
src/pages/login.vue

@@ -181,10 +181,6 @@ function init() {
 
   if (window.location.host) {
     linkUrl.value = window.location.host;
-    // linkUrl.value = "192.168.10.165:13200";
-    // linkUrl.value = "localhost:81";
-    // linkUrl.value = "120.26.164.249:13212";
-    // linkUrl.value = "manager.usky.cn";
     useStore.GetMobileTenantConfig({ url: linkUrl.value });
   }
   //#endif
@@ -194,10 +190,10 @@ function init() {
     linkUrl.value = uni.getStorageSync("serveUrl");
     useStore.GetMobileTenantConfig({ url: linkUrl.value });
   } else {
-    if(config.appInfo.appid == '__UNI__BF1A1F0'){
+    if (config.appInfo.appid == "__UNI__BF1A1F0") {
       uni.setStorageSync("serveUrl", "120.26.164.249:13212");
       commonStore.setServeList("120.26.164.249:13212", "");
-    }else{
+    } else {
       uni.setStorageSync("serveUrl", "manager.usky.cn");
       commonStore.setServeList("manager.usky.cn", "");
     }
@@ -299,7 +295,7 @@ function handlePrivacy() {
 
 onShow(() => {
   // nextTick(() => {
-    init();
+  init();
   // });
 });
 

+ 6 - 0
src/pages/mine.vue

@@ -77,6 +77,12 @@
                 <view>检查更新</view>
               </view>
             </view>
+            <view class="list-cell list-cell-arrow" @click="proxy.$tab.navigateTo(`/pages/mine/secure/loginLog/index`)">
+              <view class="menu-item">
+                <view class="iconfont oaIcon-rizhi menu-item-icon"></view>
+                <view class="title">登录日志</view>
+              </view>
+            </view>
             <!-- <view class="list-cell list-cell-arrow" @click="proxy.$settingStore.handleSetting()">
               <view class="menu-item">
                 <view class="iconfont oaIcon-shezhi menu-item-icon"></view>

+ 0 - 5
src/pages/mine/secure/index.vue

@@ -51,11 +51,6 @@
       </view>
 
       <view class="menu-list mt0 mlr0">
-        <view class="list-cell list-cell-arrow" @click="proxy.$tab.navigateTo(`/pages/mine/secure/loginLog/index`)">
-          <view class="menu-item">
-            <view class="title">登录日志</view>
-          </view>
-        </view>
         <view class="list-cell list-cell-arrow" @click="proxy.$modal.showToast('模块建设中~')" v-if="proxy.$common.isVisible()">
           <view class="menu-item">
             <view class="title">常用设备管理</view>

+ 26 - 0
src/static/scss/public.scss

@@ -148,6 +148,31 @@ uni-input {
     }
   }
 }
+.tableType1-1 {
+
+  .u-row {
+    align-items: initial !important;
+    line-height: 28px;
+    border: 1px #e5e5e5 solid;
+    border-bottom: 0px;
+
+    >.u-col {
+      border-right: 1px #e5e5e5 solid;
+      white-space: normal;
+      word-break: break-all;
+    }
+
+    >.u-col:last-child {
+      border-right: 0px #e5e5e5 solid;
+    }
+  }
+
+  .u-row:last-child {
+    .u-col {
+      border-bottom: 1px #e5e5e5 solid;
+    }
+  }
+}
 
 //自写table表格样式-横向
 .tableType2 {
@@ -212,6 +237,7 @@ uni-input {
     }
   }
 }
+
 .tableType4 {
   .u-row {
     align-items: initial !important;

+ 56 - 33
src/store/modules/control.js

@@ -5,6 +5,7 @@ import { meetingApi, signOnOut } from "@/api/business/meeting.js";
 import { getToken, setToken, removeToken } from "@/utils/auth";
 import dayjs from 'dayjs'
 import config from "@/config";
+import tab from "@/plugins/tab.plugins";
 import nfc from "@/plugins/nfc.plugins.js";
 import modal from "@/plugins/modal.plugins.js";
 import keyListen from "@/plugins/keyListen.plugins.js";
@@ -18,11 +19,13 @@ const controlStore = defineStore("control", {
             linkUrl: "",
             port: "",
             domain: undefined,
-            doorId: undefined,
-            doorName: undefined,
+            doorList: {
+                id: undefined,
+                name: undefined,
+            },
         },
         modal: {
-            show: true,
+            show: false,
         },
         picker: {
             show: false,
@@ -31,7 +34,7 @@ const controlStore = defineStore("control", {
             defaultIndex: 0,
         },
         subsection: {
-            list: ["服务器配置", "其它配置"],
+            list: ["服务器配置", "其它配置", "系统设置"],
             value: 0,
         },
 
@@ -56,13 +59,16 @@ const controlStore = defineStore("control", {
             var that = this
             var storage = uni.getStorageSync("storage_face");
             if (storage) {
+                config.baseUrl = "http://" + storage.domain + "/prod-api";
                 that.form.domain = storage.domain;
                 that.form.linkUrl = storage.linkUrl.indexOf(":") != -1 ? storage.linkUrl.split(":")[0] : storage.linkUrl;
                 that.form.port = storage.port ? storage.port : "";
                 that.form.meetingId = storage.meetingId || undefined;
                 that.form.meetingName = storage.meetingName || undefined;
-                that.form.doorId = storage.doorId || undefined;
-                that.form.doorName = storage.doorName || undefined;
+                that.form.doorList = {
+                    id: storage.doorList.id || undefined,
+                    name: storage.doorList.name || undefined,
+                }
             }
         },
         /**
@@ -89,6 +95,12 @@ const controlStore = defineStore("control", {
             });
             //#endif
         },
+        /**
+         * @初始化事件
+         */
+        initHandle() {
+            this.handleChildren({ funcName: "初始化事件", data: {} })
+        },
         /**
          * @弹窗确定按钮事件
          */
@@ -108,7 +120,7 @@ const controlStore = defineStore("control", {
                 return;
             }
 
-            if (!this.form.doorName && this.pageFunction.includes('门禁')) {
+            if (!this.form.doorList.name && this.pageFunction.includes('门禁')) {
                 modal.msg("请选择绑定门禁");
                 return;
             }
@@ -136,32 +148,35 @@ const controlStore = defineStore("control", {
          * @section回调事件
          */
         sectionChange(e) {
-            if (!this.form.linkUrl) {
-                modal.msg("请输入链接地址");
-                return;
-            }
+            if (e == 1) {
+                if (!this.form.linkUrl) {
+                    modal.msg("请输入链接地址");
+                    return;
+                }
 
-            if (!/^[a-zA-Z0-9][a-zA-Z0-9-]{1,61}(?:\.[a-zA-Z0-9]{2,})+$/.test(this.form.linkUrl)) {
-                modal.msg("请输入正确的链接地址");
-                return;
-            }
+                if (!/^[a-zA-Z0-9][a-zA-Z0-9-]{1,61}(?:\.[a-zA-Z0-9]{2,})+$/.test(this.form.linkUrl)) {
+                    modal.msg("请输入正确的链接地址");
+                    return;
+                }
 
-            var domain = "";
-            if (this.form.linkUrl) {
-                domain = this.form.linkUrl;
-                if (this.form.port) {
-                    domain += ":" + this.form.port;
+                var domain = "";
+                if (this.form.linkUrl) {
+                    domain = this.form.linkUrl;
+                    if (this.form.port) {
+                        domain += ":" + this.form.port;
+                    }
                 }
-            }
 
-            this.form.domain = domain;
-            config.baseUrl = "http://" + this.form.domain + "/prod-api";
-            if (this.pageFunction.includes('会议')) {
-                this.getMeetingRoomList();
-            }
-            if (this.pageFunction.includes('门禁')) {
-                this.getdoorList();
+                this.form.domain = domain;
+                config.baseUrl = "http://" + this.form.domain + "/prod-api";
+                if (this.pageFunction.includes('会议')) {
+                    this.getMeetingRoomList();
+                }
+                if (this.pageFunction.includes('门禁')) {
+                    this.getdoorList();
+                }
             }
+
             this.subsection.value = e;
         },
 
@@ -189,8 +204,8 @@ const controlStore = defineStore("control", {
                 this.form.meetingId = e.value[0].value;
                 this.form.meetingName = e.value[0].name;
             } else if (this.picker.title == "绑定门禁") {
-                this.form.doorId = e.value[0].value;
-                this.form.doorName = e.value[0].name;
+                this.form.doorList.id = e.value[0].value;
+                this.form.doorList.name = e.value[0].name;
             }
             this.picker.show = false;
         },
@@ -243,6 +258,11 @@ const controlStore = defineStore("control", {
         openDoor(event) {
             var that = this
 
+            if (!this.form.doorList.name) {
+                modal.msg("请先绑定门禁!");
+                return;
+            }
+
             if (this.isClicked) {
                 modal.msg("请勿重复点击!");
                 return;
@@ -256,7 +276,7 @@ const controlStore = defineStore("control", {
                     userId: !getToken() ? event.userId : undefined,
                     userName: !getToken() ? event.userName : undefined,
                     productCode: "502_USKY",
-                    deviceUuid: !getToken() ? this.form.doorId : event.deviceUuid,
+                    deviceUuid: !getToken() ? this.form.doorList.id : event.deviceUuid,
                     commandCode: "door_onoff",
                     commandValue: 1,
                 })
@@ -283,7 +303,7 @@ const controlStore = defineStore("control", {
                 .RecordInsert({
                     domain: !getToken() ? this.form.domain : undefined, //域名
                     userName: event.userName, //用户姓名
-                    deviceUuid: event.deviceUuid, //设备Uuid
+                    deviceUuid: !getToken() ? this.form.doorList.id : event.deviceUuid,//设备Uuid
                     passType: 3, //通行方式(1、人脸 2、刷卡 3、手机)
                     passTime: dayjs().format("YYYY-MM-DDTHH:mm:ss"), //通行时间
                     passResult: msg, //通行结果
@@ -367,7 +387,10 @@ const controlStore = defineStore("control", {
             if ("funcName" in event) {
                 if (event.funcName == "打开配置") {
                     this.handleChildren({ funcName: "关闭摄像头", data: {} });
-                    this.modal.show = true;
+
+
+                    tab.navigateTo("/pages/door/setting/index")
+                    // this.modal.show = true;
                 } else if (event.funcName == "人脸识别") {
                     this.faceVerify(event.data.imageBase);
                 } else if (event.funcName == "点击开门") {