123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>湖北智慧水运</title>
-
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="this is my page">
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
- <link href="../css/base.min.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="../css/mui.min.css" />
- <link rel="stylesheet" type="text/css" href="../css/shenpi.css" />
- <script type="text/javascript" src="../js/zepto.min.js"></script>
- </head>
- <script>
- var szgq_id = "";
-
-
- $(function(){
-
-
- $("#isokchuandui").live("click",function(){
- if($(this).attr("checked")){
- $("#chuandui").removeClass("mui-hidden")
- }else{
-
- $("#chuandui").addClass("mui-hidden")
- }
-
- })
-
-
-
-
-
-
- $("#kaigongbao").live("click",function(){
-
- location.href="kgb.html?value="+$(this).attr("value");
-
- })
-
- $("#wangongbao").live("click",function(){
-
- location.href="wgb.html?value="+$(this).attr("value");
-
- })
- $("#biangongzuoye").live("click",function(){
-
- location.href="bgzy.html?value="+$(this).attr("value");
-
- })
- $("#quxiaozuoye").live("click",function(){
-
- location.href="qxzy.html?value="+$(this).attr("value");
-
- })
-
- $("#zuoyeshenpi").live("click",function(){
-
- var recordStatus = $(this).attr("href");
-
- if(recordStatus=="3")
- location.href="zysp.html?value="+$(this).attr("value");
- if(recordStatus=="5")
- location.href="qxzysh.html?value="+$(this).attr("value");
- if(recordStatus=="7")
- location.href="bgzysh.html?value="+$(this).attr("value");
- })
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $("input").attr("disabled","disabled");
- $("select").attr("disabled","disabled");
-
- $.ajax({
- type: 'post',
- url: '../../aqusercontroller/getByCode.do',
- data:{count:"10"},
- dataType: 'json',
- success: function(dataa){
-
-
-
-
-
- //如果选择模板读取模板内容进行赋值
- if(getQueryString("value")!=""){
-
-
- $.ajax({
- type: 'post',
- url: '../../whsqbpcontroller/getById.do',
- data:{id:getQueryString("value")},
- dataType: 'json',
- success: function(data){
-
-
- $("#bgr").val(data.bgr)
- $("#szd").val(data.szd.bz)
- szd_id = data.szd.id;
-
-
- $.ajax({
- type: 'post',
- url: '../../whsqbpcontroller/getTaskStateByid.do',
- data:{id:data.id},
- dataType: 'text',
- success: function(datt){
- if(datt!=""&&dataa.sfjyr=="N"&&dataa.sfcd=="N"&&!(dataa.byzd5!=null&&dataa.byzd5!=""&&dataa.byzd5.indexOf("zysbsp-city")!=-1)){
- $("#shenhe").append('<button href="'+data.recordStatus+'" value="'+data.id+'" class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="zuoyeshenpi">作业审批</button> ');
- }
- if(dataa.sfjyr=="Y"&&dataa.jyrjcxx!=null){
- if((data.recordStatus==2||data.recordStatus==10)&&(data.kgzt=="N"||data.kgsj==null)){
- $("#shenhe").append('<button value="'+data.id+'" class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="kaigongbao">开工报</button> ');
- }
- if((data.recordStatus==2||data.recordStatus==10)&&(data.wgzt=="N"||data.wgsj==null)){
-
- $("#shenhe").append('<button date="'+dateutil(data.kgsj).date+" "+dateutil(data.kgsj).time+'" value="'+data.id+'" class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="wangongbao">完工报</button> ');
- }
-
-
- //<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="biangongzuoye">变更作业</button>
- //<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="quxiaozuoye">取消作业</button>
- //<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="zuoyeshenpi">作业审批</button> ')
-
- if(data.recordStatus==8||data.recordStatus!=2||data.kgzt=="Y"){
- }else{
- $("#shenhe").append('<button value="'+data.id+'" class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="biangongzuoye">变更作业</button> ');
- }
-
-
- if(data.recordStatus==8||(data.recordStatus!=2&&data.recordStatus!=10)||data.kgzt=="Y"){
- }else{
- $("#shenhe").append('<button value="'+data.id+'" class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="quxiaozuoye">取消作业</button> ');
- }
-
- }
-
-
-
-
-
- }})
-
-
-
-
-
-
-
- console.log(data)
- $("#cm").val(data.cm)
- $("#zywtr").val(data.zywtr)
- $("#hc").val(data.hc)
-
- if(data.byzd3!=""){
-
- $("#isokchuandui").attr("checked","checked")
- $("#chuandui").removeClass("mui-hidden")
-
- $("#byzd3").val(data.byzd3);
- }
-
- if(data.inorout!=""){
- $("#jcg").val(data.inorout)
- }
- $("#zysl").val(data.zysl)
-
- $("#sg").val(data.sg)
- $("#xg").val(data.xg)
- $("#zyfs").val(data.zylx)//作业方式
-
- if(data.bgsj!=""&&data.bgsj!=null){
- $("#bgsj-date").val(dateutil(data.bgsj).date)
- $("#bgsj-time").val(dateutil(data.bgsj).time)
- }
-
- if(data.zysjq!=""&&data.zysjq!=null){
- $("#zysjq-date").val(dateutil(data.zysjq).date)
- $("#zysjq-time").val(dateutil(data.zysjq).time)
- }
-
- if(data.zysjz!=""&&data.zysjz!=null){
- $("#zysjz-date").val(dateutil(data.zysjz).date)
- $("#zysjz-time").val(dateutil(data.zysjz).time)
- }
-
-
-
- if(data.hwzl!=null&&data.hwzl!=""){
- $("#hwzl").val(data.hwzl.id)
- }
- if(data.mao!=""){
- $("#mao").val(data.mao)
- }
- $("#xcglfzr").val(data.xcglfzr)
-
- if(data.jzxsl!=""){
- $("#hwxs option[value='jizhuangxiang']").attr("disabled",false)
- $("#hwxs option[value='guangui']").attr("disabled",false)
- }
- $("#jzxsl").val(data.jzxsl)
- $("#lxfs").val(data.lxfs)
- $("#byzd2").val(data.byzd2)
-
-
-
- if(data.zydd!=null){
- $("input[name='zuoyedidian'][value='"+data.zydd.id+"']").attr("checked",true)
- }
-
-
- if(data.zyddqybh!=null){
- $("#zuoyedidianselect").html("<option>"+data.zyddqybh.qynbmc+"</option>")
-
- }
-
-
- if(data.hwxs!=""){
- var str = data.hwxs.split(",");
-
- for(var i=0;i<str.length;i++){
- if(str[i]=="1"){
- $("#hwxs").val("1");
- }
- if(str[i]=="2"){
- $("#hwxs").val("2");
- }
- if(str[i]=="3"){
- $("#hwxs").val("3");
- }
- if(str[i]=="10"){
- $("#hwxs").val("10");
- }
-
- $("input[name='jizhuangxiang'][value='"+str[i]+"']").attr("checked","checked")
- $("input[name='guangui'][value='"+str[i]+"']").attr("checked","checked")
-
-
- }
-
-
- }
-
-
- $("#wxhwpmBh").val(data.wpbh)
- $("#wxhwpmMc").val(data.wxhwmcbh)
- $("#wxplb").val(data.wxplb)
- $("#bzlb").val(data.byzd4)
-
-
- if(data.hzwxx!=null){
- $("#hzwxx").val(data.hzwxx.bz);
- }
-
- if(data.dxdj!=null){
- $("#dxdj").val(data.dxdj.bz);
- }
- if(data.wrlb!=null){
- $("#wrlb").val(data.wrlb.bz);
- }
-
-
-
-
-
-
-
-
-
-
- $("#szgq").html('<option>'+data.szgq.gqmc+'</option>')
-
- $("#sl20c").val(data.sl20C);
- $("#sl40c").val(data.sl40C);
- $("#sl45c").val(data.sl45C);
- $("#slspc").val(data.slspc);
- $("#sl20t").val(data.sl20T);
- $("#sl40t").val(data.sl40T);
- $("#name").val(data.zydw.gkjyr)
-
-
-
-
-
-
-
- }})
-
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- // $("#shenhe").append('<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="kaigongbao">开工报</button>
- //<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="wangongbao">完工报</button>
- //<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="biangongzuoye">变更作业</button>
- //<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="quxiaozuoye">取消作业</button>
- //<button class="mui-btn mui-btn-positive" type="button" style="width: 40%;background: #2196f3;border: 0px;height: 40px;" id="zuoyeshenpi">作业审批</button> ')
-
-
-
-
-
- console.log(dataa)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- }})
-
-
-
-
-
-
-
-
-
-
-
-
- })
-
-
-
-
- </script>
- <style>
- *{margin: 0px;padding: 0px}
- .header {
- width:100%;
- height:45px;
- line-height:45px;
- padding:0;
-
- color:#eee;
- font-size:22px;
- text-align:center;
- color:white;
- background: #2196f3;
- position: fixed;
- top: 0px;
- z-index: 99999;
- } .mui-btn-positive{margin-top: 20px;}
- .header a{color: white;}
- .mui-content-padded {
- margin: 0px;
- margin-top:30px;
- margin-bottom: 5px;
- color: black;
- font-size: 20px;
- }
- .mui-select{
- border: 1px solid rgba(0,0,0,.2);
- border-radius: 3px;
- margin-bottom: 0px;
- }
- .wubiankuang{border: 0px;}
- .red{color: red;}
- #container {
- width: 400px;
- display: table
- }
- .left, .mid {
- display: table-cell;
- }
- .mid {
- width: 100%;
-
- }
- .left{
- white-space:nowrap;
- }
- input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
- border: 0px solid rgba(0,0,0,.2);
- color:black;
- }
- </style>
- <body >
- <header class="header">
- <ul class="nav nav-list pull-left" >
- <li><a href="javascript:void(0);" id="goback" onclick="history.back()"><span class="icon icon-arrow-back icback"></span>
- </a>
- </li>
- </ul>
- <a href="#">危货作业申报</a>
- </header>
- <div class="mui-content" style="padding-left: 10px;padding-right: 10px;background: white;margin-top: 70px;padding-bottom: 30px">
-
- <h5 class="mui-content-padded red">所在地</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="szd" class="mui-input-clear " style="border: 0px;" readonly="readonly" placeholder="" value="">
- </div>
- <h5 class="mui-content-padded red">港口经营人名称</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="name" class="mui-input-clear " style="border: 0px;" readonly="readonly" placeholder="" value="">
- </div>
-
-
-
- <h5 class="mui-content-padded red">所在港区</h5>
- <div class="mui-input-row mui-select" >
- <select id="szgq">
-
- </select>
- </div>
-
- <h5 class="mui-content-padded red">船名/船队名</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="cm" class="mui-input-clear" placeholder="" value="">
- </div>
-
-
- <h5 class="mui-content-padded red">作业委托人</h5>
- <div class="mui-input-row mui-text">
- <input type="text" class="mui-input-clear" id="zywtr" placeholder="" value="">
- </div>
-
- <h5 class="mui-content-padded">是否船队 <input type="checkbox" id="isokchuandui" /> </h5>
-
-
-
-
-
- <div id="chuandui" class="mui-hidden" style="margin-top: 20px;">
- <div class="left mui-content-padded red">船数 </div>
- <div class="mid"><input id="byzd3" type="number" class="mui-input-clear" placeholder=""></div>
- </div>
-
-
-
-
-
- <h5 class="mui-content-padded">航次</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="hc" class="mui-input-clear" placeholder="">
- </div>
-
-
-
- <h5 class="mui-content-padded red">危险品编号</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="wxhwpmBh" class="mui-input-clear" placeholder="" value="">
- </div>
-
- <h5 class="mui-content-padded red">危险品名称</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="wxhwpmMc" style="margin-top:5px" class="mui-input-clear" placeholder="" value="">
- </div>
-
- <h5 class="mui-content-padded">危险品类别</h5>
- <div class="mui-input-row mui-text">
- <input id='wxplb' type="text" class="mui-input-clear " style="border: 0px;" readonly="readonly" placeholder="" value="">
- </div>
-
- <h5 class="mui-content-padded">包装类别</h5>
- <div class="mui-input-row mui-text">
- <input id='bzlb' type="text" class="mui-input-clear " style="border: 0px;" readonly="readonly" placeholder="" value="">
- </div>
-
- <h5 class="mui-content-padded">火灾危险性</h5>
- <div class="mui-input-row mui-text">
- <input id="hzwxx" type="text" class="mui-input-clear " style="border: 0px;" readonly="readonly" placeholder="" value="">
- </div>
-
- <h5 class="mui-content-padded">毒性等级</h5>
- <div class="mui-input-row mui-text">
- <input id="dxdj" type="text" class="mui-input-clear " style="border: 0px;" readonly="readonly" placeholder="" value="">
- </div>
-
- <h5 class="mui-content-padded">污染类别</h5>
- <div class="mui-input-row mui-text">
- <input id="wrlb" type="text" class="mui-input-clear " style="border: 0px;" readonly="readonly" placeholder="" value="">
- </div>
-
-
-
-
-
- <h5 class="mui-content-padded red">进出港</h5>
- <div class="mui-input-row mui-select" >
- <select id="jcg">
- <option value="-1" selected="selected"></option>
- <option value="2">出港</option>
- <option value="1">进港</option>
- </select>
- </div>
-
-
-
- <h5 class="mui-content-padded red">作业数量(吨)</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="zysl" class="mui-input-clear" value="" placeholder="手工输入只能数字可带小数点">
- </div>
-
-
-
-
- <h5 class="mui-content-padded" >下港</h5>
- <div class="mui-input-row mui-text">
- <input id="xg" type="text" class="mui-input-clear" placeholder="">
- </div>
-
-
-
- <h5 class="mui-content-padded">上港</h5>
- <div class="mui-input-row mui-text">
- <input id="sg" type="text" class="mui-input-clear" placeholder="">
- </div>
-
-
- <h5 class="mui-content-padded red">作业方式</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="zyfs" class="mui-input-clear" value="" placeholder="">
- </div>
-
-
- <h5 class="mui-content-padded red">报告时间</h5>
- <div class="mui-input-row mui-text" >
- <div style="position: absolute;left:48%;margin-left: -33px;z-index: 999;top: 4px">
- <img src="../image/rili.png" style="width: 30px;height: 30px">
- </div>
- <div style="position: absolute;left:99%;margin-left: -33px;z-index: 999;top: 4px">
- <img src="../image/time.png" style="width: 30px;height: 30px">
- </div>
- <input type="date" disabled="disabled" id="bgsj-date" placeholder="年/月/日" style="width: 48%;margin-right: 1%;" class="mui-input-clear" ><input disabled="disabled" id="bgsj-time" style="width: 50%;" type="time" class="mui-input-clear" placeholder="时/分/秒" >
- </div>
-
-
-
- <h5 class="mui-content-padded red">内外贸</h5>
- <div class="mui-input-row mui-select" >
- <select id="mao">
- <option value=""></option>
- <option value="1">内贸</option>
- <option value="2">外贸</option>
- </select>
- </div>
-
-
-
-
- <h5 class="mui-content-padded red">现场管理负责人</h5>
- <div class="mui-input-row mui-text">
- <input id="xcglfzr" type="text" class="mui-input-clear" placeholder="" value="">
- </div>
-
-
-
- <h5 class="mui-content-padded">集装箱数量</h5>
- <div class="mui-input-row mui-text">
- <input id="jzxsl" type="number" class="mui-input-clear" value="" placeholder="">
- </div>
-
-
- <h5 class="mui-content-padded red">货物种类</h5>
- <div class="mui-input-row mui-select" >
- <select id="hwzl">
- <option value=""></option>
- <option value="30001">油类</option>
- <option value="30002">液体散货</option>
- <option value="30003">固体散货</option>
- <option value="30004">件杂品</option>
- <option value="30005">化学品</option>
- <option value="30006">液化气</option>
- <option value="30007">其它</option>
- </select>
- </div>
-
- <h5 class="mui-content-padded red">货物形式</h5>
- <div class="mui-input-row mui-select" >
-
- <select title="" id="hwxs">
- <option value=""></option>
- <option value="1">包件体</option>
- <option value="2">中型散装容器</option>
- <option value="7">槽罐车</option>
- <option value="10">其他</option>
- </select>
- </div>
-
-
- <div class="mui-input-row" style="margin-top: 20px;">
-
- <form action="" id="from">
- <h5 class="mui-content-padded red">集装箱</h5>
- <table style="line-height: 50px;" id="jizhuangxiang" >
- <tr >
- <td style="width: 20%;text-align: left;">20’<input value="3" name="jizhuangxiang" type="checkbox" /></td>
- <td style="width: 25%;text-align: left;">数量:<input type="number" attr="3" value="0" readonly="readonly" id="sl20c" style="width: 40px;" /></td>
- <td style="width: 30%;text-align: left;"> 40’<input value="4" name="jizhuangxiang" type="checkbox" /></td>
- <td style="width: 25%;text-align: left;">数量:<input type="number" attr="4" value="0" readonly="readonly" id="sl40c" style="width: 40px;" /></td>
- </tr>
- <tr>
- <td style="width: 20%;text-align: left;">45’<input name="jizhuangxiang" value="5" type="checkbox" /></td>
- <td style="width: 25%;text-align: left;">数量:<input type="number" attr="5" value="0" readonly="readonly" id="sl45c" style="width: 40px;" /></td>
- <td style="width: 30%;text-align: left;"> 特种箱<input value="6" name="jizhuangxiang" type="checkbox" /></td>
- <td style="width: 25%;text-align: left;">数量:<input id="slspc" attr="6" value="0" readonly="readonly" type="number" style="width: 40px;" /></td>
- </tr>
- </table>
-
-
- <h5 class="mui-content-padded red">罐柜</h5>
- <table style="line-height: 50px;" id="guangui" >
- <tr >
- <td style="width: 20%;text-align: left;">20’<input value="8" name="guangui" type="checkbox" /></td>
- <td style="width: 25%;text-align: left;">数量:<input attr="8" readonly="readonly" type="number" id="sl20t" value="0" style="width: 40px;" /></td>
- <td style="width: 30%;text-align: left;"> 40’<input type="checkbox" value="9" name="guangui" /></td>
- <td style="width: 25%;text-align: left;">数量:<input attr="9" readonly="readonly" id="sl40t" value="0" type="number" style="width: 40px;" /></td>
- </tr>
- </table>
- </form>
-
- </div>
-
-
-
-
-
- <h5 class="mui-content-padded red">作业时间起</h5>
-
-
- <div class="mui-input-row mui-text" >
- <div style="position: absolute;left:48%;margin-left: -33px;z-index: 999;top: 4px">
- <img src="../image/rili.png" style="width: 30px;height: 30px">
- </div>
- <div style="position: absolute;left:99%;margin-left: -33px;z-index: 999;top: 4px">
- <img src="../image/time.png" style="width: 30px;height: 30px">
- </div>
- <input id="zysjq-date" type="date" placeholder="年/月/日" style="width: 48%;margin-right: 1%;" class="mui-input-clear" ><input id="zysjq-time" style="width: 50%;" type="time" class="mui-input-clear" placeholder="时/分/秒" >
- </div>
-
- <h5 class="mui-content-padded red">作业时间止</h5>
- <div class="mui-input-row mui-text" >
- <div style="position: absolute;left:48%;margin-left: -33px;z-index: 999;top: 4px">
- <img src="../image/rili.png" style="width: 30px;height: 30px">
- </div>
- <div style="position: absolute;left:99%;margin-left: -33px;z-index: 999;top: 4px">
- <img src="../image/time.png" style="width: 30px;height: 30px">
- </div>
- <input id="zysjz-date" type="date" placeholder="年/月/日" style="width: 48%;margin-right: 1%;" class="mui-input-clear" ><input id="zysjz-time" style="width: 50%;" type="time" class="mui-input-clear" placeholder="时/分/秒" >
- </div>
-
-
-
-
- <div class="mui-input-row mui-text" style="margin-top: 20px;">
- <input name="zuoyedidian" value="10000501" type="radio" /><span for="u101_input">码头(泊位)</span>
- <input name="zuoyedidian" value="10000502" type="radio" /><span for="u101_input">储罐</span>
- <input name="zuoyedidian" value="10000503" type="radio" /><span for="u101_input">堆场</span>
- <input name="zuoyedidian" value="10000504" type="radio" /><span for="u101_input">仓库</span>
- <input name="zuoyedidian" value="10000505" type="radio" /><span for="u101_input">过驳区</span>
-
- </div>
- <div class="mui-input-row mui-select" style="margin-top: 10px;" >
- <select title="作业地点下拉列表" id="zuoyedidianselect">
-
- </select>
- </div>
-
-
-
-
- <h5 class="mui-content-padded red">报告人</h5>
- <div class="mui-input-row mui-text">
- <input type="text" class="mui-input-clear " id="bgr" style="border: 0px;" readonly="readonly" placeholder="">
- </div>
-
-
- <h5 class="mui-content-padded red">联系方式</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="lxfs" class="mui-input-clear" placeholder="">
- </div>
-
- <h5 class="mui-content-padded red">申报员证书编号</h5>
- <div class="mui-input-row mui-text">
- <input type="text" id="byzd2" class="mui-input-clear" placeholder="">
- </div>
- <div style="margin-top: 30px;text-align: center;" id="shenhe">
-
- </div>
-
- </div>
-
-
-
-
-
-
-
- <div id="yijiandiv" style="position:fixed ;display:none;height:80%;padding-bottom:10px;bottom :10%;left: 10%;z-index: 100;border:4px solid #2196f3;border-radius:10px;width: 80%;background:white;">
-
- <input type="hidden" name="jid" id="jid" value="" />
- <div id="title" style="width:100%;height:30px;text-align: center;background:#2196f3;line-height: 30px;color: white;margin-bottom: 20px;font-size:20px;">危险品信息</div>
-
-
- <div class="" id="yijiancard" style="padding-left: 15px;padding-right: 15px;overflow: scroll;height: 80%">
- <div class="table-responsive">
- <table class="table" title="Default Tabl" style="text-align: center;">
- <tbody id="content-weixianpin">
-
-
-
-
-
- </tbody>
- </table>
- </div>
- </div>
-
-
- <button class="mui-btn mui-btn-positive" type="button" style="width: 80%;background: #2196f3;border: 0px;margin-left: 9%;margin-top:10px" id="wanchengyijian">取消</button>
-
-
- </div>
-
- <div id="yijiandiv1" style="position:absolute;display:none;width:100%;height: 100%;z-index: 50;top:0px;background: black; opacity:0.5; "></div>
-
- </body>
- </html>
|