ordersWaveList.jsp 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <%@ page contentType="text/html;charset=UTF-8"%>
  2. <%@ include file="/WEB-INF/include/taglibs.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>用户管理</title>
  7. <%@ include file="/WEB-INF/include/common.jsp"%>
  8. <script type="text/javascript">
  9. var buttonData = ${requestScope.buttons};
  10. var functionId = '${functionId}';
  11. </script>
  12. <script type="text/javascript" src="${ctx}/script/wms/ordersware/ordersWareList.js"></script>
  13. </head>
  14. <body style="overflow-y:hidden" fit="true" scroll="no">
  15. <div id="tabs" class="easyui-tabs" fit="true">
  16. <div title="查询">
  17. <form id="searchForm" action="#" method="post">
  18. <table width="100%">
  19. <tr>
  20. <td class="title">波次号:</td>
  21. <td>
  22. <input type="hidden" name="orderCount" condition ='"operator":">"' value="0" />
  23. <input class="easyui-validatebox" type="text" style="vertical-align:middle" name="waveId" style='width: 155px' condition ='"operator":"="' />
  24. </td>
  25. <td class="title">波次执行结果包含:</td>
  26. <td >
  27. <input class="easyui-validatebox" type="text" style="vertical-align:middle" name="waveResults" style='width: 155px' condition ='"operator":"like"' />
  28. </td>
  29. <td class="title">波次状态:</td>
  30. <td>
  31. <select class="easyui-combobox" name="waveStatus"
  32. style='width: 155px' condition ='"operator":"in"' data-options="multiple:true,editable:false,panelHeight:'auto'">
  33. <option value="0">新记录</option>
  34. <option value="1">执行中</option>
  35. <option value="2">执行完成</option>
  36. </select>
  37. </td>
  38. <td class="title">派箱状态:</td>
  39. <td >
  40. <select class="easyui-combobox" name="assignedBox"
  41. style='width: 155px' condition ='"operator":"="' data-options="editable:false,panelHeight:'auto'">
  42. <option value="0">未派箱</option>
  43. <option value="1">已派箱</option>
  44. </select>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td class="title">货主:</td>
  49. <td>
  50. <input id="customerId" name="customerId" myType="easyui-combogrid" style="width:155px" condition ='"operator":"in"'/>
  51. </td>
  52. </tr>
  53. <tr>
  54. <td colspan="8" align="right">
  55. <a id="btnSearch" href="#" class="easyui-linkbutton" data-options="iconCls:'icon-search'">查询</a>
  56. <a id="btnReset" href="#"
  57. class="easyui-linkbutton" data-options="iconCls:'icon-reset'">重置</a>
  58. </td>
  59. </tr>
  60. </table>
  61. </form>
  62. <div id="toolbar" class="toolbar"></div>
  63. <table id="maingrid" style="height:300px">
  64. <thead>
  65. <tr>
  66. <th data-options="field:'ck',checkbox:true"></th>
  67. <th data-options="field:'waveId',align:'center',width:150">波次号</th>
  68. <th data-options="field:'needPrintInvoice',align:'center',width:100">打印发票</th>
  69. <th data-options="field:'assignedBox',align:'center',width:100">是否派箱</th>
  70. <th data-options="field:'pieboxStatus',align:'center',width:100">非流水线派箱</th>
  71. <th data-options="field:'customerName',align:'center',width:100">货主名称</th>
  72. <th data-options="field:'bcWrName',align:'center',width:100">波次模板</th>
  73. <th data-options="field:'orderCount',align:'center',width:100">订单数</th>
  74. <th data-options="field:'waveStatus',align:'center',width:100">波次状态</th>
  75. <th data-options="field:'waveResults',align:'center',width:150">波次执行结果</th>
  76. <th data-options="field:'creationTime',align:'center',width:100">创建时间</th>
  77. <th data-options="field:'createdBy',align:'center',width:100">创建人</th>
  78. <th data-options="field:'updatedBy',align:'center',width:100">更新人</th>
  79. <th data-options="field:'updateTime',align:'center',width:100">更新时间</th>
  80. </tr>
  81. </thead>
  82. </table>
  83. </div>
  84. <div title="内容">
  85. <iframe id="innerFrame" name="innerTab" scrolling="auto" frameborder="0" style="width:100%;height:99.4%;border:none;"></iframe>
  86. </div>
  87. </div>
  88. <div id="popWindow" data-options="modal:true,shadow:false,minimizable:false,maximizable:false,cache:false,collapsible:false,resizable:false,draggable:true" style="margin:0px;padding:0px;overflow:auto;display:none">
  89. <input type="hidden" id="queryWaveId" >
  90. <table style="width:100%;">
  91. <tr valign="top">
  92. <td valign="top">跳号:<input class="easyui-numberbox" id="stepValue" name="stepValue" value="1"></input></td>
  93. <td align="right" >
  94. <a href="#" id="saveInvoiceBtn" icon="icon-save" class="easyui-linkbutton">保存</a>
  95. <a href="#" id="closeBtn" icon="icon-no" class="easyui-linkbutton">关闭</a>
  96. </td>
  97. </tr>
  98. </table>
  99. <table id="invoiceGrid" data-options="iconCls:'icon-edit',singleSelect:true,fitColumns:true" style="height:320px;" >
  100. <thead>
  101. <tr>
  102. <th data-options="field:'orderId',align:'center',width:100" >订单号</th>
  103. <th data-options="field:'customerRefferenceId',align:'center',width:100" >客户订单号</th>
  104. <th data-options="field:'invoiceNo',align:'center',width:100,editor:'numberbox'">发票号码</th>
  105. </tr>
  106. </thead>
  107. </table>
  108. </div>
  109. <div id="pageWindow" data-options="modal:true,shadow:false,minimizable:false,maximizable:false,cache:false,collapsible:false,resizable:false,draggable:true" style="margin:0px;padding:0px;overflow:auto;display:none">
  110. <input type="hidden" id="queryWaveId" >
  111. <table style="width:100%;">
  112. <tr valign="top">
  113. <td valign="top">开始:</td>
  114. <td><input type="text" class="easyui-numberbox" value="1" min="1" id="sIndex" name="sIndex" /></td>
  115. <td valign="top">结束:</td>
  116. <td><input type="text" class="easyui-numberbox" id="eIndex" name="eIndex" /></td>
  117. <td align="right" >
  118. <a href="#" id="pageConfirm" onclick="confirmClick()" icon="icon-save" class="easyui-linkbutton">确认</a>
  119. </td>
  120. </tr>
  121. </table>
  122. </div>
  123. </body>
  124. </html>