|
@@ -28,10 +28,12 @@
|
|
|
>
|
|
|
<div class="top">
|
|
|
<div class="log" :style="{ background: item.color }"></div>
|
|
|
- <div class="name">{{ item.name }}</div>
|
|
|
+ <div class="name" @click="echar">{{ item.name }}</div>
|
|
|
</div>
|
|
|
<div class="boot">
|
|
|
- <div class="child">件数:{{ item.value }}</div>
|
|
|
+ <div class="child" @click="echar">
|
|
|
+ 件数:{{ item.value }}
|
|
|
+ </div>
|
|
|
<div class="child">占比:{{ item.proportion }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -50,11 +52,11 @@
|
|
|
</div>
|
|
|
<div class="chart_right">
|
|
|
<div class="analysis">
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>总件数</p>
|
|
|
<span>{{ dataLow.num }}</span>
|
|
|
</div>
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>开包数</p>
|
|
|
<span>{{ dataLow.kxsNum }}</span>
|
|
|
</div>
|
|
@@ -73,7 +75,9 @@
|
|
|
<div class="name">{{ item.name }}</div>
|
|
|
</div>
|
|
|
<div class="boot">
|
|
|
- <div class="child">件数:{{ item.value }}</div>
|
|
|
+ <div class="child" @click="echar">
|
|
|
+ 件数:{{ item.value }}
|
|
|
+ </div>
|
|
|
<div class="child">占比:{{ item.prot }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -134,11 +138,11 @@
|
|
|
</div>
|
|
|
<div class="chart_right">
|
|
|
<div class="analysis">
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>总件数</p>
|
|
|
<span>{{ dataLowpt.num }}</span>
|
|
|
</div>
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>开包数</p>
|
|
|
<span>{{ dataLowpt.kxsNum }}</span>
|
|
|
</div>
|
|
@@ -157,7 +161,9 @@
|
|
|
<div class="name">{{ item.name }}</div>
|
|
|
</div>
|
|
|
<div class="boot">
|
|
|
- <div class="child">件数:{{ item.value }}</div>
|
|
|
+ <div class="child" @click="echar">
|
|
|
+ 件数:{{ item.value }}
|
|
|
+ </div>
|
|
|
<div class="child">占比:{{ item.prot }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -176,11 +182,11 @@
|
|
|
</div>
|
|
|
<div class="chart_right">
|
|
|
<div class="analysis">
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>总件数</p>
|
|
|
<span>{{ dataLowyk.num }}</span>
|
|
|
</div>
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>开包数</p>
|
|
|
<span>{{ dataLowyk.kxsNum }}</span>
|
|
|
</div>
|
|
@@ -199,7 +205,9 @@
|
|
|
<div class="name">{{ item.name }}</div>
|
|
|
</div>
|
|
|
<div class="boot">
|
|
|
- <div class="child">件数:{{ item.value }}</div>
|
|
|
+ <div class="child" @click="echar">
|
|
|
+ 件数:{{ item.value }}
|
|
|
+ </div>
|
|
|
<div class="child">占比:{{ item.prot }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -218,11 +226,11 @@
|
|
|
</div>
|
|
|
<div class="chart_right">
|
|
|
<div class="analysis">
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>总件数</p>
|
|
|
<span>{{ dataLowgf.num }}</span>
|
|
|
</div>
|
|
|
- <div class="analysis_cont">
|
|
|
+ <div class="analysis_cont" @click="echar">
|
|
|
<p>开包数</p>
|
|
|
<span>{{ dataLowgf.kxsNum }}</span>
|
|
|
</div>
|
|
@@ -241,7 +249,9 @@
|
|
|
<div class="name">{{ item.name }}</div>
|
|
|
</div>
|
|
|
<div class="boot">
|
|
|
- <div class="child">件数:{{ item.value }}</div>
|
|
|
+ <div class="child" @click="echar">
|
|
|
+ 件数:{{ item.value }}
|
|
|
+ </div>
|
|
|
<div class="child">占比:{{ item.prot }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -264,6 +274,7 @@ export default {
|
|
|
dataall: {
|
|
|
id: 1,
|
|
|
name: "总件数",
|
|
|
+ name2: "申报件数",
|
|
|
cont: "",
|
|
|
data: [
|
|
|
{ value: 335, name: "1" },
|
|
@@ -323,6 +334,7 @@ export default {
|
|
|
dataLow: {
|
|
|
id: 2,
|
|
|
name: "总件数",
|
|
|
+ name2: "低风险货物级",
|
|
|
cont: "500",
|
|
|
data: [],
|
|
|
top: "41%",
|
|
@@ -340,6 +352,7 @@ export default {
|
|
|
dataLowcp: {
|
|
|
id: 3,
|
|
|
name: "总件数",
|
|
|
+ name2: "优先级",
|
|
|
cont: "500",
|
|
|
data: [],
|
|
|
top: "41%",
|
|
@@ -357,6 +370,7 @@ export default {
|
|
|
dataLowpt: {
|
|
|
id: 4,
|
|
|
name: "总件数",
|
|
|
+ name2: "普通级",
|
|
|
cont: "500",
|
|
|
data: [],
|
|
|
top: "41%",
|
|
@@ -374,6 +388,7 @@ export default {
|
|
|
dataLowyk: {
|
|
|
id: 5,
|
|
|
name: "总件数",
|
|
|
+ name2: "严控级",
|
|
|
cont: "500",
|
|
|
data: [],
|
|
|
top: "41%",
|
|
@@ -391,6 +406,7 @@ export default {
|
|
|
dataLowgf: {
|
|
|
id: 6,
|
|
|
name: "总件数",
|
|
|
+ name2: "高风险货物级",
|
|
|
cont: "500",
|
|
|
data: [],
|
|
|
top: "38%",
|
|
@@ -413,7 +429,7 @@ export default {
|
|
|
SecurityCheckHeader,
|
|
|
},
|
|
|
created() {
|
|
|
- this.getData();
|
|
|
+ // this.getData();
|
|
|
},
|
|
|
methods: {
|
|
|
search(data) {
|
|
@@ -423,6 +439,7 @@ export default {
|
|
|
riskRating: data[1],
|
|
|
agentCode: data[2],
|
|
|
};
|
|
|
+ this.getData();
|
|
|
},
|
|
|
//点击跳转
|
|
|
echar() {
|
|
@@ -436,7 +453,7 @@ export default {
|
|
|
},
|
|
|
async getData() {
|
|
|
try {
|
|
|
- const result = await comprehensive({});
|
|
|
+ const result = await comprehensive(this.queryData);
|
|
|
let count = 0;
|
|
|
let counts = 0;
|
|
|
let arr = [];
|
|
@@ -466,7 +483,8 @@ export default {
|
|
|
});
|
|
|
this.dataall.data.forEach((element) => {
|
|
|
element.proportion = element.value / counts;
|
|
|
- element.proportion = element.proportion.toFixed(2) * 100 + "%";
|
|
|
+ element.proportion =
|
|
|
+ Math.floor(element.proportion.toFixed(2) * 100) + "%";
|
|
|
});
|
|
|
result.data.forEach((res) => {
|
|
|
if (res.risk == "低风险") {
|
|
@@ -476,26 +494,33 @@ export default {
|
|
|
name: "移交",
|
|
|
value: res.yjNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.yjNum / arr.toFixed(2)) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.yjNum / arr.toFixed(2)) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "拒运",
|
|
|
value: res.jyNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.jyNum / arr.toFixed(2)) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.jyNum / arr.toFixed(2)) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "放行",
|
|
|
value: res.fxNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.fxNum / arr.toFixed(2)) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.fxNum / arr.toFixed(2)) * 100) + "%",
|
|
|
},
|
|
|
];
|
|
|
this.dataLow.color = ["#FAD153", "#DC5594", "#6161BD"];
|
|
|
this.dataLow.num = res.num;
|
|
|
this.dataLow.kxsNum = res.kxsNum;
|
|
|
this.dataLow.proportion =
|
|
|
- (res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ Math.floor((res.kxsNum / res.num).toFixed(2) * 100) + "%";
|
|
|
+ this.dataLow.cont = arr;
|
|
|
} else if (res.risk == "优先") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowcp.data = [
|
|
@@ -503,26 +528,33 @@ export default {
|
|
|
name: "移交",
|
|
|
value: res.yjNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.yjNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.yjNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "拒运",
|
|
|
value: res.jyNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.jyNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.jyNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "放行",
|
|
|
value: res.fxNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.fxNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.fxNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
];
|
|
|
this.dataLowcp.color = ["#FAD153", "#DC5594", "#6161BD"];
|
|
|
this.dataLowcp.num = res.num;
|
|
|
this.dataLowcp.kxsNum = res.kxsNum;
|
|
|
this.dataLowcp.proportion =
|
|
|
- (res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ Math.floor((res.kxsNum / res.num).toFixed(2) * 100) + "%";
|
|
|
+ this.dataLowcp.cont = arr;
|
|
|
} else if (res.risk == "普通") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowpt.data = [
|
|
@@ -530,26 +562,33 @@ export default {
|
|
|
name: "移交",
|
|
|
value: res.yjNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.yjNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.yjNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "拒运",
|
|
|
value: res.jyNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.jyNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.jyNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "放行",
|
|
|
value: res.fxNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.fxNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.fxNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
];
|
|
|
this.dataLowpt.color = ["#FAD153", "#DC5594", "#6161BD"];
|
|
|
this.dataLowpt.num = res.num;
|
|
|
this.dataLowpt.kxsNum = res.kxsNum;
|
|
|
this.dataLowpt.proportion =
|
|
|
- (res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ Math.floor((res.kxsNum / res.num).toFixed(2) * 100) + "%";
|
|
|
+ this.dataLowpt.cont = arr;
|
|
|
} else if (res.risk == "严控") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowyk.data = [
|
|
@@ -557,26 +596,33 @@ export default {
|
|
|
name: "移交",
|
|
|
value: res.yjNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.yjNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.yjNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "拒运",
|
|
|
value: res.jyNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.jyNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.jyNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "放行",
|
|
|
value: res.fxNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.fxNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.fxNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
];
|
|
|
this.dataLowyk.color = ["#FAD153", "#DC5594", "#6161BD"];
|
|
|
this.dataLowyk.num = res.num;
|
|
|
this.dataLowyk.kxsNum = res.kxsNum;
|
|
|
this.dataLowyk.proportion =
|
|
|
- (res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ Math.floor((res.kxsNum / res.num).toFixed(2) * 100) + "%";
|
|
|
+ this.dataLowyk.cont = arr;
|
|
|
} else if (res.risk == "高风险") {
|
|
|
let arr = res.yjNum + res.jyNum + res.fxNum;
|
|
|
this.dataLowgf.data = [
|
|
@@ -584,7 +630,9 @@ export default {
|
|
|
name: "移交",
|
|
|
value: res.yjNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.yjNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.yjNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
{
|
|
|
name: "拒运",
|
|
@@ -598,18 +646,19 @@ export default {
|
|
|
name: "放行",
|
|
|
value: res.fxNum,
|
|
|
prot:
|
|
|
- arr == 0 ? "0%" : (res.fxNum / arr).toFixed(2) * 100 + "%",
|
|
|
+ arr == 0
|
|
|
+ ? "0%"
|
|
|
+ : Math.floor((res.fxNum / arr).toFixed(2) * 100) + "%",
|
|
|
},
|
|
|
];
|
|
|
this.dataLowgf.color = ["#FAD153", "#DC5594", "#6161BD"];
|
|
|
this.dataLowgf.num = res.num;
|
|
|
this.dataLowgf.kxsNum = res.kxsNum;
|
|
|
this.dataLowgf.proportion =
|
|
|
- (res.kxsNum / res.num).toFixed(2) * 100 + "%";
|
|
|
+ Math.floor((res.kxsNum / res.num).toFixed(2) * 100) + "%";
|
|
|
+ this.dataLowgf.cont = arr;
|
|
|
}
|
|
|
});
|
|
|
- console.log(result.data, "11");
|
|
|
- console.log(this.dataLowgf.data, "222");
|
|
|
this.$refs.chart.init();
|
|
|
} catch (error) {
|
|
|
console.log(error);
|