|
|
@@ -227,17 +227,18 @@
|
|
227
|
227
|
<section class="col col-3">
|
|
228
|
228
|
<label class="label">仓房名称(可多选):<span style="color: red;">*</span></label>
|
|
229
|
229
|
<multi-select-tree data-input-model="storageDataSelect" data-default-label="请选择"
|
|
230
|
|
- select-only-leafs="true" required ng-disabled="isNotEdit"
|
|
|
230
|
+ select-only-leafs="true" disabled-tree="isNotEdit"
|
|
231
|
231
|
multi-select="true" data-output-model="festivalbefore.houseIdList"
|
|
232
|
232
|
data-callback="multipleChoice(item, selectedItems)">
|
|
233
|
233
|
</multi-select-tree>
|
|
234
|
|
- <!--<label class="select">
|
|
235
|
|
- <select ng-model="festivalbefore.houseId" name="houseId" required
|
|
236
|
|
- ng-options="store.storehouseId as store.storehouseName for store in storelist"
|
|
237
|
|
- class="form-control" ng-disabled="isNotEdit" >
|
|
238
|
|
- <option value="" disabled>--请选择--</option>
|
|
239
|
|
- </select>
|
|
240
|
|
- </label>-->
|
|
|
234
|
+ <em>
|
|
|
235
|
+ <span id="storageDataSelect-error" style="color: #D56161;margin-top:6px;padding:0 1px;font-style:normal;font-size:11px;line-height:15px;"></span>
|
|
|
236
|
+ </em>
|
|
|
237
|
+ </section>
|
|
|
238
|
+ <section class="col col-3"><!--ng-hide="!isNotEdit"-->
|
|
|
239
|
+ <label class="input">检查仓房数:
|
|
|
240
|
+ <input type="text" ng-model="festivalbefore.houseCheckCount" name="houseCheckCount" ng-disabled="true">
|
|
|
241
|
+ </label>
|
|
241
|
242
|
</section>
|
|
242
|
243
|
<section class="col col-3">
|
|
243
|
244
|
<label class="label">检查日期:<span style="color: red;">*</span></label>
|
|
|
@@ -253,6 +254,9 @@
|
|
253
|
254
|
placeholder="检查人员" required>
|
|
254
|
255
|
</label>
|
|
255
|
256
|
</section>
|
|
|
257
|
+
|
|
|
258
|
+ </div>
|
|
|
259
|
+ <div class="row">
|
|
256
|
260
|
<section class="col col-3">
|
|
257
|
261
|
<label class="input">
|
|
258
|
262
|
<label class="label">提交人:<span style="color: red;">*</span></label>
|
|
|
@@ -260,8 +264,6 @@
|
|
260
|
264
|
placeholder="提交人" required>
|
|
261
|
265
|
</label>
|
|
262
|
266
|
</section>
|
|
263
|
|
- </div>
|
|
264
|
|
- <div class="row">
|
|
265
|
267
|
<section class="col col-3">
|
|
266
|
268
|
<label class="input">
|
|
267
|
269
|
<label class="label">提交时间:<span style="color: red;">*</span></label>
|
|
|
@@ -269,13 +271,6 @@
|
|
269
|
271
|
placeholder="提交时间" required>
|
|
270
|
272
|
</label>
|
|
271
|
273
|
</section>
|
|
272
|
|
- <section class="col col-3" ng-hide="!isNotEdit">
|
|
273
|
|
- <label class="input">
|
|
274
|
|
- <label class="label">检查仓房数:</label>
|
|
275
|
|
- <input type="text" ng-model="festivalbefore.houseCheckCount" name="houseCheckCount" ng-disabled="true"
|
|
276
|
|
- placeholder="检查仓房数">
|
|
277
|
|
- </label>
|
|
278
|
|
- </section>
|
|
279
|
274
|
</div>
|
|
280
|
275
|
<div class="row">
|
|
281
|
276
|
<section class="col col-10" style="width:100%">
|