hfxc226 2 سال پیش
والد
کامیت
1c72623629

+ 18 - 0
src/components/tools/UserMenu.vue

@@ -37,6 +37,10 @@
       <v-for>
 
       </v-for>
+      <a style="margin-left: 8px;" @click="handleScreen(1)">设备大屏</a>
+      <a style="margin-left: 8px;" @click="handleScreen(2)">详情大屏</a>
+      <a style="margin-left: 8px;" @click="handleScreen(3)">维保大屏</a>
+      <a style="margin-left: 8px;" @click="handleScreen(4)">仓库大屏</a>
       <a-dropdown>
         <span class="action ant-dropdown-link user-dropdown-menu">
           <a-avatar class="avatar" size="small" :src="avatar"/>
@@ -92,6 +96,20 @@ export default {
       this.$i18n.locale = type
       this.$router.go(0)
     },
+    handleScreen (type) {
+      const a = document.createElement('a')
+      a.target = '_blank'
+      if (type === 1) {
+        a.href = '/InfoBigScreen'
+      } else if (type === 2) {
+        a.href = '/InfoDetailBigScreen'
+      } else if (type === 3) {
+        a.href = '/RepairBigScreen'
+      } else {
+        a.href = '/StoreBigScreen'
+      }
+      a.click()
+    },
     handleLogout () {
       this.$confirm({
         title: '提示',

+ 10 - 14
src/router/generator-platform-routers.js

@@ -382,33 +382,29 @@ export const constantRouterMap = [
     path: '/404',
     component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404')
   },
-  {
-    path: '/22',
-    component: () => import('@/views/statisticView/22')
-
-  },
   {
     path: '/tree',
     component: () => import('@/views/sb/info/modules/SbTreeModal.vue')
-
   },
   {
-    path: '/100',
-    component: () => import('@/views/statisticView/100')
-
+    path: '/toWorkplaceBacklog',
+    component: () => import('@/views/statisticView/22')
   },
   {
-    path: '/toWorkplaceBacklog',
+    path: '/InfoBigScreen',
     component: () => import('@/views/statisticView/22')
-
   },
   {
-    path: '/44',
+    path: '/InfoDetailBigScreen',
     component: () => import('@/views/statisticView/44')
-
   },
   {
-    path: '/9',
+    path: '/RepairBigScreen',
+    component: () => import('@/views/statisticView/100')
+  },
+
+  {
+    path: '/StoreBigScreen',
     component: () => import('@/views/statisticView/9')
 
   },

+ 2 - 2
src/views/Login.vue

@@ -2,8 +2,8 @@
   <div>
     <div class="fh-login">
       <div class="fh-login-left">
-        <h2 style="padding-bottom: 0px">CNTHB</h2>
-        <h2 style="padding-bottom: 0px">HITACHI ABB</h2>
+        <h2 style="padding-bottom: 0px"></h2>
+        <h2 style="padding-bottom: 0px">乾元科技</h2>
         <h2 style="font-size:30px">设备管理系统</h2>
       </div>
       <div class="fh-login-right">

+ 1 - 1
src/views/Scan.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <div class="fh-login">
-      <h2 style="font-size:30px;text-align: center;color: #fff">CNTHB 乾元坤和</h2>
+      <h2 style="font-size:30px;text-align: center;color: #fff"> 乾元坤和</h2>
       <h2 style="font-size:30px;text-align: center;color: #fff">设备管理系统</h2>
       <div class="login-title">{{ user.realName }},辛苦了</div>
       <a-form

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
src/views/sb/scrap/modules/PrintInForm.vue


+ 1 - 1
src/views/sqarepartmanage/report/modules/PrintSparePartMonthReport.vue

@@ -10,7 +10,7 @@
     </a-row>
     <div class="container" id="print-container2">
       <div class="text-center" style="position:relative;font-size:20px;font-weight:bold">
-        Hitachi<br/> 备件月统计报表
+        乾元坤和科技有限公司<br/> 备件月统计报表
       </div>
       <div>
         <div class="col-md-4 text-center" style="padding: 0">统计周期: {{ record.startMonth }} 至 {{ record.endMonth }}</div>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
src/views/store/instoreform/modules/PrintInStoreForm.vue


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است