Commit 6a5d75bd authored by yff's avatar yff

Merge branch 'master' of gitlab.gavelinfo.com:gavelinfo/kwell-mes

parents ad7b0f75 f768a7b7
...@@ -314,6 +314,10 @@ ...@@ -314,6 +314,10 @@
$(window).resize(function () { $(window).resize(function () {
var whei = $(window).width(); var whei = $(window).width();
$("html").css({ fontSize: whei / 22 }) $("html").css({ fontSize: whei / 22 })
setTimeout(function(){
echartzsy()
},200)
}); });
var myChartSdcl = echarts.init(document.getElementById('chartSdcl')); var myChartSdcl = echarts.init(document.getElementById('chartSdcl'));
var chartRpcdcsj=echarts.init(document.getElementById("chartRpcdcsj")); var chartRpcdcsj=echarts.init(document.getElementById("chartRpcdcsj"));
...@@ -330,7 +334,14 @@ ...@@ -330,7 +334,14 @@
speed: 60, //数值越大,速度越慢 speed: 60, //数值越大,速度越慢
rowHeight: 46 //li的高度 rowHeight: 46 //li的高度
}); });
function echartzsy(){
myChartSdcl.resize()
chartRpcdcsj.resize()
chartHgl.resize()
chartRjh.resize()
chartYjh.resize()
chartJdshCirle.resize()
}
/* 调用 */ /* 调用 */
function getAlldata(){ function getAlldata(){
apisetTimeProductionEchart(myChartSdcl) apisetTimeProductionEchart(myChartSdcl)
......
...@@ -338,6 +338,9 @@ ...@@ -338,6 +338,9 @@
var whei = $(window).width() var whei = $(window).width()
$("html").css({ fontSize: whei / 22 }); $("html").css({ fontSize: whei / 22 });
$(window).resize(function () { $(window).resize(function () {
setTimeout(function(){
echartzsy()
},200)
var whei = $(window).width(); var whei = $(window).width();
$("html").css({ fontSize: whei / 22 }) $("html").css({ fontSize: whei / 22 })
}); });
...@@ -361,6 +364,14 @@ ...@@ -361,6 +364,14 @@
getPdf(20000) getPdf(20000)
getVideo() getVideo()
/* */ /* */
function echartzsy(){
myChartSdcl.resize()
chartRpcdcsj.resize()
chartHgl.resize()
chartRjh.resize()
chartYjh.resize()
chartJdshCirle.resize()
}
function getAlldata(){ function getAlldata(){
apisetTimeProductionEchart(myChartSdcl) apisetTimeProductionEchart(myChartSdcl)
apisetDailyDataEchart(chartRpcdcsj) apisetDailyDataEchart(chartRpcdcsj)
......
...@@ -247,6 +247,9 @@ ...@@ -247,6 +247,9 @@
var whei = $(window).width() var whei = $(window).width()
$("html").css({ fontSize: whei / 22 }); $("html").css({ fontSize: whei / 22 });
$(window).resize(function () { $(window).resize(function () {
setTimeout(function(){
echartzsy()
},200)
var whei = $(window).width(); var whei = $(window).width();
$("html").css({ fontSize: whei / 22 }) $("html").css({ fontSize: whei / 22 })
}); });
...@@ -274,6 +277,13 @@ ...@@ -274,6 +277,13 @@
apisetHglEchart(chartHgl) apisetHglEchart(chartHgl)
apiqueryWo() apiqueryWo()
} }
function echartzsy(){
myChartSdcl.resize()
chartRpcdcsj.resize()
chartHgl.resize()
chartRjh.resize()
chartYjh.resize()
}
getAlldata() getAlldata()
setInterval(function(){ setInterval(function(){
getAlldata() getAlldata()
......
...@@ -288,6 +288,9 @@ ...@@ -288,6 +288,9 @@
var whei = $(window).width() var whei = $(window).width()
$("html").css({ fontSize: whei / 22 }); $("html").css({ fontSize: whei / 22 });
$(window).resize(function () { $(window).resize(function () {
setTimeout(function(){
echartzsy()
},200)
var whei = $(window).width(); var whei = $(window).width();
$("html").css({ fontSize: whei / 22 }) $("html").css({ fontSize: whei / 22 })
}); });
...@@ -306,6 +309,13 @@ ...@@ -306,6 +309,13 @@
rowHeight: 46 //li的高度 rowHeight: 46 //li的高度
}); });
/* 分割线 */ /* 分割线 */
function echartzsy(){
myChartSdcl.resize()
chartRjh.resize()
chartYjh.resize()
chartHgl.resize()
chartJdshCirle.resize()
}
function getAlldata(){ function getAlldata(){
apisetTimeProductionEchart(myChartSdcl) apisetTimeProductionEchart(myChartSdcl)
apisetPieDailyChart(chartRjh) apisetPieDailyChart(chartRjh)
......
...@@ -123,27 +123,13 @@ ...@@ -123,27 +123,13 @@
} }
gas.post('kmes/gphy/zpwl',{"snid":that.xlh,"mid":that.fkid,"fkid":that.fkid}, function(res){ gas.post('kmes/gphy/zpwl',{"snid":that.xlh,"mid":that.fkid,"fkid":that.fkid}, function(res){
if(res.data&&res.data.records){ if(res.data&&res.data.records){
if(res.data.records==100){ let msg="装配物料:"+that.xlh+"成功"
let msg="序列号:"+that.xlh+"已经扫描过" zpfk_wrz(that,msg)
zpfk_wrz(that,msg,"error")
}
else if(res.data.records==230){
let msg="该物料已经装配完成"
zpfk_wrz(that,msg,"error")
}
else if(res.data.records==200){
/* 表格加1 ok标志改变 日志 */
zpfk_queryKwellWoinfo2(that).then(function(s){ zpfk_queryKwellWoinfo2(that).then(function(s){
zpfk_queryWoBomByWoid(that,s) zpfk_queryWoBomByWoid(that,s)
}) })
}
else{
let msg="查询装配物料:"+that.xlh+"失败"
that.xlh=""
zpfk_wrz(that,msg,"error")
}
}else{ }else{
let msg="查询装配物料:"+that.xlh+"失败" let msg=res.message||"查询装配物料:"+that.xlh+"失败"
that.xlh="" that.xlh=""
zpfk_wrz(that,msg,"error") zpfk_wrz(that,msg,"error")
} }
...@@ -167,7 +153,7 @@ ...@@ -167,7 +153,7 @@
/* 日志操作 */ /* 日志操作 */
/* pdf地址 */ /* pdf地址 */
}else{ }else{
let msg="查询最新工单信息:"+that.cpsn+"失败" let msg=res.message||"查询最新工单信息:"+that.cpsn+"失败"
that.xlh="" that.xlh=""
zpfk_wrz(that,msg,'error') zpfk_wrz(that,msg,'error')
screenAlert(that.el,msg,2000) screenAlert(that.el,msg,2000)
...@@ -195,7 +181,7 @@ ...@@ -195,7 +181,7 @@
/* 日志操作 */ /* 日志操作 */
/* pdf地址 */ /* pdf地址 */
}else{ }else{
let msg="查询工单信息:"+that.xlh+"失败" let msg=res.message||"查询工单信息:"+that.xlh+"失败"
that.xlh="" that.xlh=""
zpfk_wrz(that,msg,'error') zpfk_wrz(that,msg,'error')
screenAlert(that.el,msg,2000) screenAlert(that.el,msg,2000)
...@@ -214,7 +200,7 @@ ...@@ -214,7 +200,7 @@
that.tabdata = res.data.records; that.tabdata = res.data.records;
that.initpage() that.initpage()
}else{ }else{
let msg="查询装配表格:"+woid+"失败" let msg=res.message||"查询装配表格:"+woid+"失败"
zpfk_wrz(that,msg,'error') zpfk_wrz(that,msg,'error')
screenAlert(that.el,msg,2000) screenAlert(that.el,msg,2000)
} }
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
/* 日志操作 */ /* 日志操作 */
/* pdf地址 */ /* pdf地址 */
}else{ }else{
let msg="查询工单信息:"+that.xlh+"失败" let msg=res.message||"查询工单信息:"+that.xlh+"失败"
that.xlh="" that.xlh=""
jyfk_wrz(that,msg,'error') jyfk_wrz(that,msg,'error')
screenAlert(that.el,msg,2000) screenAlert(that.el,msg,2000)
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
/* 日志操作 */ /* 日志操作 */
/* pdf地址 */ /* pdf地址 */
}else{ }else{
let msg="查询工单信息:"+that.xlh+"失败" let msg=res.message||"查询工单信息:"+that.xlh+"失败"
that.xlh="" that.xlh=""
wxfk_wrz(that,msg,'error') wxfk_wrz(that,msg,'error')
screenAlert(that.el,msg,2000) screenAlert(that.el,msg,2000)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment