105 lines
4.2 KiB
HTML
105 lines
4.2 KiB
HTML
<style>
|
|
|
|
.Mybtn {
|
|
|
|
height:30px;
|
|
border-radius:5px;
|
|
line-height:0px;
|
|
}
|
|
|
|
.click {
|
|
margin-top:20px;
|
|
}
|
|
.click button {
|
|
width:60px;
|
|
height:30px;
|
|
border-radius:5px;
|
|
margin-right:10px ;
|
|
color:black;
|
|
line-height:0px;
|
|
|
|
}
|
|
|
|
#myTable td{
|
|
border:1px solid #CDEDF5;
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
<div class="modal-Top">
|
|
|
|
<button class="btn btn-success form-control disabled" style="text-align:center">评价标准</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<p>新增评价标准 <strong>备注:</strong>带有<span>**</span>必须填写</p>
|
|
<div>
|
|
<label>标准类型:</label>
|
|
<select class="form-control input-sm inline m-r" ng-model="EditData.bzlb" ng-init="mysel=BZLXselect[0]" ng-options="a.name for a in BZLXselect">
|
|
|
|
</select>
|
|
<span>**</span>
|
|
<br><br>
|
|
|
|
<label for="BZBH">标准编号:</label>
|
|
<input id="BZBH" type="text" class="form-control input-sm inline m-r" ng-model="EditData.bh" /><span>**</span><br><br>
|
|
|
|
<label for="BZMC">标准名称:</label>
|
|
<input id="BZMC" type="text" class="form-control input-sm inline m-r" ng-model="EditData.bzmc" /><span>**</span><br><br>
|
|
|
|
<!-- <label for="YPLB">样品类别:</label>-->
|
|
<!-- <table st-table="dispData" st-safe-src="myData" class="table table-bordered table-hover text-center " id="myTable" style="width:69%">-->
|
|
<!-- <thead>-->
|
|
<!-- <tr>-->
|
|
<!-- <td>编号</td>-->
|
|
<!-- <td>检测项目</td>-->
|
|
<!-- <td>删除</td>-->
|
|
<!-- </tr>-->
|
|
<!-- </thead>-->
|
|
<!-- <tbody>-->
|
|
<!-- <tr ng-repeat="item in dispData">-->
|
|
<!-- <!–<td>{{item.roleId}}</td>–>-->
|
|
<!-- <td>{{item.type}}</td>-->
|
|
<!-- <td>{{item.name}}</td>-->
|
|
<!-- <td ng-click="deleteData(item.cid)">删除</td>-->
|
|
<!-- </tr>-->
|
|
|
|
<!-- </tbody>-->
|
|
<!-- <tfoot>-->
|
|
<!-- <tr>-->
|
|
<!-- <td colspan="5" class="text-center">-->
|
|
<!-- <div st-pagination="" st-items-by-page="8" st-displayed-pages="50"></div>-->
|
|
<!-- </td>-->
|
|
<!-- </tr>-->
|
|
<!-- </tfoot>-->
|
|
<!-- </table>-->
|
|
<!-- -->
|
|
|
|
<!-- <button class="btn btn-default Mybtn" style="margin-left:100px;margin-top:15px;" ng-click="Sadd()">新增</button>-->
|
|
<!--<button class="btn btn-default Mybtn">删除</button>--> <br><br>
|
|
|
|
<label for="Fday">发布时间:</label>
|
|
<input id="Fday" type="date" class="form-control input-sm inline m-r" ng-model="EditData.faburiqi" /><span>**</span><br><br>
|
|
|
|
<label for="Sday">实施时间:</label>
|
|
<input id="Sday" type="date" class="form-control input-sm inline m-r" ng-model="EditData.shishiriqi" /><span>**</span><br><br>
|
|
|
|
<!-- <label for="beizhu">备 注:</label>-->
|
|
<!-- <input id="beizhu" type="text" class="form-control input-sm inline m-r" ng-model="BZ" /><br><br>-->
|
|
|
|
<label for="state">状 态:</label>
|
|
<input id="state" class="form-control input-sm inline m-r" ng-model="EditData.zhuangtai" disabled style="color:gray" /><br><br>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="modal-footer">
|
|
|
|
<span ng-show="YorN" style="color:red;" >请至少选择一个样品类别</span>
|
|
<button class="btn btn-info btn-sm" ng-show="updatejcbz" ng-click="update()" style="margin-left:100px">修改</button>
|
|
<button class="btn btn-info btn-sm" ng-show="addjcbz" ng-click="save()" style="margin-left:100px">保存</button>
|
|
<button class="btn btn-info btn-sm" ng-click="return()">返回</button>
|
|
|
|
</div>
|
|
|
|
</div> |