Commit 461ce57a by libin

修改伴随任务页面内容布局

parent c30d73ef
......@@ -49,15 +49,10 @@
<input type="text" id = "taskCaseId" name="taskCaseId" class="easyui-textbox" disabled="disabled" style="height:26px;" value="${taskCaseId}"/>
</span>
</td>
<td class="ar" width="13.3%">标识号:</td>
<td width="20%">
<span class="textbox" style="border:none">
<c:if test="${flag eq 'skbsjsp'}">
<input type="text" id="objectValue" name="objectValue" class="easyui-textbox" style="height:26px;" data-options="required:true" value="${objectValue}"/>
</c:if>
<c:if test="${flag eq 'skbs'}">
<input type="text" id="objectValue" name="objectValue" class="easyui-textbox" style="height:26px;" data-options="required:true"/>
</c:if>
<td class="ar">任务名称:</td>
<td>
<span class="textbox" style="border:none;">
<input type="text" id="taskName" name="taskName" class="easyui-textbox" style="height:26px;" data-options="required:true"/>
</span>
</td>
</tr>
......@@ -89,10 +84,15 @@
</select>
</span>
</td>
<td class="ar">任务名称:</td>
<td>
<span class="textbox" style="border:none;">
<input type="text" id="taskName" name="taskName" class="easyui-textbox" style="height:26px;" data-options="required:true"/>
<td class="ar" width="13.3%">标识号:</td>
<td width="20%">
<span class="textbox" style="border:none">
<c:if test="${flag eq 'skbsjsp'}">
<input type="text" id="objectValue" name="objectValue" class="easyui-textbox" style="height:26px;" data-options="required:true" value="${objectValue}"/>
</c:if>
<c:if test="${flag eq 'skbs'}">
<input type="text" id="objectValue" name="objectValue" class="easyui-textbox" style="height:26px;" data-options="required:true"/>
</c:if>
</span>
</td>
</tr>
......@@ -269,6 +269,11 @@
$("#datepicker2").val("");
}
}
function validateNum(num,type){
if(""==type){
}
}
</script>
<script type="text/javascript" src="/js/bsrwInsert.js"></script>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment