지도사용요청 지질 disabled
parent
d349479585
commit
7c24bbee9f
|
|
@ -103,7 +103,8 @@
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
name="${item.code}" id="${item.code}" value="${item.layer}"
|
name="${item.code}" id="${item.code}" value="${item.layer}"
|
||||||
${fn:contains(useRequestVO.layers, item.layer)?'checked':''}
|
${fn:contains(useRequestVO.layers, item.layer)?'checked':''}
|
||||||
${item.layer eq 'GND_WELL'?'disabled':''}/> <c:out value='${item.name}'/>
|
${item.layer eq 'GND_WELL'?'disabled':''}
|
||||||
|
${item.layer eq 'GND_LIPID'?'disabled':''}/> <c:out value='${item.name}'/>
|
||||||
</label>
|
</label>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
name="${item.code}" id="${item.code}" value="${item.layer}"
|
name="${item.code}" id="${item.code}" value="${item.layer}"
|
||||||
${fn:contains(useRequestVO.layers, item.layer)?'checked':''}
|
${fn:contains(useRequestVO.layers, item.layer)?'checked':''}
|
||||||
${item.layer eq 'GND_WELL'?'disabled':''}
|
${item.layer eq 'GND_WELL'?'disabled':''}
|
||||||
/>${item.name}
|
${item.layer eq 'GND_LIPID'?'disabled':''}/>${item.name}
|
||||||
</label>
|
</label>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
@ -229,7 +229,8 @@
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
name="${item.code}" id="${item.code}" value="${item.layer}"
|
name="${item.code}" id="${item.code}" value="${item.layer}"
|
||||||
${fn:contains(useRequestVO.layers, item.layer)?'checked':''}
|
${fn:contains(useRequestVO.layers, item.layer)?'checked':''}
|
||||||
${item.layer eq 'GND_WELL'?'disabled':''}/>${item.name}
|
${item.layer eq 'GND_WELL'?'disabled':''}
|
||||||
|
${item.layer eq 'GND_LIPID'?'disabled':''}/>${item.name}
|
||||||
</label>
|
</label>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,8 @@
|
||||||
<label class="layer-label">
|
<label class="layer-label">
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
name="${item.code}" id="${item.code}" value="${item.layer}"
|
name="${item.code}" id="${item.code}" value="${item.layer}"
|
||||||
${item.layer eq 'GND_WELL'?'disabled':''}/> ${item.name}
|
${item.layer eq 'GND_WELL'?'disabled':''}
|
||||||
|
${item.layer eq 'GND_LIPID'?'disabled':''}/> ${item.name}
|
||||||
</label>
|
</label>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue