|
|
|
|
@ -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({
|
|
|
|
|
|