| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- <%@ page language="java" contentType="text/html;charset=GBK" pageEncoding="GBK"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=GBK">
- <title>查看那物流指令</title>
- <link href="${pageContext.request.contextPath }/main.css" rel="stylesheet" type="text/css" />
- <link href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
- <script src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/core/base.js" type="text/javascript"></script>
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <script type="text/javascript" src="/shares/js/file.js"></script>
- <script type="text/javascript" src="/shares/datePicker/WdatePicker.js"></script>
- <!-- 选择窗口需要加载的js文件 start-->
- <script src="${pageContext.request.contextPath}/liger/lib/json2.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/plugins/ligerDialog.js" type="text/javascript"></script>
- <script type="text/javascript" src="/shares/js/yw/erp/endproduct/epLogistDetail.js"></script>
- <!--选择窗口需要加载的js文件 end -->
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/plugins/ligerDateEditor.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/plugins/ligerTextBox.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/plugins/ligerCheckBox.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/plugins/ligerComboBox.js" type="text/javascript"></script>
- <script src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/plugins/ligerSpinner.js" type="text/javascript"></script>
- <script type="text/javascript" src="${pageContext.request.contextPath}/liger/lib/ligerUI/js/ligerui.all.js"></script>
- <script type="text/javascript">
- var epViewLogistDetail = [];
- var epViewLogistWeigh = [];
- var epViewLogistShipment = [];
- var epViewLogistGoOut = [];
- var epViewLogistReceive = [];
- $(function (){
- if('${requestScope.epViewLogistDetail}'!="" && typeof('${requestScope.epViewLogistDetail}')!="undefined"){
- epViewLogistDetail = eval('${requestScope.epViewLogistDetail}');
- f_viewLogDetailGrid();
- }
- if('${requestScope.epViewLogistWeigh}'!="" && typeof('${requestScope.epViewLogistWeigh}')!="undefined"){
- epViewLogistWeigh = eval('${requestScope.epViewLogistWeigh}');
- f_viewLogWeighGrid();
- }
- if('${requestScope.epViewLogistShipment}'!="" && typeof('${requestScope.epViewLogistShipment}')!="undefined"){
- epViewLogistShipment = eval('${requestScope.epViewLogistShipment}');
- f_viewLogShipGrid();
- }
- if('${requestScope.epViewLogistGoOut}'!="" && typeof('${requestScope.epViewLogistGoOut}')!="undefined"){
- epViewLogistGoOut = eval('${requestScope.epViewLogistGoOut}');
- f_viewLogGoOutGrid();
- }
- if('${requestScope.epViewLogistReceive}'!="" && typeof('${requestScope.epViewLogistReceive}')!="undefined"){
- epViewLogistReceive = eval('${requestScope.epViewLogistReceive}');
- f_viewLogRecGrid();
- }
- });
-
-
- //清空表单
- function cleanRefresh(){
- refreshWindow(getCurrentTabId());
- }
- </script>
- <style type="text/css">
- .demo{
- width:100%px;
- background:#f0f0f0;
- height:15px;
- overflow:hidden;
- line-height:32px;
- position:relative;
- }
- .demo ul li{
- list-style:none;
- float:left;
- width:157px;
- text-align:center;
- position:relative;
- z-index:2;
- font-weight:bold;
- font-size:14px;
- margin-top:-15px;
- }
- .demo ul li em{
- position:absolute;
- right:-24px;
- top:-8px;
- width:0;
- height:15px;
- line-height:15px;
- border-width:24px 0 24px 24px;
- border-color:transparent transparent transparent #fff;
- border-style:dashed dashed dashed solid;
- }
- .demo ul li i{
- position:absolute;
- right:-16px;
- top:0;
- width:0;
- height:15px;
- line-height:15px;
- border-width:16px 0 16px 16px;
- border-color:transparent transparent transparent #f0f0f0;
- border-style:dashed dashed dashed solid;
- }
- .demo ul li.current{
- background:#f60;
- color:#fff;
- z-index:1;
- }
- .demo ul li.current i{
- border-color:transparent transparent transparent #f60;
- }
- </style>
- </head>
- <body>
- <form id="logistForm" action="erpLogistAction.do" method="post">
- <div id="title" class="form-button">
- <input type="button" class="l-button" value="刷新" onclick="cleanRefresh()"/>
- <input type="button" value="关闭" class="l-button" onclick="closeWindow();"/>
- </div>
- <div class="container-layout">
- <div class="demo" style="margin-top: 8px;padding-top: 20px;">
- <ul>
- <li <c:if test="${requestScope.logist.tache==0}">class="current"</c:if>>物流指令<em></em><i></i></li>
- <li <c:if test="${requestScope.logist.tache==1}">class="current"</c:if>>首次过磅<em></em><i></i></li>
- <li <c:if test="${requestScope.logist.tache==2}">class="current"</c:if>>装货<em></em><i></i></li>
- <li <c:if test="${requestScope.logist.tache==3}">class="current"</c:if>>二次过磅<em></em><i></i></li>
- <li <c:if test="${requestScope.logist.tache==4}">class="current"</c:if>>出门<em></em><i></i></li>
- <li <c:if test="${requestScope.logist.tache==5}">class="current"</c:if>>收货<em></em><i></i></li>
- <li <c:if test="${requestScope.logist.tache==9}">class="current"</c:if>>完成<em></em><i></i></li>
- </ul>
- </div>
- <div class="forum-container">
- <center>
- <table class="l-table-edit line">
- <tr>
- <th colspan="4">物流指令信息</th>
- </tr>
- <tr>
- <td class="l-table-edit-text">调拨单号<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.tran_num}
- </td>
- <td class="l-table-edit-text">承运方<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.carrier_name}
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text">司机姓名<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.driver_name}
- </td>
- <td class="l-table-edit-text">送达目的地<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.destination}
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text">司机身份证<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.driver_identity_card}
- </td>
- <td class="l-table-edit-text">司机手机号<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.driver_mobile}
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text">车牌号<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.car_number}
- </td>
- <td class="l-table-edit-text">车辆型号<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td" >
- ${requestScope.logist.car_type}
- </td>
- </tr>
- <tr>
- <td class="l-table-edit-text">行驶证号<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td">
- ${requestScope.logist.car_driver_num}
- </td>
- <td class="l-table-edit-text">核载重量<FONT COLOR="red"></FONT>:</td>
- <td class="l-table-edit-td" >
- ${requestScope.logist.car_weigh}
- </td>
- </tr>
- <tr>
- <th colspan="4">物流指令明细</th>
- </tr>
- <tr>
- <td colspan="4" height="300">
- <!-- 明细 start -->
- <div class="l-clear"></div>
- <div id="maingrid" style="margin-top:10px;"></div> <br />
- <div style="display:none;"></div>
- <!-- 明细 end -->
- </td>
- </tr>
- <c:if test="${!empty requestScope.epViewLogistWeigh}">
- <tr>
- <th colspan="4">过磅记录</th>
- </tr>
- <tr>
- <td colspan="4" height="300">
- <!-- 明细 start -->
- <div class="l-clear"></div>
- <div id="maingrid1" style="margin-top:10px;"></div> <br />
- <div style="display:none;"></div>
- <!-- 明细 end -->
- </td>
- </tr>
- </c:if>
- <c:if test="${!empty requestScope.epViewLogistShipment}">
- <tr>
- <th colspan="4">装车记录</th>
- </tr>
- <tr>
- <td colspan="4" height="300">
- <!-- 明细 start -->
- <div class="l-clear"></div>
- <div id="maingrid2" style="margin-top:10px;"></div> <br />
- <div style="display:none;"></div>
- <!-- 明细 end -->
- </td>
- </tr>
- </c:if>
- <c:if test="${!empty requestScope.epViewLogistGoOut}">
- <tr>
- <th colspan="4">出门记录</th>
- </tr>
- <tr>
- <td colspan="4" height="300">
- <!-- 明细 start -->
- <div class="l-clear"></div>
- <div id="maingrid3" style="margin-top:10px;"></div> <br />
- <div style="display:none;"></div>
- <!-- 明细 end -->
- </td>
- </tr>
- </c:if>
- <c:if test="${!empty requestScope.epViewLogistReceive}">
- <tr>
- <th colspan="4">收货记录</th>
- </tr>
- <tr>
- <td colspan="4" height="300">
- <!-- 明细 start -->
- <div class="l-clear"></div>
- <div id="maingrid4" style="margin-top:10px;"></div> <br />
- <div style="display:none;"></div>
- <!-- 明细 end -->
- </td>
- </tr>
- </c:if>
- </table>
- <input type="hidden" id="logist.universalid" name="logist.universalid" value="${requestScope.logist.universalid}">
- <input type="hidden" id="transfer.au_state" name="transfer.au_state" value="${requestScope.transfer.au_state}">
- <input type="hidden" id="tabid" name="tabid" value="${param.tabid}">
- <input type="hidden" id="task" name="task" value="view">
- <input type="hidden" id="jsonDetailData" name="jsonDetailData" value="">
- </center>
- </div>
- </div>
- </form>
- <%@ include file="/include/message.jsp"%>
- </body>
- </html>
|