From fedba2ce855c0f6fd66ad6b20c2014de66379acc Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 06 五月 2023 07:58:31 +0800
Subject: [PATCH] 1.综合看板字体整体增大
---
src/views/kb/bzcj.vue | 55 +++++++------
src/views/kb/zpcj.vue | 55 +++++++------
src/views/kb/kbCommon.css | 3
src/views/kb/dccj.vue | 55 +++++++------
src/views/kb/zhkb.vue | 55 +++++++------
5 files changed, 118 insertions(+), 105 deletions(-)
diff --git a/src/views/kb/bzcj.vue b/src/views/kb/bzcj.vue
index 3744682..cd8c409 100644
--- a/src/views/kb/bzcj.vue
+++ b/src/views/kb/bzcj.vue
@@ -31,7 +31,7 @@
<div v-for="item in lineContent3" :key="item.workcode" class="kb_left_top_block">
<div class="kb_block02 kb_pd10">
<div>
- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>
+ <!-- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>-->
<div class="kb_mt5">
鍔犲伐鍗曞彿:{{ item.workcode }}
</div>
@@ -123,7 +123,7 @@
<el-table-column
prop="status"
label="鐘舵��"
- width="65"
+ width="75"
>
<template slot-scope="{row}">
<div v-if="row.status==='ALLO'">宸叉淳鍙�</div>
@@ -134,26 +134,26 @@
<el-table-column
prop="lm_date"
label="娲惧彂鏃堕棿"
- width="115"
+ width="125"
>
<template slot-scope="{row}">
<div>{{ row.lm_date.substring(0, 10) }}</div>
</template>
</el-table-column>
- <el-table-column
- prop="saleOrderCode"
- label="閿�鍞鍗曞彿"
- width="178"
- >
- <template slot-scope="{row}">
- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>
- <div v-else>/</div>
- </template>
- </el-table-column>
+ <!-- <el-table-column-->
+ <!-- prop="saleOrderCode"-->
+ <!-- label="閿�鍞鍗曞彿"-->
+ <!-- width="178"-->
+ <!-- >-->
+ <!-- <template slot-scope="{row}">-->
+ <!-- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+ <!-- <div v-else>/</div>-->
+ <!-- </template>-->
+ <!-- </el-table-column>-->
<el-table-column
prop="wo_code"
label="鍔犲伐鍗曞彿"
- width="205"
+ width="225"
>
<template slot-scope="{row}">
<div v-if="row.wo_code" class="ellipsis">{{ row.wo_code }}</div>
@@ -163,7 +163,7 @@
<el-table-column
prop="partname"
label="浜у搧鍚嶇О"
- width="150"
+ width="200"
>
<template slot-scope="{row}">
<div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>
@@ -188,22 +188,22 @@
<el-table-column
prop="plan_qty"
label="浠诲姟鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="good_qty"
label="瀹屽伐鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="ng_qty"
label="涓嶈壇鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="wcl"
label="瀹屾垚鐜�"
- width="60"
+ width="80"
>
<template slot-scope="{row}">
<div>{{ parseFloat((row.good_qty * 100 / row.plan_qty).toFixed(2)) }}%</div>
@@ -212,7 +212,7 @@
<el-table-column
prop="planstartdate"
label="棰勮寮�濮�"
- width="115"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planstartdate.substring(0, 10) }}</div>
@@ -221,7 +221,7 @@
<el-table-column
prop="planenddate"
label="棰勮缁撴潫"
- width="125"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planenddate.substring(0, 10) }}</div>
@@ -253,7 +253,7 @@
/>
<el-table-column
prop="wkshname"
- label="杞﹂棿锛堜緵鏂癸級"
+ label="杞﹂棿"
width="120"
>
<template slot-scope="{row}">
@@ -651,14 +651,14 @@
justify-content: flex-start;
.kb_block02 {
- width: 304px;
+ width: 344px;
display: flex;
align-items: center;
border-right: 1px solid $kbBorderColor;
}
.kb_block03 {
- width: 1020px;
+ width: 980px;
font-size: 17px;
display: flex;
flex-direction: column;
@@ -680,6 +680,7 @@
display: flex;
align-items: center;
justify-content: center;
+ font-size: 20px;
}
.content02Parent {
@@ -688,6 +689,7 @@
.content02 {
width: 60px;
border-right: 1px solid $kbBorderColor;
+ font-size: 20px;
.content02_1 {
display: flex;
@@ -695,6 +697,7 @@
justify-content: center;
//height: 50%;
height: 25px;
+
}
.content02_2 {
@@ -802,7 +805,7 @@
.kb_right_bottom_content_title {
color: #00ffff;
margin-bottom: 5px;
- margin-top: -12px;
+ margin-top: -16px;
}
.kb_right_bottom_content {
@@ -831,7 +834,7 @@
::v-deep .cell {
padding: 0 !important;
- font-size: 18px;
+ font-size: 20px;
}
.circleYellow {
diff --git a/src/views/kb/dccj.vue b/src/views/kb/dccj.vue
index ae8bbe8..9db9e90 100644
--- a/src/views/kb/dccj.vue
+++ b/src/views/kb/dccj.vue
@@ -31,7 +31,7 @@
<div v-for="item in lineContent3" :key="item.workcode" class="kb_left_top_block">
<div class="kb_block02 kb_pd10">
<div>
- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>
+ <!-- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>-->
<div class="kb_mt5">
鍔犲伐鍗曞彿:{{ item.workcode }}
</div>
@@ -123,7 +123,7 @@
<el-table-column
prop="status"
label="鐘舵��"
- width="65"
+ width="75"
>
<template slot-scope="{row}">
<div v-if="row.status==='ALLO'">宸叉淳鍙�</div>
@@ -134,26 +134,26 @@
<el-table-column
prop="lm_date"
label="娲惧彂鏃堕棿"
- width="115"
+ width="125"
>
<template slot-scope="{row}">
<div>{{ row.lm_date.substring(0, 10) }}</div>
</template>
</el-table-column>
- <el-table-column
- prop="saleOrderCode"
- label="閿�鍞鍗曞彿"
- width="178"
- >
- <template slot-scope="{row}">
- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>
- <div v-else>/</div>
- </template>
- </el-table-column>
+ <!-- <el-table-column-->
+ <!-- prop="saleOrderCode"-->
+ <!-- label="閿�鍞鍗曞彿"-->
+ <!-- width="178"-->
+ <!-- >-->
+ <!-- <template slot-scope="{row}">-->
+ <!-- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+ <!-- <div v-else>/</div>-->
+ <!-- </template>-->
+ <!-- </el-table-column>-->
<el-table-column
prop="wo_code"
label="鍔犲伐鍗曞彿"
- width="205"
+ width="225"
>
<template slot-scope="{row}">
<div v-if="row.wo_code" class="ellipsis">{{ row.wo_code }}</div>
@@ -163,7 +163,7 @@
<el-table-column
prop="partname"
label="浜у搧鍚嶇О"
- width="150"
+ width="200"
>
<template slot-scope="{row}">
<div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>
@@ -188,22 +188,22 @@
<el-table-column
prop="plan_qty"
label="浠诲姟鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="good_qty"
label="瀹屽伐鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="ng_qty"
label="涓嶈壇鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="wcl"
label="瀹屾垚鐜�"
- width="60"
+ width="80"
>
<template slot-scope="{row}">
<div>{{ parseFloat((row.good_qty * 100 / row.plan_qty).toFixed(2)) }}%</div>
@@ -212,7 +212,7 @@
<el-table-column
prop="planstartdate"
label="棰勮寮�濮�"
- width="115"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planstartdate.substring(0, 10) }}</div>
@@ -221,7 +221,7 @@
<el-table-column
prop="planenddate"
label="棰勮缁撴潫"
- width="125"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planenddate.substring(0, 10) }}</div>
@@ -253,7 +253,7 @@
/>
<el-table-column
prop="wkshname"
- label="杞﹂棿锛堜緵鏂癸級"
+ label="杞﹂棿"
width="120"
>
<template slot-scope="{row}">
@@ -651,14 +651,14 @@
justify-content: flex-start;
.kb_block02 {
- width: 304px;
+ width: 344px;
display: flex;
align-items: center;
border-right: 1px solid $kbBorderColor;
}
.kb_block03 {
- width: 1020px;
+ width: 980px;
font-size: 17px;
display: flex;
flex-direction: column;
@@ -680,6 +680,7 @@
display: flex;
align-items: center;
justify-content: center;
+ font-size: 20px;
}
.content02Parent {
@@ -688,6 +689,7 @@
.content02 {
width: 60px;
border-right: 1px solid $kbBorderColor;
+ font-size: 20px;
.content02_1 {
display: flex;
@@ -695,6 +697,7 @@
justify-content: center;
//height: 50%;
height: 25px;
+
}
.content02_2 {
@@ -802,7 +805,7 @@
.kb_right_bottom_content_title {
color: #00ffff;
margin-bottom: 5px;
- margin-top: -12px;
+ margin-top: -16px;
}
.kb_right_bottom_content {
@@ -831,7 +834,7 @@
::v-deep .cell {
padding: 0 !important;
- font-size: 18px;
+ font-size: 20px;
}
.circleYellow {
diff --git a/src/views/kb/kbCommon.css b/src/views/kb/kbCommon.css
index 1e65115..97bad2f 100644
--- a/src/views/kb/kbCommon.css
+++ b/src/views/kb/kbCommon.css
@@ -27,7 +27,7 @@
.kb_title_text{
font-weight: bolder;
- font-size: 24px;
+ font-size: 28px;
}
.kb_headerPic {
@@ -90,6 +90,7 @@
.kb_mt5 {
margin-top: 5px;
+ font-size: 20px;
}
/*鍏憡鏍峰紡*/
.MarqueeTipsContentClass {
diff --git a/src/views/kb/zhkb.vue b/src/views/kb/zhkb.vue
index ba642b3..cf1c827 100644
--- a/src/views/kb/zhkb.vue
+++ b/src/views/kb/zhkb.vue
@@ -31,7 +31,7 @@
<div v-for="item in lineContent3" :key="item.workcode" class="kb_left_top_block">
<div class="kb_block02 kb_pd10">
<div>
- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>
+ <!-- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>-->
<div class="kb_mt5">
鍔犲伐鍗曞彿:{{ item.workcode }}
</div>
@@ -123,7 +123,7 @@
<el-table-column
prop="status"
label="鐘舵��"
- width="65"
+ width="75"
>
<template slot-scope="{row}">
<div v-if="row.status==='ALLO'">宸叉淳鍙�</div>
@@ -134,26 +134,26 @@
<el-table-column
prop="lm_date"
label="娲惧彂鏃堕棿"
- width="115"
+ width="125"
>
<template slot-scope="{row}">
<div>{{ row.lm_date.substring(0, 10) }}</div>
</template>
</el-table-column>
- <el-table-column
- prop="saleOrderCode"
- label="閿�鍞鍗曞彿"
- width="178"
- >
- <template slot-scope="{row}">
- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>
- <div v-else>/</div>
- </template>
- </el-table-column>
+ <!-- <el-table-column-->
+ <!-- prop="saleOrderCode"-->
+ <!-- label="閿�鍞鍗曞彿"-->
+ <!-- width="178"-->
+ <!-- >-->
+ <!-- <template slot-scope="{row}">-->
+ <!-- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+ <!-- <div v-else>/</div>-->
+ <!-- </template>-->
+ <!-- </el-table-column>-->
<el-table-column
prop="wo_code"
label="鍔犲伐鍗曞彿"
- width="205"
+ width="225"
>
<template slot-scope="{row}">
<div v-if="row.wo_code" class="ellipsis">{{ row.wo_code }}</div>
@@ -163,7 +163,7 @@
<el-table-column
prop="partname"
label="浜у搧鍚嶇О"
- width="150"
+ width="200"
>
<template slot-scope="{row}">
<div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>
@@ -188,22 +188,22 @@
<el-table-column
prop="plan_qty"
label="浠诲姟鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="good_qty"
label="瀹屽伐鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="ng_qty"
label="涓嶈壇鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="wcl"
label="瀹屾垚鐜�"
- width="60"
+ width="80"
>
<template slot-scope="{row}">
<div>{{ parseFloat((row.good_qty * 100 / row.plan_qty).toFixed(2)) }}%</div>
@@ -212,7 +212,7 @@
<el-table-column
prop="planstartdate"
label="棰勮寮�濮�"
- width="115"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planstartdate.substring(0, 10) }}</div>
@@ -221,7 +221,7 @@
<el-table-column
prop="planenddate"
label="棰勮缁撴潫"
- width="125"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planenddate.substring(0, 10) }}</div>
@@ -253,7 +253,7 @@
/>
<el-table-column
prop="wkshname"
- label="杞﹂棿锛堜緵鏂癸級"
+ label="杞﹂棿"
width="120"
>
<template slot-scope="{row}">
@@ -674,14 +674,14 @@
justify-content: flex-start;
.kb_block02 {
- width: 304px;
+ width: 344px;
display: flex;
align-items: center;
border-right: 1px solid $kbBorderColor;
}
.kb_block03 {
- width: 1020px;
+ width: 980px;
font-size: 17px;
display: flex;
flex-direction: column;
@@ -703,6 +703,7 @@
display: flex;
align-items: center;
justify-content: center;
+ font-size: 20px;
}
.content02Parent {
@@ -711,6 +712,7 @@
.content02 {
width: 60px;
border-right: 1px solid $kbBorderColor;
+ font-size: 20px;
.content02_1 {
display: flex;
@@ -718,6 +720,7 @@
justify-content: center;
//height: 50%;
height: 25px;
+
}
.content02_2 {
@@ -825,7 +828,7 @@
.kb_right_bottom_content_title {
color: #00ffff;
margin-bottom: 5px;
- margin-top: -12px;
+ margin-top: -16px;
}
.kb_right_bottom_content {
@@ -854,7 +857,7 @@
::v-deep .cell {
padding: 0 !important;
- font-size: 18px;
+ font-size: 20px;
}
.circleYellow {
diff --git a/src/views/kb/zpcj.vue b/src/views/kb/zpcj.vue
index 2e85f2c..a5f9ad2 100644
--- a/src/views/kb/zpcj.vue
+++ b/src/views/kb/zpcj.vue
@@ -31,7 +31,7 @@
<div v-for="item in lineContent3" :key="item.workcode" class="kb_left_top_block">
<div class="kb_block02 kb_pd10">
<div>
- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>
+ <!-- <div>閿�鍞崟鍙�:{{ item.saleordercode }}</div>-->
<div class="kb_mt5">
鍔犲伐鍗曞彿:{{ item.workcode }}
</div>
@@ -123,7 +123,7 @@
<el-table-column
prop="status"
label="鐘舵��"
- width="65"
+ width="75"
>
<template slot-scope="{row}">
<div v-if="row.status==='ALLO'">宸叉淳鍙�</div>
@@ -134,26 +134,26 @@
<el-table-column
prop="lm_date"
label="娲惧彂鏃堕棿"
- width="115"
+ width="125"
>
<template slot-scope="{row}">
<div>{{ row.lm_date.substring(0, 10) }}</div>
</template>
</el-table-column>
- <el-table-column
- prop="saleOrderCode"
- label="閿�鍞鍗曞彿"
- width="178"
- >
- <template slot-scope="{row}">
- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>
- <div v-else>/</div>
- </template>
- </el-table-column>
+ <!-- <el-table-column-->
+ <!-- prop="saleOrderCode"-->
+ <!-- label="閿�鍞鍗曞彿"-->
+ <!-- width="178"-->
+ <!-- >-->
+ <!-- <template slot-scope="{row}">-->
+ <!-- <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+ <!-- <div v-else>/</div>-->
+ <!-- </template>-->
+ <!-- </el-table-column>-->
<el-table-column
prop="wo_code"
label="鍔犲伐鍗曞彿"
- width="205"
+ width="225"
>
<template slot-scope="{row}">
<div v-if="row.wo_code" class="ellipsis">{{ row.wo_code }}</div>
@@ -163,7 +163,7 @@
<el-table-column
prop="partname"
label="浜у搧鍚嶇О"
- width="150"
+ width="200"
>
<template slot-scope="{row}">
<div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>
@@ -188,22 +188,22 @@
<el-table-column
prop="plan_qty"
label="浠诲姟鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="good_qty"
label="瀹屽伐鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="ng_qty"
label="涓嶈壇鏁伴噺"
- width="85"
+ width="95"
/>
<el-table-column
prop="wcl"
label="瀹屾垚鐜�"
- width="60"
+ width="80"
>
<template slot-scope="{row}">
<div>{{ parseFloat((row.good_qty * 100 / row.plan_qty).toFixed(2)) }}%</div>
@@ -212,7 +212,7 @@
<el-table-column
prop="planstartdate"
label="棰勮寮�濮�"
- width="115"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planstartdate.substring(0, 10) }}</div>
@@ -221,7 +221,7 @@
<el-table-column
prop="planenddate"
label="棰勮缁撴潫"
- width="125"
+ width="139"
>
<template slot-scope="{row}">
<div>{{ row.planenddate.substring(0, 10) }}</div>
@@ -253,7 +253,7 @@
/>
<el-table-column
prop="wkshname"
- label="杞﹂棿锛堜緵鏂癸級"
+ label="杞﹂棿"
width="120"
>
<template slot-scope="{row}">
@@ -651,14 +651,14 @@
justify-content: flex-start;
.kb_block02 {
- width: 304px;
+ width: 344px;
display: flex;
align-items: center;
border-right: 1px solid $kbBorderColor;
}
.kb_block03 {
- width: 1020px;
+ width: 980px;
font-size: 17px;
display: flex;
flex-direction: column;
@@ -680,6 +680,7 @@
display: flex;
align-items: center;
justify-content: center;
+ font-size: 20px;
}
.content02Parent {
@@ -688,6 +689,7 @@
.content02 {
width: 60px;
border-right: 1px solid $kbBorderColor;
+ font-size: 20px;
.content02_1 {
display: flex;
@@ -695,6 +697,7 @@
justify-content: center;
//height: 50%;
height: 25px;
+
}
.content02_2 {
@@ -802,7 +805,7 @@
.kb_right_bottom_content_title {
color: #00ffff;
margin-bottom: 5px;
- margin-top: -12px;
+ margin-top: -16px;
}
.kb_right_bottom_content {
@@ -831,7 +834,7 @@
::v-deep .cell {
padding: 0 !important;
- font-size: 18px;
+ font-size: 20px;
}
.circleYellow {
--
Gitblit v1.9.3