Explorar el Código

工作台颜色统一

408249787 hace 2 años
padre
commit
e7a62cc511

+ 26 - 26
src/views/workplace/backlog/NewWorkplaceBacklog.vue

@@ -6,29 +6,29 @@
           <div class="gutter-box">
             <a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
               <a-col>维修数据</a-col>
-              <a-col><a href="/repair/form?type=1&searchType=6" target="_block">{{ topData.repairTotalNum }}</a></a-col>
+              <a-col><a href="/repair/form?type=1&searchType=6" style="color:#E4007F;" target="_block">{{ topData.repairTotalNum }}</a></a-col>
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
-                <a-badge color="#F19149"/>
-                <span style="color:#F19149;"><a style="color:#F19149;" target="_block" href="/repair/wait?type=1">待接单 &nbsp; {{ topData.completedRepairNum }}</a></span>
+              <a-col style="width:110px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/wait?type=1">待接单 &nbsp; {{ topData.completedRepairNum }}</a></span>
 
               </a-col>
-              <a-col >
+              <a-col style="width:110px;">
                 <a-badge color="#E4007F"/>
                 <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/form/mine?type=1">维修中 &nbsp; {{ topData.waitForRepairNum }}</a></span>
               </a-col>
 
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
-                <a-badge color="#5864FF"/>
-                <span style="color:#5864FF;"><a style="color:#5864FF;" target="_block" href="/repair/form?type=1&searchType=3">待审核 &nbsp; {{ topData.verifyRepairNum }}</a></span>
+              <a-col style="width:110px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/form?type=1&searchType=3">待审核 &nbsp; {{ topData.verifyRepairNum }}</a></span>
 
               </a-col>
-              <a-col>
-                <a-badge color="#009944"/>
-                <span style="color:#009944;"><a style="color:#009944;" target="_block" href="/repair/form?type=1&searchType=5">已驳回 &nbsp; {{ topData.refusedRepairNum }}</a></span>
+              <a-col style="width:110px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/form?type=1&searchType=5">已驳回 &nbsp; {{ topData.refusedRepairNum }}</a></span>
 
               </a-col>
 
@@ -39,43 +39,43 @@
           <div class="gutter-box">
             <a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
               <a-col>委外数据</a-col>
-              <a-col><a target="_block" href="/repair/form?type=2&searchType=6">{{ topData.outRepairTotalNum }}</a></a-col>
+              <a-col><a target="_block" style="color:#E4007F;" href="/repair/form?type=2&searchType=6">{{ topData.outRepairTotalNum }}</a></a-col>
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
-                <a-badge color="#F19149"/>
-                <span style="color:#F19149;"><a style="color:#F19149;" target="_block" href="/repair/wait?type=2">待接单 &nbsp; {{ topData.outCompletedRepairNum }}</a></span>
+              <a-col style="width:110px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/wait?type=2">待接单 &nbsp; {{ topData.outCompletedRepairNum }}</a></span>
 
               </a-col>
-              <a-col >
+              <a-col style="width:110px;">
                 <a-badge color="#E4007F"/>
                 <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/form/mine?type=2">待维修 &nbsp; {{ topData.outWaitForRepairNum }}</a></span>
               </a-col>
 
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
-                <a-badge color="#5864FF"/>
-                <span style="color:#5864FF;"><a style="color:#5864FF;" target="_block" href="/repair/form?type=2&searchType=3">待审核 &nbsp; {{ topData.outVerifyRepairNum }}</a></span>
+              <a-col style="width:110px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/form?type=2&searchType=3">待审核 &nbsp; {{ topData.outVerifyRepairNum }}</a></span>
 
               </a-col>
-              <a-col>
-                <a-badge color="#009944"/>
-                <span style="color:#009944;"><a style="color:#009944;" target="_block" href="/repair/form?type=2&searchType=5">已驳回 &nbsp; {{ topData.outRefusedRepairNum }}</a></span>
+              <a-col style="width:110px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;"><a style="color:#E4007F;" target="_block" href="/repair/form?type=2&searchType=5">已驳回 &nbsp; {{ topData.outRefusedRepairNum }}</a></span>
               </a-col>
             </a-row>
           </div>
         </a-col>
         <a-col class="gutter-row" :span="8">
           <div style="display:flex;text-align:center;background:#fff;height: 170px;">
-            <div style="width:48%;margin:auto;font-size:30px; line-height: 60px;">
+            <div style="width:48%;margin:auto;font-size:26px; line-height: 60px;">
               <div>本月维修总计</div>
-              <div style="font-size:24px;"><a target="_block" :href="`/repair/form?repairStartTimeStart=${date.repairStartTimeStart}&repairStartTimeEnd=${date.repairStartTimeEnd}`">{{ topData.totalNum }}</a></div>
+              <div style="font-size:24px;"><a style="color:#E4007F;" target="_block" :href="`/repair/form?repairStartTimeStart=${date.repairStartTimeStart}&repairStartTimeEnd=${date.repairStartTimeEnd}`">{{ topData.totalNum }}</a></div>
             </div>
             <div style="width: 1px;height: 70px;background: #999999;margin:auto;"></div>
-            <div style="width:48%;margin:auto; font-size:30px;line-height: 60px;">
+            <div style="width:48%;margin:auto; font-size:26px;line-height: 60px;">
               <div>本月维修费用</div>
-              <div style="font-size:24px;"><a target="_block" :href="`/repair/fee?feeDateStart=${date.searchStartTime}&feeDateEnd=${date.searchEndTime}`">{{ topData.totalFee }}</a></div>
+              <div style="font-size:24px;"><a style="color:#E4007F;" target="_block" :href="`/repair/fee?feeDateStart=${date.searchStartTime}&feeDateEnd=${date.searchEndTime}`">{{ topData.totalFee }}</a></div>
             </div>
           </div>
         </a-col>

+ 26 - 26
src/views/workplace/backlog/SbInfoWorkplaceBacklog.vue

@@ -6,27 +6,27 @@
           <div class="gutter-box">
             <a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
               <a-col>设备数量汇总</a-col>
-              <a-col>{{ record.totalDNumber }}</a-col>
+              <a-col style="color:#E4007F;">{{ record.totalDNumber }}</a-col>
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
+              <a-col style="width:130px;">
                 <a-badge color="#E4007F"/>
                 <span style="color:#E4007F;">在用 &nbsp; {{ record.dbNumber }}</span>
               </a-col>
-              <a-col >
-                <a-badge color="#5864FF"/>
-                <span style="color:#5864FF;">报废中 &nbsp; {{ record.bfNumber }}</span>
+              <a-col style="width:130px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;">报废中 &nbsp; {{ record.bfNumber }}</span>
 
               </a-col>
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
-                <a-badge color="#F19149"/>
-                <span style="color:#F19149;">已停机 &nbsp; {{ record.stopNumber }}</span>
+              <a-col style="width:130px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;">已停机 &nbsp; {{ record.stopNumber }}</span>
               </a-col>
-              <a-col>
-                <a-badge color="#009944"/>
-                <span style="color:#009944;">已报废 &nbsp; {{ record.pdNumber }}</span>
+              <a-col style="width:130px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;">已报废 &nbsp; {{ record.pdNumber }}</span>
               </a-col>
             </a-row>
           </div>
@@ -35,41 +35,41 @@
           <div class="gutter-box">
             <a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
               <a-col>设备维修</a-col>
-              <a-col>{{ record.totalRepairNumber }}</a-col>
+              <a-col style="color:#E4007F;">{{ record.totalRepairNumber }}</a-col>
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
+              <a-col style="width:130px;">
                 <a-badge color="#E4007F"/>
                 <span style="color:#E4007F;">计划性 &nbsp; {{ record.planNumber }}</span>
               </a-col>
-              <a-col >
-                <a-badge color="#5864FF"/>
-                <span style="color:#5864FF;">非计划性 &nbsp; {{ record.notPlanNumber }}</span>
+              <a-col style="width:130px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;">非计划性 &nbsp; {{ record.notPlanNumber }}</span>
 
               </a-col>
             </a-row>
             <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-              <a-col >
-                <a-badge color="#F19149"/>
-                <span style="color:#F19149;">其他 &nbsp; {{ record.otherNumber }}</span>
+              <a-col style="width:130px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;">其他 &nbsp; {{ record.otherNumber }}</span>
               </a-col>
-              <a-col>
-                <a-badge color="#009944"/>
-                <span style="color:#009944;">未设置 &nbsp; {{ record.noIdeaNumber }}</span>
+              <a-col style="width:130px;">
+                <a-badge color="#E4007F"/>
+                <span style="color:#E4007F;">未设置 &nbsp; {{ record.noIdeaNumber }}</span>
               </a-col>
             </a-row>
           </div>
         </a-col>
         <a-col class="gutter-row" :span="8">
           <div style="display:flex;text-align:center;background:#fff;height: 170px;">
-            <div style="width:48%;margin:auto;font-size:30px; line-height: 60px;">
+            <div style="width:48%;margin:auto;font-size:26px; line-height: 60px;">
               <div>设备总数</div>
-              <div style="font-size:24px;">{{ record.totalNumber }}</div>
+              <div style="font-size:24px;color:#E4007F;">{{ record.totalNumber }}</div>
             </div>
             <div style="width: 1px;height: 70px;background: #999999;margin:auto;"></div>
-            <div style="width:48%;margin:auto; font-size:30px;line-height: 60px;">
+            <div style="width:48%;margin:auto; font-size:26px;line-height: 60px;">
               <div>在用总数</div>
-              <div style="font-size:24px;">{{ record.useNumber }}</div>
+              <div style="font-size:24px;color:#E4007F;">{{ record.useNumber }}</div>
             </div>
           </div>
         </a-col>

+ 26 - 26
src/views/workplace/backlog/StoreWorkplaceBacklog.vue

@@ -7,33 +7,33 @@
             <div class="gutter-box">
               <a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
                 <a-col>待入库总数</a-col>
-                <a-col><a href="/in/store/myform?status=1" target="_block">{{ topData.inTotalNum }}</a></a-col>
+                <a-col><a style="color:#E4007F;" href="/in/store/myform?status=1" target="_block">{{ topData.inTotalNum }}</a></a-col>
               </a-row>
               <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-                <a-col >
+                <a-col style="width:130px;">
                   <a-badge color="#E4007F"/>
                   <a href="/in/store/myform?type=1&status=1" target="_block"><span style="color:#E4007F;">采购入库 &nbsp; {{ topData.purchaseApplyNum }}</span></a>
                 </a-col>
-                <a-col >
-                  <a-badge color="#5864FF"/>
+                <a-col style="width:130px;">
+                  <a-badge color="#E4007F"/>
                   <a href="/in/store/myform?type=2&status=1" target="_block">
-                    <span style="color:#5864FF;">闲置入库 &nbsp; {{ topData.spareBackApplyNum }}</span>
+                    <span style="color:#E4007F;">闲置入库 &nbsp; {{ topData.spareBackApplyNum }}</span>
                   </a>
                 </a-col>
               </a-row>
               <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-                <a-col >
-                  <a-badge color="#F19149"/>
+                <a-col style="width:130px;">
+                  <a-badge color="#E4007F"/>
                   <a href="/in/store/myform?type=3&status=1" target="_block">
-                    <span style="color:#F19149;">调拨入库 &nbsp; {{ topData.applyDBNum }}</span>
+                    <span style="color:#E4007F;">调拨入库 &nbsp; {{ topData.applyDBNum }}</span>
 
                   </a>
                 </a-col>
-                <a-col>
-                  <a-badge color="#009944"/>
+                <a-col style="width:130px;">
+                  <a-badge color="#E4007F"/>
                   <a href="/in/store/myform?type=6&status=1" target="_block">
 
-                    <span style="color:#009944;">其他入库 &nbsp; {{ topData.otherNum }}</span>
+                    <span style="color:#E4007F;">其他入库 &nbsp; {{ topData.otherNum }}</span>
 
                   </a>
 
@@ -45,36 +45,36 @@
             <div class="gutter-box">
               <a-row type="flex" justify="space-between" style="flex:1; font-size:22px;font-weight: 500;color: #373737;">
                 <a-col>待出库总数</a-col>
-                <a href="/out/store/myform?status=1" target="_block">
+                <a style="color:#E4007F;" href="/out/store/myform?status=1" target="_block">
                   <a-col>{{ topData.outTotalNum }}</a-col>
                 </a>
               </a-row>
               <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-                <a-col >
+                <a-col style="width:130px;">
                   <a-badge color="#E4007F"/>
                   <a href="/out/store/myform?type=2&status=1" target="_block">
                     <span style="color:#E4007F;">调拨出库 &nbsp; {{ topData.outDBNum }}</span>
                   </a>
                 </a-col>
-                <a-col >
-                  <a-badge color="#5864FF"/>
+                <a-col style="width:130px;">
+                  <a-badge color="#E4007F"/>
                   <a href="/out/store/myform?type=1&status=1" target="_block">
-                    <span style="color:#5864FF;">领用出库 &nbsp; {{ topData.lyNum }}</span>
+                    <span style="color:#E4007F;">领用出库 &nbsp; {{ topData.lyNum }}</span>
                   </a>
                 </a-col>
               </a-row>
               <a-row type="flex" justify="space-between" :gutter="[0,16]" style="flex:1;font-size:18px;font-weight: 500;">
-                <a-col >
-                  <a-badge color="#F19149"/>
+                <a-col style="width:130px;">
+                  <a-badge color="#E4007F"/>
                   <a href="/out/store/myform?type=3&status=1" target="_block">
-                    <span style="color:#F19149;">报废出库 &nbsp; {{ topData.bfNum }}</span>
+                    <span style="color:#E4007F;">报废出库 &nbsp; {{ topData.bfNum }}</span>
                   </a>
                 </a-col>
-                <a-col>
-                  <a-badge color="#009944"/>
+                <a-col style="width:130px;">
+                  <a-badge color="#E4007F"/>
                   <a href="/out/store/myform?type=6&status=1" target="_block">
 
-                    <span style="color:#009944;">其他出库 &nbsp; {{ topData.otherOutNum }}</span>
+                    <span style="color:#E4007F;">其他出库 &nbsp; {{ topData.otherOutNum }}</span>
                   </a>
 
                 </a-col>
@@ -83,16 +83,16 @@
           </a-col>
           <a-col class="gutter-row" :span="8">
             <div style="display:flex;text-align:center;background:#fff;height: 170px;">
-              <div style="width:48%;margin:auto;font-size:30px; line-height: 60px;">
+              <div style="width:48%;margin:auto;font-size:26px; line-height: 60px;">
                 <div>仓库总数</div>
-                <a href="/storeJituan" target="_block">
+                <a style="color:#E4007F;" href="/storeJituan" target="_block">
                   <div style="font-size:24px;">{{ topData.storeNums }}</div>
                 </a>
               </div>
               <div style="width: 1px;height: 70px;background: #999999;margin:auto;"></div>
-              <div style="width:48%;margin:auto; font-size:30px;line-height: 60px;">
+              <div style="width:48%;margin:auto; font-size:26px;line-height: 60px;">
                 <div>备件总价值</div>
-                <a href="/spare/part/info" target="_block">
+                <a style="color:#E4007F;" href="/spare/part/info" target="_block">
 
                   <div style="font-size:24px;">{{ topData.totalPrice }}</div>
                 </a>