43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
|
|
<style>
|
|
.modal-body {
|
|
width: 80%;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.modal-body input {
|
|
width: 70%;
|
|
background-color: #E7E7FE;
|
|
color: #0000DE;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.modal-body {
|
|
padding-left: 30px;
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
<div class="modal-Top">
|
|
<button class="btn btn-success form-control disabled">标题</button>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<input type="hidden" id="JGBH" class="form-control input-sm inline " ng-model="EditData.ID" readonly/>
|
|
<label style="width:100px" for="JGBH">机构编号:</label>
|
|
<input type="text" id="JGBH" class="form-control input-sm inline " ng-model="EditData.JGBH"/>
|
|
<label style="width:100px" for="DWMC">单位名称:</label>
|
|
<input type="text" id="DWMC" class="form-control input-sm inline" ng-model="EditData.JCJGMC"/>
|
|
<!-- <label style="width:100px" for="LXR">联系人:</label>-->
|
|
<!-- <input type="text" id="LXR" class="form-control input-sm inline" ng-model="mydata3" />-->
|
|
<!-- <label style="width:100px" for="LXDH">联系电话:</label>-->
|
|
<!-- <input type="text" id="LXDH" class="form-control input-sm inline" ng-model="mydata4" />-->
|
|
<!-- <label style="width:100px" for="EMAIL">邮箱:</label>-->
|
|
<!-- <input type="text" id="EMAIL" class="form-control input-sm inline" ng-model="mydata5" />-->
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class="btn btn-success" ng-click="Ok()">确定</button>
|
|
<button class="btn btn-success" ng-click="Cancel()">取消</button>
|
|
</div>
|
|
</div>
|