deliveryOutboundModifyPickMode.jsp 637 B

1234567891011121314151617
  1. <%@ page contentType="text/html;charset=UTF-8"%>
  2. <%@ include file="/WEB-INF/include/taglibs.jsp"%>
  3. <form id="modifyPickModeForm" method="post">
  4. <table style="width:100%">
  5. <tr>
  6. <td class="title"><div class="star">*</div>拣货模式:</td>
  7. <td>
  8. <select id="pickType" name="pickType" style="width:155px" class="easyui-combobox" data-options="required:true,editable:false,panelHeight:'auto'">${pickModeList}</select>
  9. </td>
  10. </tr>
  11. <tr>
  12. <td colspan="2" align="right">
  13. <a href="#" icon="icon-save" id="modifyPickModeBtn" class="easyui-linkbutton">保存</a>
  14. </td>
  15. </tr>
  16. </table>
  17. </form>