BootStrap轻松实现微信页面开发代码分享

2020-05-24 21:34:10易采站长站整理

<input type="file" name="qCementFile" accept="image/*" onchange="changeFile(this,'qCementFile');">
</a>
<%if(!StringUtils.isEmpty(pDto.getqCementFileName())){ %>
<a href="javascript:void(0);" class="file" onclick="showPicture('${pointQualitySecurityDto.qCementFileId}');"><img alt="" src="<%=basePath%>/page/project/wechat/m500point/img/box_picture.png"></a>
<%} %>
</td>
</tr>
<tr>
<td>桩的数量<br>、类型、<br>布置形式</td>
<td>
<spring:input style="width: 40px;" path="qPileCountScore"/>
</td>
<td>
<input type="radio" name="isQPileCount" value="1" <%if("1".equals(pDto.getIsQPileCount())){ %>checked<%} %>>是
<input type="radio" name="isQPileCount" value="0" <%if("0".equals(pDto.getIsQPileCount())){ %>checked<%} %>>否
</td>
<td>
<%-- ${pointQualitySecurityDto.qPileCountFileName } --%>
<a href="javascript:void(0);" class="file"><img alt="" src="<%=basePath%>/page/project/wechat/m500point/img/camera_picture.png">
<input type="file" name="qPileCountFile" accept="image/*" onchange="changeFile(this,'qPileCountFile');">
</a>
<%if(!StringUtils.isEmpty(pDto.getqPileCountFileName())){ %>
<a href="javascript:void(0);" class="file" onclick="showPicture('${pointQualitySecurityDto.qPileCountFileId}');"><img alt="" src="<%=basePath%>/page/project/wechat/m500point/img/box_picture.png"></a>
<%} %>
</td>
</tr>
<tr>
<td>材料的配<br>合比例</td>
<td>
<spring:input style="width: 40px;" path="qFillingScore"/>
</td>
<td>
<input type="radio" name="isQFilling" value="1" <%if("1".equals(pDto.getIsQFilling())){ %>checked<%} %>>是
<input type="radio" name="isQFilling" value="0" <%if("0".equals(pDto.getIsQFilling())){ %>checked<%} %>>否
</td>
<td>
<%-- ${pointQualitySecurityDto.qFillingFileName } --%>
<a href="javascript:void(0);" class="file"><img alt="" src="<%=basePath%>/page/project/wechat/m500point/img/camera_picture.png">
<input type="file" name="qFillingFile" accept="image/*" onchange="changeFile(this,'qFillingFile');">
</a>
<%if(!StringUtils.isEmpty(pDto.getqFillingFileName())){ %>
<a href="javascript:void(0);" class="file" onclick="showPicture('${pointQualitySecurityDto.qFillingFileId}');"><img alt="" src="<%=basePath%>/page/project/wechat/m500point/img/box_picture.png"></a>
<%} %>
</td>
</tr>
<tr>
<td>施工工艺</td>