response/target/classes/public/app/model/modalPJBZ_XZAdd.html
2025-06-27 10:04:22 +08:00

81 lines
3.1 KiB
HTML

<style>
.modal-body label {
width: 17%;
display: inline-block;
text-align: right;
}
#Sdiv input, #Sdiv select, #Sdiv textarea {
margin-bottom: 15px;
width: 60%;
}
.modal-body button {
width: 80px;
height: 30px;
border-radius: 5px;
margin: 10px 20px;
line-height: 11px;
}
i {
display: inline-block;
width: 5%;
text-align: right;
}
</style>
<div id="Sdiv">
<div class="modal-Top">
<button class="btn btn-success form-control disabled" style="text-align:center">新增评价指标页面</button>
</div>
<div class="modal-body">
<label for="PJFW">评价范围:</label>
<input id="PJFW" cols="20" ng-model="PJFW" rows="2" class="form-control input-sm inline m-r">
<span>**</span>
<!--<button class="btn btn-default" ng-click="Select1()">选择</button>-->
<label for="PJXM">评价项目:</label>
<input id="PJXM" type="text" ng- class="form-control input-sm w-sm inline m-r" ng-model="PJXM" disabled/>
<span>**</span>
<!--<button class="btn btn-default" ng-click="Select2()">选择</button><br>-->
<label for="ZLX">值类型:</label>
<select id="ZLX" class="form-control input-sm w-sm inline m-r" ng-change="zlxChange()" ng-model="zType" >
<option ng-repeat="a in zlx">{{a}}</option>
</select><br>
<p ng-show="QJShow">
<label for="PJBZZ">区间值:</label>
<i> min:</i> <input type="text" ng-model="min" class="form-control inline" style="width:20%;margin-right:40px;" />
<i>max:</i> <input type="text" ng-model="max" class="form-control inline" style=" width:20%" />
<span>**</span>
</p>
<p ng-show="FJCYShow">
<label for="PJBZZ">分级采样:</label>
<i>n:</i> <input type="text" ng-model="n" class="form-control inline" style="width:12%" />
<i>c:</i> <input type="text" ng-model="c" class="form-control inline" style=" width:12%" />
<i>m:</i> <input type="text" ng-model="m" class="form-control inline" style=" width:12%;" />
<i>M:</i> <input type="text" ng-model="MM" class="form-control inline" style=" width:12%;" />
<span>**</span>
</p>
<p ng-show="PJBZShow">
<label for="PJBZZ">评价标准值:</label>
<input type="text" ng-model="PJBZZ" class="form-control input-sm w-sm inline m-r" />
<span>**</span>
</p>
<label for="PJZDW">评价值单位:</label>
<select id="PJZDW" class="form-control input-sm w-sm inline m-r" ng-model="CPJDW" >
<option ng-repeat="a in JldwData ">{{a}}</option>
</select><br>
<label for="BZ">备注:</label>
<input id="BZ" type="text" ng-model="bz" class="form-control input-sm w-sm inline m-r" />
</div>
<div class="modal-footer">
<button class="btn btn-info btn-sm" ng-click="save()">保存</button>
<button class="btn btn-info btn-sm" ng-click="return()">返回</button>
</div>
</div>