44 lines
2.0 KiB
HTML
44 lines
2.0 KiB
HTML
|
|
|
|
<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 for="YJLDW"> 原计量单位:</label>
|
|
|
|
<!-- <select id="YJLDW" class="form-control input-sm inline m-r" ng-model="EditData.yjldw" >-->
|
|
<!-- <option ng-repeat="a in Yjldw">{{a}}</option>-->
|
|
<!-- </select>-->
|
|
<input id="HSGX" type="text" class="form-control input-sm inline m-r" ng-model="EditData.yjldw" /><span>**</span><br><br>
|
|
<span>**</span><br><br>
|
|
|
|
<label for="MBJLDW" style="margin-left:2px">目标计量单位:</label>
|
|
<!-- <select id="MBJLDW" class="form-control input-sm inline m-r" ng-model="EditData.mbjldw" >-->
|
|
<!-- <option ng-repeat="a in Mbjldw ">{{a}}</option>-->
|
|
<!-- </select>-->
|
|
<input id="HSGX" type="text" class="form-control input-sm inline m-r" ng-model="EditData.mbjldw" /><span>**</span><br><br>
|
|
<span>**</span><br><br>
|
|
|
|
|
|
<label for="HSGX"> 换算关系:</label>
|
|
<input id="HSGX" type="text" class="form-control input-sm inline m-r" ng-model="EditData.hsgx" /><span>**</span><br><br>
|
|
|
|
|
|
<!-- <label for="BZ"> 备 注:</label>-->
|
|
<!-- <textarea id="BZ" cols="20" rows="7" style="vertical-align:middle;" ng-model="EditData.bz" class="form-control input-sm inline m-r" placeholder="请输入请备注"></textarea>-->
|
|
<!-- <br><br>-->
|
|
</div>
|
|
</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> |