|
@@ -1099,10 +1099,10 @@
|
|
|
${sign.typeName}
|
|
|
</td>
|
|
|
<td class="fixedTd">
|
|
|
- <select class="typeStateSelect" name="typeStateSelect">
|
|
|
+ <select <c:if test="${3==tstate}">disabled="false"</c:if> class="typeStateSelect" name="typeStateSelect">
|
|
|
<c:if test="${sign.typeState == null}"><option value="">请选择</option></c:if>
|
|
|
- <option <c:if test="${3==tstate}">disabled="false"</c:if> data-id="${sign.id}" value="0" <c:if test="${0==sign.typeState}">selected="selected"</c:if> >未满足</option>
|
|
|
- <option <c:if test="${3==tstate}">disabled="false"</c:if> data-id="${sign.id}" value="1" <c:if test="${1==sign.typeState}">selected="selected"</c:if> >已满足</option>
|
|
|
+ <option data-id="${sign.id}" value="0" <c:if test="${0==sign.typeState}">selected="selected"</c:if> >未满足</option>
|
|
|
+ <option data-id="${sign.id}" value="1" <c:if test="${1==sign.typeState}">selected="selected"</c:if> >已满足</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td class="fixedTd" style="white-space: nowrap">
|
|
@@ -1115,7 +1115,7 @@
|
|
|
案件比
|
|
|
</td>
|
|
|
<td class="fixedTd">
|
|
|
- 1:<input style="width:60px;" type="text" class="mt-input" id="typeStateInput" name="typeStateInput" value="${taskTypeSettingMap.caseProportion.typeState}">
|
|
|
+ 1:<input style="width:60px;" <c:if test="${3==tstate}">disabled="false"</c:if> type="text" class="mt-input" id="typeStateInput" name="typeStateInput" value="${taskTypeSettingMap.caseProportion.typeState}">
|
|
|
<c:if test="${3!=tstate}"><button class="ajb mt-btn">确认</button> </c:if>
|
|
|
</td>
|
|
|
<td class="fixedTd" style="white-space: nowrap">
|