| | |
| | | <th>有物</th> |
| | | <th>可入</th> |
| | | <th>可出</th> |
| | | <th>入库标记</th> |
| | | <th>空板信号</th> |
| | | <th>重量信号</th> |
| | | <th>空满信号</th> |
| | | <th>目标站</th> |
| | | <th>高低库位</th> |
| | | <th>高低信号</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="form-label" for="workNo">工作号:</label> |
| | | <input id="workNo" name="workNo" type="number" class="form-input" |
| | | <input id="workNo" name="workNo" type="number" min="0" class="form-input" |
| | | autocomplete="off"> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="form-label" for="staNo">目标站:</label> |
| | | <input id="staNo" name="staNo" type="number" class="form-input" |
| | | <input id="staNo" name="staNo" type="number" min="0" class="form-input" |
| | | autocomplete="off"> |
| | | </div> |
| | | <div class="form-group"> |
| | | <label class="form-label" for="pakMk">入库标记:</label> |
| | | <input id="pakMk" name="pakMk" type="text" class="form-input" |
| | | autocomplete="off"> |
| | | </div> |
| | | <!-- <div class="form-group">--> |
| | | <!-- <label class="form-label" for="pakMk">入库标记:</label>--> |
| | | <!-- <input id="pakMk" name="pakMk" type="text" class="form-input"--> |
| | | <!-- autocomplete="off">--> |
| | | <!-- </div>--> |
| | | </form> |
| | | </div> |
| | | <div class="modal-footer"> |
| | |
| | | ${site.outEnable === 'Y' ? 'Y' : 'N'} |
| | | </span> |
| | | </td> |
| | | <td>${site.pakMk || '--'}</td> |
| | | <td>${site.weight || '--'}</td> |
| | | <td>${site.emptyMk || '--'}</td> |
| | | <td>${site.staNo || '--'}</td> |
| | | <td>${site.locType1 || '--'}</td> |