|
|
@ -235,7 +235,12 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
stationWip = stationWip + "<td width='150' style='text-align:left'><a href=\"javascript:hg.open('在製條碼資料','/QRS/QRS009W/" + wip_id + "_" + station_list[j] + "',800,600);\">" + (okQty1 + ngQty1 - okQty2 - ngQty2) + "</a></td>"; |
|
|
|
int wip_qty = okQty1 + ngQty1 - okQty2 - ngQty2; |
|
|
|
if (wip_qty < 0) |
|
|
|
{ |
|
|
|
wip_qty = 0; |
|
|
|
} |
|
|
|
stationWip = stationWip + "<td width='150' style='text-align:left'><a href=\"javascript:hg.open('在製條碼資料','/QRS/QRS009W/" + wip_id + "_" + station_list[j] + "',800,600);\">" + wip_qty + "</a></td>"; |
|
|
|
} |
|
|
|
|
|
|
|
stationWip = stationWip + "</tr></table><br/>"; |
|
|
|