|
|
@@ -148,8 +148,12 @@
|
|
148
|
148
|
</fieldset>
|
|
149
|
149
|
|
|
150
|
150
|
<header>
|
|
151
|
|
- 虫害情况
|
|
|
151
|
+ 虫害情况 <button style="padding: 5px 10px;" type="button" class="btn btn-default" ng-click="addPest()" ng-hide="isEdit">
|
|
|
152
|
+ <i class="glyphicon glyphicon-plus"></i>
|
|
|
153
|
+ <span>新增</span>
|
|
|
154
|
+ </button>
|
|
152
|
155
|
</header>
|
|
|
156
|
+ <fieldset>
|
|
153
|
157
|
<div class="row" ng-repeat="item in pestList" ng-style="{ 'padding': $index === 0 ? '25px 14px 5px' : '0px 14px 5px'}">
|
|
154
|
158
|
<div class="col-md-3">
|
|
155
|
159
|
<label class="label" style="margin-top: 9px;">虫害种类<span style="color: red;">*</span></label>
|
|
|
@@ -180,7 +184,8 @@
|
|
180
|
184
|
</section>
|
|
181
|
185
|
</div>
|
|
182
|
186
|
</div>
|
|
183
|
|
- <div class="col-md-1" style="padding-left: 14px;">
|
|
|
187
|
+ </fieldset>
|
|
|
188
|
+ <!-- <div class="col-md-1" style="padding-left: 14px;">
|
|
184
|
189
|
<div class="col-md-1">
|
|
185
|
190
|
<button style="padding: 5px 10px;" type="button" class="btn btn-default" ng-click="addPest()" ng-hide="isEdit">
|
|
186
|
191
|
<i class="glyphicon glyphicon-plus"></i>
|
|
|
@@ -188,7 +193,7 @@
|
|
188
|
193
|
</button>
|
|
189
|
194
|
|
|
190
|
195
|
</div>
|
|
191
|
|
- </div>
|
|
|
196
|
+ </div> -->
|
|
192
|
197
|
<footer class="text-align-center">
|
|
193
|
198
|
<button type="button" class="btn btn-primary" ng-hide="isEdit" ng-click="saveData()">保存</button>
|
|
194
|
199
|
<button type="button" class="btn btn-default" ng-click="retList()">取消</button>
|