Commit fc051672 authored by zhoumaotao's avatar zhoumaotao

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

parents d2bec0cc ab90be4a
...@@ -156,17 +156,20 @@ public class GpfkcxDaoImpl extends BaseDaoImpl implements GpfkcxDao { ...@@ -156,17 +156,20 @@ public class GpfkcxDaoImpl extends BaseDaoImpl implements GpfkcxDao {
sqlMap.append("from GPFKJG "); sqlMap.append("from GPFKJG ");
sqlMap.append(" left join WOGYLX on WOGYLX_ID = GPFKJG_FKGX "); sqlMap.append(" left join WOGYLX on WOGYLX_ID = GPFKJG_FKGX ");
sqlMap.append(" left join BZGX on BZGX_ID = WOGYLX_BZGXID "); sqlMap.append(" left join BZGX on BZGX_ID = WOGYLX_BZGXID ");
sqlMap.append("where (GPFKJG_FKSJ >= :pStart and GPFKJG_FKSJ < :pEnd) and (WOGYLX_GXBZ = :pDGxbz or WOGYLX_GXBZ = :pMGxbz) "); sqlMap.append("where (GPFKJG_FKSJ >= :pKsrq and GPFKJG_FKSJ < :pJsrq) and (WOGYLX_GXBZ = :pDGxbz or WOGYLX_GXBZ = :pMGxbz) ");
sqlMap.setParamValue("pStart", DateUtils.beginOfDay(DateUtils.getCurrentWeekDateBegin(date)));
sqlMap.setParamValue("pEnd", DateUtils.endOfDay(DateUtils.getCurrentWeekDateEnd(date)));
sqlMap.setParamValue("pDGxbz", GxlxGxbzEnum.ONLY.getId()); sqlMap.setParamValue("pDGxbz", GxlxGxbzEnum.ONLY.getId());
sqlMap.setParamValue("pMGxbz", GxlxGxbzEnum.LAST.getId()); sqlMap.setParamValue("pMGxbz", GxlxGxbzEnum.LAST.getId());
if(StringUtils.isNotEmpty(woid)){ if(StringUtils.isNotEmpty(woid)){
sqlMap.append(" and WOGYLX_WOID = :pWoid "); sqlMap.append(" and WOGYLX_WOID = :pWoid ");
sqlMap.setParamValue("pWoid", woid); sqlMap.setParamValue("pWoid", woid);
}else { }else {
sqlMap.append(" and isnull(WOGYLX_WOID,'') <> '' "); sqlMap.append(" and exists(select 1 from PCJHMX where PCJHMX_WOID = WOGYLX_WOID ");
sqlMap.append(" and( ( :pKsrq <= PCJHMX_JHRQ and U_PCJHMX_JSRQ <= :pJsrq ) ");
sqlMap.append(" or ( PCJHMX_JHRQ < :pKsrq and U_PCJHMX_JSRQ > :pKsrq ) ");
sqlMap.append(" or ( PCJHMX_JHRQ < :pJsrq and U_PCJHMX_JSRQ > :pJsrq))) ");
} }
sqlMap.setParamValue("pKsrq", DateUtils.beginOfDay(DateUtils.getCurrentWeekDateBegin(date)));
sqlMap.setParamValue("pJsrq", DateUtils.endOfDay(DateUtils.getCurrentWeekDateEnd(date)));
return sqlMap.queryEntity(Gpfkjg.class); return sqlMap.queryEntity(Gpfkjg.class);
} }
......
...@@ -2525,9 +2525,13 @@ function setPieDailyChart(chart, cerpent, pdata) { ...@@ -2525,9 +2525,13 @@ function setPieDailyChart(chart, cerpent, pdata) {
apidata.wgsl = 0 apidata.wgsl = 0
if (pdata) { if (pdata) {
apidata = pdata apidata = pdata
if(apidata.wgsl>apidata.jhsl){ console.log("apidata")
apidata.wgsl=pidata.jhsl console.log(apidata)
} }
if((apidata.jhsl-apidata.wgsl)<0){
var wwcsl=0
}else{
var wwcsl=apidata.jhsl-apidata.wgsl
} }
var ops = { var ops = {
color: ["#A2E9FF", "#409eff"], color: ["#A2E9FF", "#409eff"],
...@@ -2569,7 +2573,7 @@ function setPieDailyChart(chart, cerpent, pdata) { ...@@ -2569,7 +2573,7 @@ function setPieDailyChart(chart, cerpent, pdata) {
} }
}, },
data: [{ data: [{
value: (apidata.jhsl - apidata.wgsl) || 0, value: wwcsl || 0,
name: '未完工' name: '未完工'
}, },
{ {
......
...@@ -183,6 +183,7 @@ ...@@ -183,6 +183,7 @@
return return
} }
zpfk_apizpfk(that).then(function(s){ zpfk_apizpfk(that).then(function(s){
zpfk_pdfshow(that,s)
zpfk_queryWoBomByWoid(that,s) zpfk_queryWoBomByWoid(that,s)
zpfk_apigetjs(that) zpfk_apigetjs(that)
}) })
...@@ -207,7 +208,6 @@ ...@@ -207,7 +208,6 @@
} }
/* pdfshow gxid登录页传进来 */ /* pdfshow gxid登录页传进来 */
function zpfk_pdfshow(e,woid){ function zpfk_pdfshow(e,woid){
console.log("pdf")
let that=e let that=e
let newpdfurl=pdfUr+"/"+woid+"/"+window.bzlx let newpdfurl=pdfUr+"/"+woid+"/"+window.bzlx
if (newpdfurl!=that.pdfurl){ if (newpdfurl!=that.pdfurl){
...@@ -215,11 +215,9 @@ ...@@ -215,11 +215,9 @@
if(that.sivpdf){ if(that.sivpdf){
clearInterval(that.sivpdf) clearInterval(that.sivpdf)
} }
/*
老pdf禁用
pdfshow(that.pdfurl, that.pdfdom, 10000).then(e => { pdfshow(that.pdfurl, that.pdfdom, 10000).then(e => {
that.sivpdf = e that.sivpdf = e
}) */ })
} }
} }
/* 初始化表格 */ /* 初始化表格 */
...@@ -534,11 +532,10 @@ ...@@ -534,11 +532,10 @@
}, },
methods: { methods: {
scroll(){ scroll(){
console.log(urlo)
/* test */ /* test */
pdfshow(urlo,'kwrkb01pdf', 10000).then(e => { // pdfshow(urlo,'kwrkb01pdf', 10000).then(e => {
that.sivpdf = e // that.sivpdf = e
}) // })
/* test */ /* test */
pdfshow(urlt,'kwrkb01rpdf', 10000).then(e => { pdfshow(urlt,'kwrkb01rpdf', 10000).then(e => {
that.sivrpdf = e that.sivrpdf = e
......
...@@ -155,6 +155,7 @@ ...@@ -155,6 +155,7 @@
} }
jyfk_wrz(that,"正在查询序列号:"+that.xlh) jyfk_wrz(that,"正在查询序列号:"+that.xlh)
jyfk_apijyfk(that).then(function(s){ jyfk_apijyfk(that).then(function(s){
jyfk_pdfshow(that,s)
jyfk_apigetjs(that) jyfk_apigetjs(that)
}) })
} }
...@@ -183,7 +184,15 @@ ...@@ -183,7 +184,15 @@
function jyfk_pdfshow(e,woid){ function jyfk_pdfshow(e,woid){
let that=e let that=e
let newpdfurl=pdfUr+"/"+woid+"/"+window.bzlx let newpdfurl=pdfUr+"/"+woid+"/"+window.bzlx
/* 作废 */ if (newpdfurl!=that.pdfurl){
that.pdfurl=newpdfurl
if(that.sivpdf){
clearInterval(that.sivpdf)
}
pdfshow(that.pdfurl, that.pdfdom, 10000).then(e => {
that.sivpdf = e
})
}
} }
</script> </script>
...@@ -477,9 +486,9 @@ ...@@ -477,9 +486,9 @@
methods:{ methods:{
scroll(){ scroll(){
/* test */ /* test */
pdfshow(urlo,'gpjypdf', 10000).then(e => { // pdfshow(urlo,'gpjypdf', 10000).then(e => {
that.sivpdf = e // that.sivpdf = e
}) // })
/* test */ /* test */
pdfshow(urlt,'gpjyrpdf', 10000).then(e => { pdfshow(urlt,'gpjyrpdf', 10000).then(e => {
that.sivrpdf = e that.sivrpdf = e
......
...@@ -92,16 +92,16 @@ ...@@ -92,16 +92,16 @@
function wxfk_pdfshow(e,woid){ function wxfk_pdfshow(e,woid){
let that=e let that=e
let newpdfurl=pdfUr+"/"+woid+"/"+window.bzlx let newpdfurl=pdfUr+"/"+woid+"/"+window.bzlx
// that.pdf="" that.pdf=""
// if (newpdfurl!=that.pdfurl){ if (newpdfurl!=that.pdfurl){
// that.pdfurl=newpdfurl that.pdfurl=newpdfurl
// if(that.sivpdf){ if(that.sivpdf){
// clearInterval(that.sivpdf) clearInterval(that.sivpdf)
// } }
// pdfshow(that.pdfurl, that.pdfdom, 10000).then(e => { pdfshow(that.pdfurl, that.pdfdom, 10000).then(e => {
// that.sivpdf = e that.sivpdf = e
// }) })
// } }
} }
/* 反馈技计数 */ /* 反馈技计数 */
function wxfk_apigetjs(s){ function wxfk_apigetjs(s){
...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
wxfk_wrz(that,"正在查询序列号:"+that.xlh) wxfk_wrz(that,"正在查询序列号:"+that.xlh)
wxfk_apiwxfk(that).then(function(s){ wxfk_apiwxfk(that).then(function(s){
wxfk_pdfshow(that,s)
wxfk_apigetjs(that) wxfk_apigetjs(that)
}) })
} }
...@@ -486,9 +487,9 @@ ...@@ -486,9 +487,9 @@
methods:{ methods:{
scroll(){ scroll(){
/* test */ /* test */
pdfshow(urlo,'gpwxpdf', 10000).then(e => { // pdfshow(urlo,'gpwxpdf', 10000).then(e => {
that.sivpdf = e // that.sivpdf = e
}) // })
/* test */ /* test */
pdfshow(urlt,'gpwxrpdf', 10000).then(e => { pdfshow(urlt,'gpwxrpdf', 10000).then(e => {
that.sivrpdf = e that.sivrpdf = e
......
...@@ -167,6 +167,7 @@ ...@@ -167,6 +167,7 @@
} }
jgfk_apijgfk(that).then(function(s){ jgfk_apijgfk(that).then(function(s){
jgfk_pdfshow(that,s)
jgfk_apigetjs(that) jgfk_apigetjs(that)
jgfk_queryWoBomByWoid(that,s) jgfk_queryWoBomByWoid(that,s)
}) })
...@@ -199,11 +200,9 @@ ...@@ -199,11 +200,9 @@
if(that.sivpdf){ if(that.sivpdf){
clearInterval(that.sivpdf) clearInterval(that.sivpdf)
} }
/*
老pdf禁用
pdfshow(that.pdfurl, that.pdfdom, 10000).then(e => { pdfshow(that.pdfurl, that.pdfdom, 10000).then(e => {
that.sivpdf = e that.sivpdf = e
}) */ })
} }
} }
/* 初始化表格 */ /* 初始化表格 */
......
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