|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
{{ i }}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="centerTitle1">商品品类</div>
|
|
|
|
|
<div class="centerSpan1">142</div>
|
|
|
|
|
<div class="centerSpan1">22</div>
|
|
|
|
|
<div class="centerTitle2">商品数量</div>
|
|
|
|
|
<div class="centerSpan2">227921</div>
|
|
|
|
|
<div class="centerTitle3">当日入库量</div>
|
|
|
|
@ -249,7 +249,7 @@ export default {
|
|
|
|
|
label: {
|
|
|
|
|
normal: {
|
|
|
|
|
show: true,
|
|
|
|
|
formatter: "{b}\n{c}",
|
|
|
|
|
formatter: "{b}\n{c}({d})",
|
|
|
|
|
textStyle: {
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
color: '#fff'
|
|
|
|
@ -626,7 +626,7 @@ export default {
|
|
|
|
|
interval: 0,
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
},
|
|
|
|
|
data: ['BCD-162CST', 'BCD-212CHG', 'BCD-211CGN', 'BC/BD-310NF', 'BC/BD-232WD', 'BC/BD-145NF'],
|
|
|
|
|
data: ['BCD-162CST', 'BCD-212CHG', 'BCD-211CGN', 'BC/BD-310NF', 'BC/BD-232WD', 'BC/BD-145NF', 'BC/BD-150HY', 'BC/BD-147NEM', 'BC/BD-150HY', 'BC/BD-208HNEV'],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
yAxis: [
|
|
|
|
@ -658,13 +658,21 @@ export default {
|
|
|
|
|
name: "库存数",
|
|
|
|
|
type: "bar",
|
|
|
|
|
borderWidth: '15%',
|
|
|
|
|
label: {
|
|
|
|
|
show: true,
|
|
|
|
|
position: "top",
|
|
|
|
|
textStyle: {
|
|
|
|
|
fontSize: 0.5 * vw,
|
|
|
|
|
color: "#fff",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
itemStyle: {
|
|
|
|
|
normal: {
|
|
|
|
|
color: "#62aafe",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
data: [
|
|
|
|
|
709, 1917, 2455, 2610, 1719, 1433
|
|
|
|
|
709, 1917, 2455, 2610, 1719, 1433, 357, 457, 1583, 1583
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
@ -1200,6 +1208,7 @@ export default {
|
|
|
|
|
top: 1%;
|
|
|
|
|
left: 1%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.time, .date {
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: 0.8vw;
|
|
|
|
|