Skip to content
Snippets Groups Projects
Commit bc2acf02 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

num materials display

parent 2a5be63e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,10 @@ Machine:   
<label class="checkbox" for="stockAttached">
<input id="stockAttached" data-property="shouldPickUpStock" type="checkbox" <% if (allMachines[machineName].shouldPickUpStock){ %> checked="checked"<% } %> value="" data-toggle="checkbox" class="machine custom-checkbox">
<span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>
Separate Stock Position</label><br/>
Separate Stock Position</label>
<% if (allMachines[machineName].numMaterials > -1){ %>
Num Materials: &nbsp;&nbsp;<%= allMachines[machineName].numMaterials %><br/>
<% } %><br/>
Strategy: &nbsp;&nbsp;
<div class="btn-group">
<button data-toggle="dropdown" class="btn dropdown-toggle" type="button"><%= allAssemblyStrategies[camStrategy] %><span class="caret"></span></button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment