修改界面

master
夜笙歌 4 years ago
parent cb79263347
commit 385d26d758

@ -150,7 +150,6 @@ $(() => {
yieldTabs()
tableAnimation('#trackEvents')
setInterval(request, INTERVAL)
console.log()
})
let yieldType = '0'
let targetTopRaw = {

@ -134,7 +134,7 @@ $(() => {
})
// 三日订单执行情况
autoUpdate(url + "/inStore3d", INTERVAL, data => {
autoUpdate(url + "/selectOrderInfoBy3d", INTERVAL, data => {
console.log(data)
horizontalRoundedBarChartWithBackgroundTwo({
yNameOne: data.map(val => val.name),
@ -143,6 +143,10 @@ $(() => {
}, document.getElementById("IQC"))
})
autoUpdate(url + "/mtk_selectOrderInfoBy3dTatle", INTERVAL, data => {
console.log(data)
Tips(data.find(val => val.name === '订单数量').qty, data.find(val => val.name === '完成数量').qty, data.find(val => val.name === '清单率').qty, '#Tips')
})
// 设备功率
// autoUpdate(url + "/inStore3d", INTERVAL, data => {
singleVerticalBarChart({

@ -209,7 +209,7 @@ const horizontalRoundedBarChartWithBackgroundTwo = function (data, id) {
type: "bar",
yAxisIndex: 0,
data: data.yData,
barWidth: vw,
barWidth: '80%',
itemStyle: {
normal: {
barBorderRadius: 30,
@ -226,7 +226,7 @@ const horizontalRoundedBarChartWithBackgroundTwo = function (data, id) {
yAxisIndex: 1,
barGap: "-100%",
data: bgBar,
barWidth: 1.2 * vw,
barWidth: '90%',
itemStyle: {
normal: {
color: "none",

Loading…
Cancel
Save