|
@@ -114,7 +114,7 @@
|
|
|
<form:textarea path="remarks" htmlEscape="false" rows="5" maxlength="127" readonly="true" class="form-control"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <c:if test="${projectPlanWeekly.weeklyStatus} !='0'">
|
|
|
+ <c:if test="${weeklyStatus} =='0'">
|
|
|
<div class="layui-item layui-col-sm12 with-textarea" style="margin-top: 10px">
|
|
|
<label class="layui-form-label">未完成原因:</label>
|
|
|
<div class="layui-input-block">
|