123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>江苏省港口建设与经营管理信息系统</title>
- <meta name="viewport" content="width=device-width, itial-scale=1">
- <%@ include file="../../../common.jsp"%>
- <script type="text/javascript" src="${app }/static/biz/js/gkjygl/cghzyxxgl/dcsb/dcsbdetail.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- dcsb.detail.path='${path}';
- dcsb.detail.type='${type}';
- dcsb.detail.jyrid='${record.ssjyr.id }';
- dcsb.detail.mt='${record.mt }';
- dcsb.detail.bw='${record.bw }';
- dcsb.detail.nwm='${record.nwm }';
- dcsb.detail.jcg='${record.jcg }';
- dcsb.detail.fhflag='${fhflag }';
- dcsb.detail.init();
- tabiFrameHeightIframe('');//自适应高度
- });
- </script>
-
- <style type="text/css">
- .apply td{font-size: 13px;}
- </style>
- </head>
- <body>
- <jsp:include page="../../../jyrselect.jsp"></jsp:include>
- <div class="box" >
- <div class="box-content" >
- <div class="apply_fill">
- <form id="addform" method="post" enctype="multipart/form-data">
- <table class="apply" cellpadding="0" cellspacing="0">
- <tr>
- <th>编号: </th>
- <td >
- ${record.bh }
- </td>
- <th>港口经营人名称: </th>
- <td >
- ${record.ssjyr.gkjyr }
- </td>
- </tr>
- <tr>
- <th>所在港口: </th>
- <td >
- ${record.szgk.gkmc }
- </td>
- <th>所在港区 </th>
- <td >
- ${record.szgq.gqmc }
- </td>
- </tr>
- <tr>
- <th>码头: </th>
- <td >
- <span id="mtsel"></span>
- </td>
- <th>泊位: </th>
- <td >
- <span id="bwsel"></span>
- </td>
- </tr>
- <tr>
- <th>船名/船队名: </th>
- <td >
- ${record.cm }
- </td>
- <th>航次: </th>
- <td >
- ${record.hc }
- </td>
- </tr>
-
- <tr>
- <th>进出港: </th>
- <td >
- <span id="jcgsel"></span>
- </td>
- <th>内外贸: </th>
- <td >
- <span id="nwmsel"></span>
- </td>
- </tr>
- <tr>
- <th>上港: </th>
- <td >
- ${record.sg }
- </td>
- <th>下港: </th>
- <td >
- ${record.xg }
- </td>
- </tr>
- <tr>
- <th>始发港: </th>
- <td >
- ${record.sfg }
- </td>
- <th>目的港: </th>
- <td >
- ${record.mdg }
- </td>
- </tr>
- <tr>
- <th>货物种类第一大类: </th>
- <td>${recordvo.hwzlzw }</td>
- <th>货物种类第二大类: </th>
- <td>${recordvo.hwzldedlzw }</td>
- </tr>
- <tr>
- <th>作业品名称: </th>
- <td >
- ${record.cm }
- </td>
- <th>作业数量(吨): </th>
- <td >
- ${record.zysl }
- </td>
- </tr>
- <tr style="display:none">
- <th>货物形式: </th>
- <td colspan="3">
- <input style="width:12px" type="radio"
- <c:if test="${record.huxs == '1' }"> checked="checked" </c:if>
- name="huxs" value="1">包件体
- <input style="width:12px" type="radio"
- <c:if test="${record.huxs == '2' }"> checked="checked" </c:if>
- name="huxs" value="2">型散装容器
- <input style="width:12px" type="radio"
- <c:if test="${record.huxs == '7' }"> checked="checked" </c:if>
- name="huxs" value="7">槽罐车
- <input style="width:12px" type="radio"
- <c:if test="${record.huxs == '10' }"> checked="checked" </c:if>
- name="huxs" value="10">其他
- <br/>
- 集装箱(
- <c:if test="${record.huxs20 == 1 }">
- <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs20()" name="huxs20" id="huxs20">20'
- <input style="width:10%" type="text" value="${record.huxssl20 }" name="huxssl20" id="huxssl20">
- </c:if>
- <c:if test="${record.huxs20 !=1 }">
- <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs20()" name="huxs20" id="huxs20">20'
- <input style="width:10%" type="text" readonly="readonly" name="huxssl20" id="huxssl20">
- </c:if>
-
- <c:if test="${record.huxs40 == 1 }">
- <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs40()" name="huxs40" id="huxs40" >40'
- <input style="width:10%" type="text" value="${record.huxssl40 }" name="huxssl40" id="huxssl40" >
- </c:if>
- <c:if test="${record.huxs40 !=1 }">
- <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs40()" name="huxs40" id="huxs40" >40'
- <input style="width:10%" type="text" name="huxssl40" id="huxssl40" readonly="readonly">
- </c:if>
-
- <c:if test="${record.huxs45 == 1 }">
- <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxs45()" name="huxs45" id="huxs45">45'
- <input style="width:10%" type="text" value="${record.huxssl45 }" name="huxssl45" id="huxssl45" >
- </c:if>
- <c:if test="${record.huxs45 !=1 }">
- <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxs45()" name="huxs45" id="huxs45">45'
- <input style="width:10%" type="text" name="huxssl45" id="huxssl45" readonly="readonly">
- </c:if>
-
- <c:if test="${record.huxstzx == 1 }">
- <input style="width:12px" type="checkbox" value="1" checked="checked" onclick="dcsb.detail.selhuxstzx()" name="huxstzx" id="huxstzx">特种箱
- <input style="width:10%" type="text" value="${record.huxssltzx }" name="huxssltzx" id="huxssltzx" >
- </c:if>
- <c:if test="${record.huxstzx !=1 }">
- <input style="width:12px" type="checkbox" value="0" onclick="dcsb.detail.selhuxstzx()" name="huxstzx" id="huxstzx">特种箱
- <input style="width:10%" type="text" name="huxssltzx" id="huxssltzx" readonly="readonly">
- </c:if>
- )<br/>
- 罐   柜(
- <c:if test="${record.gk20 == 1 }">
- <input style="width:12px" type="checkbox" name="gk20" checked="checked" onclick="dcsb.detail.selgk20()" id="gk20" value="0">20'
- <input style="width:10%" type="text" value="${record.gksl20 }" name="gksl20" id="gksl20" >
- </c:if>
- <c:if test="${record.gk20 !=1 }">
- <input style="width:12px" type="checkbox" name="gk20" onclick="dcsb.detail.selgk20()" id="gk20" value="0">20'
- <input style="width:10%" type="text" name="gksl20" id="gksl20" readonly="readonly" >
- </c:if>
-
- <c:if test="${record.gk40 ==1 }">
- <input style="width:12px" type="checkbox" name="gk40" checked="checked" onclick="dcsb.detail.selgk40()" id="gk40" value="0">40'
- <input style="width:10%" type="text" value="${record.gksl40 }" name="gksl40" id="gksl40" >
- </c:if>
- <c:if test="${record.gk40 !=1 }">
- <input style="width:12px" type="checkbox" name="gk40" onclick="dcsb.detail.selgk40()" id="gk40" value="0">40'
- <input style="width:10%" type="text" name="gksl40" id="gksl40" readonly="readonly">
- </c:if>
- )
- </td>
- </tr>
- <tr>
- <th>作业时间起: </th>
- <td >
- ${fn:substring(record.zysjq,0,10)}
- </td>
- <th>作业时间止: </th>
- <td >
- ${fn:substring(record.zysjz,0,10)}
- </td>
- </tr>
- <tr>
- <th>作业地点: </th>
- <td colspan="3">
- ${record.zydd }
- </td>
- </tr>
- <tr>
- <th>报告人: </th>
- <td>
- ${record.bgr }
- </td>
- <th>报告时间: </th>
- <td >
- ${fn:substring(record.bgsj,0,10)}
- </td>
- </tr>
- <c:if test="${flag!='audit' }">
- <tr>
- <th>审核意见:</th>
- <td colspan="3">${record.shyj }</td>
- </tr>
- <tr>
- <th>审核人:</th>
- <td>${record.shr }</td>
- <th>审核时间:</th>
- <td>${fn:substring(record.shsj,0,10)}</td>
- </tr>
- </c:if>
- <c:if test="${flag=='audit' }">
- <tr>
- <th>审核意见:</th>
- <td colspan="3"><textarea name ="shyj" id="shyj"></textarea></td>
- </tr>
- <tr>
- <th>审核人:</th>
- <td><input readonly="readonly" type="text" name ="shr" id="shr" value="${record.shr }"></td>
- <th>审核时间:</th>
- <td><input type="text" readonly="readonly" name ="shsj" id="shsj" value="${fn:substring(shsj,0,10)}"></td>
- </tr>
- </c:if>
- </table>
-
-
- </form>
- <div id="buttons">
- <c:if test="${flag=='audit' }">
-
- <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.audit('Y','${record.id}')">
- <i class="glyphicon glyphicon-ok-sign"></i>
- 同意</a>
- <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.audit('N','${record.id}')">
- <i class="glyphicon glyphicon-ban-circle"></i>
- 退回</a>
- </c:if>
-
- <a class="btn btn-default btn-sm" href="#" onclick="dcsb.detail.back('${fhflag}')">
- <i class="glyphicon glyphicon-arrow-left"></i>
- 返回</a>
- </div>
- </div>
-
- </div>
- </div>
- </body>
- </html>
|