49 lines
2.3 KiB
HTML
49 lines
2.3 KiB
HTML
|
|
<div>
|
|
<div class="modal-Top">
|
|
<button class="btn btn-success form-control disabled">检测方法添加/修改</button>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<div>
|
|
<label for="aa"> 检测项目:</label>
|
|
<input id="aa" class="form-control input-sm inline m-r" ng-model="jcxm" disabled>
|
|
<span>**</span><br><br>
|
|
|
|
<label for="aa"> 方法序号:</label>
|
|
<input id="aa" class="form-control input-sm inline m-r" ng-model="Cffxh">
|
|
<span>**</span><br><br>
|
|
<label for="bb" > 方法名称:</label>
|
|
<input id="bb" class="form-control input-sm inline m-r" ng-model="Cffmc">
|
|
<span>**</span><br><br>
|
|
<label for="cc"> 定量限:</label>
|
|
<input id="cc" type="text" class="form-control input-sm inline m-r" ng-model="Cdlx" />
|
|
<span>**</span><br><br>
|
|
<label for="dd">定量限单位:</label>
|
|
|
|
|
|
<select id="dd" type="text" class="form-control input-sm inline m-r" ng-model="Cdlxdw" >
|
|
<option ng-repeat="a in JldwData">{{a}}</option>
|
|
</select>
|
|
|
|
<span>**</span><br><br>
|
|
<label for="ee"> 定性限:</label>
|
|
<input id="ee" type="text" class="form-control input-sm inline m-r" ng-model="Cdxx" />
|
|
<span>**</span><br><br>
|
|
<label for="ff">定性限单位:</label>
|
|
|
|
<select id="ff" type="text" class="form-control input-sm inline m-r" ng-model="Cdxxdw" >
|
|
<option ng-repeat="a in JldwData">{{a}}</option>
|
|
|
|
</select>
|
|
<span>**</span><br><br>
|
|
<label for="BZ"> 备 注:</label>
|
|
<textarea id="BZ" cols="20" rows="7" style="vertical-align:middle;" ng-model="Cbz" class="form-control input-sm inline m-r" placeholder="请输入请备注"></textarea>
|
|
<br><br>
|
|
</div>
|
|
</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> |