Browse Source

看板

master
fyw 2 years ago
parent
commit
9d9a9ccacb
  1. 6
      NFine.Application/SRM/WatchPanelApp.cs
  2. 4
      NFine.Web/Areas/SRM/Views/WatchPanel/PanelWIPZhiXingDa2.cshtml

6
NFine.Application/SRM/WatchPanelApp.cs

@ -1295,10 +1295,10 @@ ORDER BY 销售车号,物料编码,报工人
group by tso.socode group by tso.socode
) tmo ) tmo
left join ( left join (
select tso.socode ,count(*) as wipnum,min(wip.EndTime) EndTime from
select tso.socode ,count(*) as wipnum,max(wip.EndTime) EndTime from
icsso tso icsso tso
left join (select mocode,molotcode from icsmo group by mocode,molotcode) tmo on tso.socode = tmo.molotcode
LEFT JOIN ICSLOTSIMULATION wip on tmo.mocode = wip.mocode
left join (select mocode,molotcode,moseq from icsmo group by mocode,molotcode,moseq) tmo on tso.socode = tmo.molotcode
LEFT JOIN ICSLOTSIMULATION wip on tmo.mocode = wip.mocode and tmo.moseq = wip.moseq
where wip.iscom='1' where wip.iscom='1'
group by tso.socode group by tso.socode
) wip on tmo.socode = wip.socode ) wip on tmo.socode = wip.socode

4
NFine.Web/Areas/SRM/Views/WatchPanel/PanelWIPZhiXingDa2.cshtml

@ -855,8 +855,8 @@ background-color:#6495ED;">
value3 = data[i].前月完成; value3 = data[i].前月完成;
value4 = data[i].上月比; value4 = data[i].上月比;
value5 = data[i].前月比; value5 = data[i].前月比;
value6 = data[0].月;
value7 = data[0].月;
value6 = data[0].月;
value7 = data[0].月;
} }
$("#div3-C1-C1").html(value7 + "月完成率"); $("#div3-C1-C1").html(value7 + "月完成率");
$("#div3-C2-C1").html(value6 + "月完成率"); $("#div3-C2-C1").html(value6 + "月完成率");

Loading…
Cancel
Save