| | |
| | | <section class="content container-fluid"> |
| | | <form action="${ctx }/cutmanage/taskadd" id="formid" method="get"> |
| | | <div style="margin-top: 20px;"> |
| | | 宽度ï¼<input type="text" id="starttime" name="width" /><hr/> |
| | | é«åº¦ï¼<input type="text" id="height" name="height" /><hr/> |
| | | å度ï¼<input type="text" id="thickness" name="thickness" /><hr/> |
| | | æ°éï¼<input type="text" id="pices" name="pices" /><hr/> |
| | | 线路ï¼<input type="text" id="groups" name="groups" /><hr/> |
| | | ææ ï¼<input type="text" id="marking" name="marking" readonly="readonly"> |
| | | 宽度ï¼<input type="text" id="starttime" name="width" required pattern="^\d+(\.\d{1,2})?$"/><hr/> |
| | | é«åº¦ï¼<input type="text" id="height" name="height" required pattern="^\d+(\.\d{1,2})?$"/><hr/> |
| | | å度ï¼<input type="text" id="thickness" name="thickness" required pattern="^\d+(\.\d{1,2})?$"/><hr/> |
| | | æ°éï¼<input type="number" id="pices" name="pices" required/><hr/> |
| | | 线路ï¼<input type="text" id="groups" name="groups" readonly/ value='${line}'><hr/> |
| | | ææ ï¼<input type="text" id="marking" name="marking" readonly="readonly" required> |
| | | <div class="btn-group" style="margin-top: -10px"> |
| | | <button class="btn btn-primary dropdown-toggle" |
| | | data-toggle="dropdown"> |
| | |
| | | style="height: 320px; overflow: auto;"> |
| | | <c:forEach items="${numberlisthtml}" |
| | | var="numberlisthtml2"> |
| | | <li style="font-size: 20px"><a href="#" |
| | | onclick="$('#marking').val('${numberlisthtml2}')">${numberlisthtml2}</a></li> |
| | | <li style="font-size: 20px"><a href=" " |
| | | onclick="$('#marking').val('${numberlisthtml2}')">${numberlisthtml2}</a ></li> |
| | | </c:forEach> |
| | | </ul> |
| | | </div><hr/> |
| | | æ¶å·ï¼<input type="text" id="dropframe" name="dropframe" /><hr/> |
| | | 磨éï¼<input type="text" id="grinding" name="grinding" /><hr/> |
| | | æµç¨å¡ï¼<input type="text" id="processcardid" name="processcardid" /><hr/> |
| | | å·¥ç¨å·ï¼<input type="text" id="engineeringid" name="engineeringid" /><hr/> |
| | | æ¶å·ï¼<input type="text" id="dropframe" name="dropframe" required/><hr/> |
| | | 磨éï¼<input type="text" id="grinding" name="grinding" required/><hr/> |
| | | æµç¨å¡ï¼<input type="text" id="processcardid" name="processcardid" required/><hr/> |
| | | å·¥ç¨å·ï¼<input type="text" id="engineeringid" name="engineeringid" required/><hr/> |
| | | <input type="submit" class="btn btn-primary " value="çæä»»å¡"/> |
| | | </div> |
| | | </form> |