user5 před 3 roky
rodič
revize
71a06069ff

+ 2 - 2
src/main/webapp/webpage/modules/workcontent/workContentCtrlpriceList.jsp

@@ -49,8 +49,8 @@
         <div class="layui-input-block">
             <select id="inventoryType" subName="inventoryType" class="form-control layui-input required">
                 <option value=""></option>
-                <option value="01" <c:if test="${inventoryType == '01'}">selected</c:if>>工程量清单</option>
-                <option value="02" <c:if test="${inventoryType == '02'}">selected</c:if>>控制价</option>
+                <option value="01" <c:if test="${ctrlpricelist[0].inventoryType == '01'}">selected</c:if>>工程量清单</option>
+                <option value="02" <c:if test="${ctrlpricelist[0].inventoryType == '02'}">selected</c:if>>控制价</option>
             </select>
         </div>
     </div>