|
@@ -20,15 +20,15 @@
|
20
|
20
|
<fieldset>
|
21
|
21
|
<div class="row">
|
22
|
22
|
<section class="col col-3">
|
23
|
|
- <label class="label">年度轮换计划通知文号:</label>
|
|
23
|
+ <label class="label">年度轮换计划通知文号:<span style="color: red;">*</span></label>
|
24
|
24
|
<label class="input">
|
25
|
|
- <input class="form-control" type="text" ng-model="form.ndlhjhtzwh" name="ndlhjhtzwh" ng-disabled="disabled" >
|
|
25
|
+ <input class="form-control" type="text" ng-model="form.ndlhjhtzwh" name="ndlhjhtzwh" ng-disabled="disabled" required>
|
26
|
26
|
</label>
|
27
|
27
|
</section>
|
28
|
28
|
<section class="col col-3">
|
29
|
|
- <label class="label txt-bg-red">委托轮换协议号:</label>
|
|
29
|
+ <label class="label txt-bg-red">委托轮换协议号:<span style="color: red;">*</span></label>
|
30
|
30
|
<label class="input">
|
31
|
|
- <input class="form-control" type="text" ng-model="form.wtlhxyh" name="wtlhxyh" ng-disabled="disabled"
|
|
31
|
+ <input class="form-control" type="text" ng-model="form.wtlhxyh" name="wtlhxyh" ng-disabled="disabled" required
|
32
|
32
|
>
|
33
|
33
|
</label>
|
34
|
34
|
</section>
|
|
@@ -39,9 +39,9 @@
|
39
|
39
|
</label>
|
40
|
40
|
</section>
|
41
|
41
|
<section class="col col-3">
|
42
|
|
- <label class="label">轮换年度:</label>
|
|
42
|
+ <label class="label">轮换年度:<span style="color: red;">*</span></label>
|
43
|
43
|
<label class="input">
|
44
|
|
- <input class="form-control" type="text" ng-model="form.lhnd" name="lhnd" ng-disabled="disabled" >
|
|
44
|
+ <input class="form-control" type="text" ng-model="form.lhnd" name="lhnd" ng-disabled="disabled" required>
|
45
|
45
|
</label>
|
46
|
46
|
</section>
|
47
|
47
|
</div>
|