修改部分字段

This commit is contained in:
2026-08-28 15:42:53 +08:00
parent bafe23a43c
commit 85870cb528
13 changed files with 21 additions and 21 deletions

View File

@@ -23,7 +23,7 @@
</div>
<div class="button-line lineThree" v-if="activeButton !== 2 && activeButton !== 3"></div>
<div class="item-button" :class="{ active: activeButton === 3 }" @click="activeButton = 3">
双镀销量
销量_双镀面板
</div>
</div>
</div>
@@ -60,7 +60,7 @@ export default {
{name:'单价',unit:'元/㎡'},
{name:'净价',unit:'元/㎡'},
{name:'销量',unit:'万㎡'},
{name:'双镀销量',unit:'万㎡'}
{name:'销量_双镀面板',unit:'万㎡'}
]
};
},

View File

@@ -77,7 +77,7 @@ export default {
completed: 1 // 销量超额达标
},
{
name: "双镀销量",
name: "销量_双镀面板",
targetValue: 0,
value: 0,
proportion: 0,
@@ -113,7 +113,7 @@ export default {
"单价": "unitPrice",
"净价": "netPrice",
"销量": "sales",
"双镀销量": "panel",
"销量_双镀面板": "panel",
"溢价产品销量": "premiumProduct"
};

View File

@@ -164,7 +164,7 @@ export default {
itemStyle: { color: 'rgba(39, 96, 255, 1)' }
},
{
value: 735, name: '双镀销量',
value: 735, name: '销量_双镀面板',
label: {
normal: {
align: 'left',

View File

@@ -78,7 +78,7 @@ export default {
{ key: 'unitPrice', unit: '单价·元/㎡', path: '/unitPriceAnalysis/unitPriceAnalysis' },
{ key: 'netPrice', unit: '净价·元/㎡', path: '/netPriceAnalysis/netPriceAnalysis' },
{ key: 'sales', unit: '销量·万㎡', path: '/salesVolumeAnalysis/salesVolumeAnalysis' },
{ key: 'panel', unit: '双镀销量·万㎡', path: '/salesVolumeAnalysis/salesVolumeAnalysis' }
{ key: 'panel', unit: '销量_双镀面板·万㎡', path: '/salesVolumeAnalysis/salesVolumeAnalysis' }
];
// 遍历映射关系,转换数据

View File

@@ -53,7 +53,7 @@ export default {
{ unit: "利润总额·万元", targetValue: 16, currentValue: 15.2, progress: 85 },
{ unit: "毛利率·%", targetValue: 16, currentValue: 15.2, progress: 85 },
{ unit: "销量·万㎡", targetValue: 20, currentValue: 16, progress: 80 },
{ unit: "双镀销量·万㎡", targetValue: 15, currentValue: 13.8, progress: 92 }
{ unit: "销量_双镀面板·万㎡", targetValue: 15, currentValue: 13.8, progress: 92 }
],
// 拖拽相关状态
isDragging: false, // 是否正在拖拽

View File

@@ -56,7 +56,7 @@ export default {
progress: 80
},
{
unit: "双镀销量·万㎡",
unit: "销量_双镀面板·万㎡",
targetValue: 15,
currentValue: 13.8,
progress: 92

View File

@@ -2,7 +2,7 @@
<div id="dayReport" class="dayReport" :style="styles">
<div v-if="device === 'mobile' && sidebar.opened" class="drawer-bg" @click="handleClickOutside" />
<sidebar v-if="!sidebar.hide" class="sidebar-container" />
<ReportHeader :dateData="dateData" size="psi" @timeRangeChange="handleTimeChange" top-title="基地双镀销量分析" :is-full-screen="isFullScreen"
<ReportHeader :dateData="dateData" size="psi" @timeRangeChange="handleTimeChange" top-title="基地销量_双镀面板分析" :is-full-screen="isFullScreen"
@screenfullChange="screenfullChange" />
<div class="main-body" style="
margin-top: -20px;
@@ -177,8 +177,8 @@ export default {
const requestParams = {
startTime: this.dateData.startTime,
endTime: this.dateData.endTime,
paramName: '双镀销量',
paramList: ['双镀成本', '双镀均价','双镀毛利率'],
paramName: '销量_双镀面板',
paramList: ['双镀成本', '单价_双镀面板','双镀毛利率'],
baseId: this.factory,
};
// 调用接口

View File

@@ -173,7 +173,7 @@ export default {
startTime: this.dateData.startTime,
endTime: this.dateData.endTime,
paramName: '销量',
paramList: ['净价', '单价', '产销率', '双镀销量', '双镀占比', '溢价产品销量', '溢价产品毛利'],
paramList: ['净价', '单价', '产销率', '销量_双镀面板', '双镀占比', '溢价产品销量', '溢价产品毛利'],
baseId: this.factory,
};
// 调用接口

View File

@@ -69,7 +69,7 @@ export default {
{name:'净价',unit:'元/㎡'},
{name:'单价',unit:'元/㎡'},
{name:'产销率',unit:'%'},
{name:'双镀销量',unit:'万㎡'},
{name:'销量_双镀面板',unit:'万㎡'},
{name:'双镀占比',unit:'%'},
{name:'溢价产品销量',unit:'万㎡'},
{name:'溢价产品毛利',unit:'元'},

View File

@@ -63,11 +63,11 @@ export default {
return {
activeButton: 0,
isDropdownShow: false,
selectedProfit: '双镀销量',
selectedProfit: '销量_双镀面板',
profitOptions:[
{name:'双镀销量',unit:'万㎡'},
{name:'销量_双镀面板',unit:'万㎡'},
{name:'双镀成本',unit:'元/㎡'},
{name:'双镀均价',unit:'元/㎡'},
{name:'单价_双镀面板',unit:'元/㎡'},
{name:'双镀毛利率',unit:'元'},
],
unit:'万㎡'

View File

@@ -34,7 +34,7 @@ export default {
type: Object,
default: () => ({
双镀成本: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
双镀均价: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
单价_双镀面板: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
双镀毛利率: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
})
},
@@ -60,7 +60,7 @@ export default {
indicatorDefs() {
return [
{ key: 'financialCost', name: '双镀成本', unit: '元/㎡'},
{ key: 'financialPrice', name: '双镀均价', unit: '元/㎡'},
{ key: 'financialPrice', name: '单价_双镀面板', unit: '元/㎡'},
{ key: 'financialProfit', name: '双镀毛利率', unit: '%'},
]
},

View File

@@ -78,7 +78,7 @@ export default {
{ key: 'netPrice', name: '净价', unit: '元/㎡', route:'/netPriceAnalysis/netPriceAnalysisBase'},
{ key: 'unitPrice', name: '单价', unit: '元/㎡',route:'/unitPriceAnalysis/unitPriceAnalysisBase' },
{ key: 'productionSales', name: '产销率', unit: '%',route:'/salesVolumeAnalysis/productionSalesBase'},
{ key: 'sdxl', name: '双镀销量', unit: '万㎡',route:'/salesVolumeAnalysis/doublePlatedBase' },
{ key: 'sdxl', name: '销量_双镀面板', unit: '万㎡',route:'/salesVolumeAnalysis/doublePlatedBase' },
{ key: 'freight', name: '双镀占比', unit: '%',route:'/salesVolumeAnalysis/doublePlatedBase' },
{ key: 'cpxl', name: '溢价产品销量', unit: '万㎡',route:null },
{ key: 'premiumProducts', name: '溢价产品毛利', unit: '元',route:null },

View File

@@ -35,7 +35,7 @@ export default {
type: Object,
default: () => ({
双镀成本: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
双镀均价: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
单价_双镀面板: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
双镀毛利率: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
})
},
@@ -61,7 +61,7 @@ export default {
indicatorDefs() {
return [
{ key: 'financialCost', name: '双镀成本', unit: '元/㎡'},
{ key: 'financialPrice', name: '双镀均价', unit: '元/㎡'},
{ key: 'financialPrice', name: '单价_双镀面板', unit: '元/㎡'},
{ key: 'financialProfit', name: '双镀毛利率', unit: '%'},
]
},