...
|
...
|
@@ -60,25 +60,59 @@ |
|
|
</td>
|
|
|
|
|
|
<td class="kv-content">
|
|
|
<select id="cc" class="easyui-combobox" name="dept" style="width:200px;">
|
|
|
<option value="A" <c:if test="${'A' eq type}">selected</c:if>>普通货物</option>
|
|
|
<option value="B" <c:if test="${'B' eq type}">selected</c:if>>特种货物</option>
|
|
|
<option value="C" <c:if test="${'C' eq type}">selected</c:if>>危险品</option>
|
|
|
<option value="D" <c:if test="${'D' eq type}">selected</c:if>>航空快件</option>
|
|
|
<option value="C1" <c:if test="${'C1' eq type}">selected</c:if>>爆炸物</option>
|
|
|
<option value="C2" <c:if test="${'C2' eq type}">selected</c:if>>压缩气体和液化气体</option>
|
|
|
<option value="C3" <c:if test="${'C3' eq type}">selected</c:if>>易燃液体</option>
|
|
|
<option value="C4" <c:if test="${'C4' eq type}">selected</c:if>>易燃固体、自燃物品、遇湿易燃物品</option>
|
|
|
<option value="C5" <c:if test="${'C5' eq type}">selected</c:if>>氧化物和有机过氧化物</option>
|
|
|
<option value="C6" <c:if test="${'C6' eq type}">selected</c:if>>毒性物质和感染性物质</option>
|
|
|
<option value="C7" <c:if test="${'C7' eq type}">selected</c:if>>放射性物质</option>
|
|
|
<option value="C8" <c:if test="${'C8' eq type}">selected</c:if>>腐蚀品</option>
|
|
|
<option value="C9" <c:if test="${'C9' eq type}">selected</c:if>>杂项危险品-ELI/RLI:锂离子电池(与设备放于同一包装/已安装于设备中)</option>
|
|
|
<option value="C10" <c:if test="${'C10' eq type}">selected</c:if>>杂项危险品-ELM/RLM:锂金属电池(与设备放于同一包装/已安装于设备中)</option>
|
|
|
<option value="C11" <c:if test="${'C11' eq type}">selected</c:if>>杂项危险品-RBI/EBI:锂离子电池</option>
|
|
|
<option value="C12" <c:if test="${'C12' eq type}">selected</c:if>>杂项危险品-RBM/EBM:锂金属电池</option>
|
|
|
<option value="C13" <c:if test="${'C13' eq type}">selected</c:if>>杂项危险品-其他杂项危险品</option>
|
|
|
</select>
|
|
|
<label>
|
|
|
<input id="one" onchange="riskType(this.value)" <c:if test="${type.contains('A')}">checked="checked"</c:if> name="one" type="radio" value="A">普通货物
|
|
|
</label>
|
|
|
<label>
|
|
|
<input id="two" onchange="riskType(this.value)" <c:if test="${type.contains('B')}">checked="checked"</c:if> name="one" type="radio" value="B">特种货物
|
|
|
</label>
|
|
|
<label>
|
|
|
<input id="three" onchange="riskType(this.value)" <c:if test="${type.contains('C')}">checked="checked"</c:if> name="one" type="radio" value="C">危险品
|
|
|
</label>
|
|
|
<label>
|
|
|
<input id="four" onchange="riskType(this.value)" <c:if test="${type.contains('D')}">checked="checked"</c:if> name="one" type="radio" value="D">航空快件
|
|
|
</label>
|
|
|
<c:choose>
|
|
|
<c:when test="${type.contains('C')}">
|
|
|
<div id="cc3" style="display: block">
|
|
|
<select id="cc2" class="easyui-combobox" name="dept" style="width:200px">
|
|
|
<option <c:if test="${'C1' eq type}">selected</c:if> value="C1">爆炸物</option>
|
|
|
<option <c:if test="${'C2' eq type}">selected</c:if> value="C2">压缩气体和液化气体</option>
|
|
|
<option <c:if test="${'C3' eq type}">selected</c:if> value="C3">易燃液体</option>
|
|
|
<option <c:if test="${'C4' eq type}">selected</c:if> value="C4">易燃固体、自燃物品、遇湿易燃物品</option>
|
|
|
<option <c:if test="${'C5' eq type}">selected</c:if> value="C5">氧化物和有机过氧化物</option>
|
|
|
<option <c:if test="${'C6' eq type}">selected</c:if> value="C6">毒性物质和感染性物质</option>
|
|
|
<option <c:if test="${'C7' eq type}">selected</c:if> value="C7">放射性物质</option>
|
|
|
<option <c:if test="${'C8' eq type}">selected</c:if> value="C8">腐蚀品</option>
|
|
|
<option <c:if test="${'C9' eq type}">selected</c:if> value="C9">杂项危险品-ELI/RLI:锂离子电池(与设备放于同一包装/已安装于设备中)</option>
|
|
|
<option <c:if test="${'C10' eq type}">selected</c:if> value="C10">杂项危险品-ELM/RLM:锂金属电池(与设备放于同一包装/已安装于设备中)</option>
|
|
|
<option <c:if test="${'C11' eq type}">selected</c:if> value="C11">杂项危险品-RBI/EBI:锂离子电池</option>
|
|
|
<option <c:if test="${'C12' eq type}">selected</c:if> value="C12">杂项危险品-RBM/EBM:锂金属电池</option>
|
|
|
<option <c:if test="${'C13' eq type}">selected</c:if> value="C13">杂项危险品-其他杂项危险品</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<div id="cc3" style="display: none">
|
|
|
<select id="cc2" class="easyui-combobox" name="dept" style="width:200px">
|
|
|
<option <c:if test="${'C1' eq type}">selected</c:if> value="C1">爆炸物</option>
|
|
|
<option <c:if test="${'C2' eq type}">selected</c:if> value="C2">压缩气体和液化气体</option>
|
|
|
<option <c:if test="${'C3' eq type}">selected</c:if> value="C3">易燃液体</option>
|
|
|
<option <c:if test="${'C4' eq type}">selected</c:if> value="C4">易燃固体、自燃物品、遇湿易燃物品</option>
|
|
|
<option <c:if test="${'C5' eq type}">selected</c:if> value="C5">氧化物和有机过氧化物</option>
|
|
|
<option <c:if test="${'C6' eq type}">selected</c:if> value="C6">毒性物质和感染性物质</option>
|
|
|
<option <c:if test="${'C7' eq type}">selected</c:if> value="C7">放射性物质</option>
|
|
|
<option <c:if test="${'C8' eq type}">selected</c:if> value="C8">腐蚀品</option>
|
|
|
<option <c:if test="${'C9' eq type}">selected</c:if> value="C9">杂项危险品-ELI/RLI:锂离子电池(与设备放于同一包装/已安装于设备中)</option>
|
|
|
<option <c:if test="${'C10' eq type}">selected</c:if> value="C10">杂项危险品-ELM/RLM:锂金属电池(与设备放于同一包装/已安装于设备中)</option>
|
|
|
<option <c:if test="${'C11' eq type}">selected</c:if> value="C11">杂项危险品-RBI/EBI:锂离子电池</option>
|
|
|
<option <c:if test="${'C12' eq type}">selected</c:if> value="C12">杂项危险品-RBM/EBM:锂金属电池</option>
|
|
|
<option <c:if test="${'C13' eq type}">selected</c:if> value="C13">杂项危险品-其他杂项危险品</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
</c:otherwise>
|
|
|
</c:choose>
|
|
|
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
...
|
...
|
@@ -214,9 +248,17 @@ |
|
|
var layer;
|
|
|
layui.use('layer', function(){
|
|
|
layer = layui.layer;
|
|
|
});
|
|
|
});
|
|
|
|
|
|
function riskType(value) {
|
|
|
if (value == "C"){
|
|
|
document.getElementById("cc3").style.display='block'
|
|
|
}else {
|
|
|
document.getElementById("cc3").style.display='none'
|
|
|
}
|
|
|
}
|
|
|
|
|
|
var selectFals = true;
|
|
|
var selectFals = false;
|
|
|
function submit(){
|
|
|
layerIndex = parent.layer.load(1, {
|
|
|
shade: [0.6,'#000000'] //0.1透明度
|
...
|
...
|
|